Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Vizzuality/global-rangelands-dat…
Browse files Browse the repository at this point in the history
…a-platform into staging
  • Loading branch information
mbarrenechea committed Jun 7, 2024
2 parents 316528d + 30bb63a commit 816ba74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cms/src/components/default/layer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"name": {
"type": "string",
"required": true,
"unique": true
"unique": false
},
"layer": {
"type": "relation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"x-generation-date": "2024-06-07T07:33:18.993Z"
"x-generation-date": "2024-06-07T08:10:18.602Z"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion cms/types/generated/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface DefaultLayer extends Schema.Component {
description: '';
};
attributes: {
name: Attribute.String & Attribute.Required & Attribute.Unique;
name: Attribute.String & Attribute.Required;
layer: Attribute.Relation<'default.layer', 'oneToOne', 'api::layer.layer'>;
};
}
Expand Down

0 comments on commit 816ba74

Please sign in to comment.