Skip to content

Commit d1437b1

Browse files
committed
Increase iframe source url max length
1 parent bf1a784 commit d1437b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • entry_types/scrolled/package/src/contentElements/iframeEmbed

entry_types/scrolled/package/src/contentElements/iframeEmbed/editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ editor.contentElementTypes.register('iframeEmbed', {
1616

1717
configurationEditor({entry}) {
1818
this.tab('general', function() {
19-
this.input('source', TextInputView);
19+
this.input('source', TextInputView, {maxLength: 2000});
2020
this.input('requireConsent', CheckBoxInputView);
2121
this.view(InfoBoxView, {
2222
level: 'error',

0 commit comments

Comments
 (0)