Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rratsun committed Jan 11, 2023
1 parent 84b4739 commit b18926f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/Resources/metadata/entityDefs/Asset.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@
"storeArrayValues": true,
"required": false,
"fontSize": 1,
"optionsIds": [
"tag1",
"tag2",
"tag3",
"tag4",
"tag5"
],
"options": [
"tag1",
"tag2",
Expand Down
19 changes: 19 additions & 0 deletions app/Resources/metadata/entityDefs/ValidationRule.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
"type": {
"type": "enum",
"required": true,
"optionsIds": [
"Color Depth",
"Color Space",
"Extension",
"Mime",
"PDF Validation",
"Quality",
"Ratio",
"Scale",
"Size"
],
"options": [
"Color Depth",
"Color Space",
Expand Down Expand Up @@ -65,6 +76,10 @@
"validateBy": {
"type": "enum",
"required": true,
"optionsIds": [
"List",
"Pattern"
],
"options": [
"List",
"Pattern"
Expand Down Expand Up @@ -121,6 +136,10 @@
"type": "multiEnum",
"storeArrayValues": true,
"required": false,
"optionsIds": [
"RGB",
"SRGB"
],
"options": [
"RGB",
"SRGB"
Expand Down

0 comments on commit b18926f

Please sign in to comment.