Skip to content

Commit

Permalink
CM-881: Add maxLength to photo caption RTE (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
molund authored Oct 25, 2023
1 parent 4103dfc commit 091b67a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"caption": {
"type": "customField",
"options": {
"preset": "toolbar"
"preset": "toolbar",
"maxLengthCharacters": 255
},
"customField": "plugin::ckeditor5.CKEditor",
"required": true
Expand Down

0 comments on commit 091b67a

Please sign in to comment.