We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1a784 commit d1437b1Copy full SHA for d1437b1
1 file changed
entry_types/scrolled/package/src/contentElements/iframeEmbed/editor.js
@@ -16,7 +16,7 @@ editor.contentElementTypes.register('iframeEmbed', {
16
17
configurationEditor({entry}) {
18
this.tab('general', function() {
19
- this.input('source', TextInputView);
+ this.input('source', TextInputView, {maxLength: 2000});
20
this.input('requireConsent', CheckBoxInputView);
21
this.view(InfoBoxView, {
22
level: 'error',
0 commit comments