We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1e6f3a + d1437b1 commit d6a8ec7Copy full SHA for d6a8ec7
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