Skip to content

Commit

Permalink
Merge pull request #910 from marwoodandrew/add-slugline
Browse files Browse the repository at this point in the history
Add slugline to pricture profile for media upload
  • Loading branch information
marwoodandrew authored Jul 24, 2023
2 parents 4c14639 + 2048c70 commit 5d2e677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/picture-profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"order": 1,
"sdWidth": "full",
"required": true,
"displayOnMediaEditor": false
"displayOnMediaEditor": true
},
"genre": {
"order": 2,
Expand Down Expand Up @@ -89,7 +89,7 @@
"schema": {
"slugline": {
"type": "string",
"required": false,
"required": true,
"nullable": true
},
"genre" : {
Expand Down Expand Up @@ -169,7 +169,7 @@
"nullable": false,
"type": "string",
"required": true,
"maxlength" : 42,
"maxlength" : 55,
"minlength" : 0
},
"description_text": {
Expand Down

0 comments on commit 5d2e677

Please sign in to comment.