@innovastudio/contentbuilder 1.4.58 → 1.4.60

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.58",
4
+ "version": "1.4.60",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -76548,11 +76548,19 @@ class Lib {
76548
76548
  }
76549
76549
  if (val === 'left') {
76550
76550
  container.classList.add('is-content-left');
76551
- container.classList.add('edge-x-2');
76551
+ if (activeBox.querySelector('.glide')) {
76552
+ container.classList.add('edge-x-3'); // to give space for slider arrow
76553
+ } else {
76554
+ container.classList.add('edge-x-2');
76555
+ }
76552
76556
  }
76553
76557
  if (val === 'right') {
76554
76558
  container.classList.add('is-content-right');
76555
- container.classList.add('edge-x-2');
76559
+ if (activeBox.querySelector('.glide')) {
76560
+ container.classList.add('edge-x-3'); // to give space for slider arrow
76561
+ } else {
76562
+ container.classList.add('edge-x-2');
76563
+ }
76556
76564
  }
76557
76565
  if (val === 'top' || val === 'middle' || val === 'bottom') {
76558
76566
  activeBox.classList.remove('is-content-top');
@@ -76684,6 +76692,7 @@ class Lib {
76684
76692
  */
76685
76693
 
76686
76694
  let container = activeBox.querySelector('.is-container');
76695
+ if (!container) return;
76687
76696
  if (activeBox.classList.contains('is-container')) container = activeBox;
76688
76697
  let row;
76689
76698
  if (activeBox.querySelector('.row-active')) {
@@ -76693,6 +76702,7 @@ class Lib {
76693
76702
  row = rows[rows.length - 1]; // last row
76694
76703
  }
76695
76704
 
76705
+ if (!row) return;
76696
76706
  let rowElement, cellElement;
76697
76707
  if (this.builder.opts.row === '') {
76698
76708
  rowElement = this.htmlToElement(this.builder.opts.rowFormat);
@@ -77205,6 +77215,7 @@ class Dictation {
77205
77215
  font-size: 12px;
77206
77216
  }
77207
77217
  .page-command-overlay {
77218
+ position: fixed;
77208
77219
  background: rgb(148 148 148 / 22%);
77209
77220
  display: none;
77210
77221
  z-index: 10004;
@@ -77287,7 +77298,7 @@ class Dictation {
77287
77298
  </div>
77288
77299
  <div style="display:flex;flex-direction:column;justify-content:space-between;position:absolute;box-sizing:border-box;top:0;left:0;width:100%;height:100%;border-top:transparent 35px solid;overflow-y:hidden;overflow-x:auto;">
77289
77300
 
77290
- <textarea class="inp-command" style="width:100%;height:121px;border:none;outline:none;background:transparent;line-height: 1.2;
77301
+ <textarea class="inp-command" style="resize:none;width:100%;height:121px;border:none;outline:none;background:transparent;line-height: 1.2;
77291
77302
  font-family: sans-serif;font-weight: 300;font-size: 17px;"></textarea>
77292
77303
  <div style="display:flex">
77293
77304
  <button title="${util.out('Mic')}" class="cmd-enable-dictation classic-secondary" style="width:40px;height:43px;flex:none;padding:0;outline-offset:-2px;">
@@ -77332,6 +77343,8 @@ class Dictation {
77332
77343
  if (localStorage.getItem('_autosendcommand') !== null) {
77333
77344
  if (localStorage.getItem('_autosendcommand') === '1') {
77334
77345
  chkAutoSend.checked = true;
77346
+ this.builder.autoSendCommand = true;
77347
+ localStorage.setItem('_autosendcommand', '1');
77335
77348
  }
77336
77349
  }
77337
77350
  this.modalCommand.addEventListener('focus', () => {
@@ -77373,7 +77386,6 @@ class Dictation {
77373
77386
  // Abort
77374
77387
 
77375
77388
  this.opts.abort();
77376
- this.finish();
77377
77389
  return;
77378
77390
  }
77379
77391
  const inpCommand = this.modalCommand.querySelector('.inp-command');
@@ -77506,7 +77518,7 @@ class Dictation {
77506
77518
  ovl.style.display = 'flex';
77507
77519
  this.builder.isInProgress = true;
77508
77520
  }
77509
- finish() {
77521
+ finish(doNotClear) {
77510
77522
  const btnSend = this.modalCommand.querySelector('.cmd-send-command');
77511
77523
  btnSend.innerText = this.util.out('Send');
77512
77524
  const ovl = this.builderStuff.querySelector('.page-command-overlay');
@@ -77515,8 +77527,10 @@ class Dictation {
77515
77527
  if (this.builder.autoSendCommand) {
77516
77528
  // Clear
77517
77529
  const inpCommand = this.builderStuff.querySelector('.inp-command');
77518
- this.builder.commandText = '';
77519
- inpCommand.value = '';
77530
+ if (doNotClear) ; else {
77531
+ this.builder.commandText = '';
77532
+ inpCommand.value = '';
77533
+ }
77520
77534
  }
77521
77535
  const elmTool = this.builderStuff.querySelector('.is-element-tool');
77522
77536
  elmTool.style.display = '';
@@ -78461,7 +78475,9 @@ class ContentBuilder {
78461
78475
  enableDragResize: true,
78462
78476
  simpleTextSettings: false,
78463
78477
  enableColumnsPerLine: true,
78478
+ /* Prompt/Command Stuff */
78464
78479
  isContentBox: false,
78480
+ sendCommandUrl: 'http://localhost:8081/answer',
78465
78481
  speechRecognitionLang: 'en-US',
78466
78482
  headlineList: ['We create simple and effective designs.', 'Ultimate Experiences With Story, Emotion, And Purpose.', 'Build Anything Beautifully', 'With Less Stuff and More Compassion', 'We\'re [CompanyName]. Full stack development with a spark of creativity.', 'Transforming your digital experience with [CompanyName]. Achieve your online goals with our customized solutions.', 'Revolutionizing web development with [CompanyName]. Unleash your digital potential with our high-performance solutions.', 'Creative and Inspiring'],
78467
78483
  shortCommandList: {
@@ -78481,17 +78497,38 @@ class ContentBuilder {
78481
78497
  clean: ['clean']
78482
78498
  },
78483
78499
  commandList: {
78484
- add_bg_color: ['add a background color', 'add background color'],
78485
- add_bg_image: ['add a background image', 'add background image', 'add a background', 'add background'],
78486
- change_bg_color: ['change the background color', 'change background color'],
78487
- change_bg_image: ['change the background image', 'change background image', 'change the background', 'change background'],
78488
- remove_bg_color: ['remove background color', 'remove the background color', 'clear background color', 'clear the background color'],
78489
- remove_bg: ['remove background', 'remove background image', 'remove the background', 'remove the background image', 'clear background', 'clear background image', 'clear the background', 'clear the background image'],
78500
+ select: ['select', 'select first'],
78501
+ select_next: ['select next', 'select after'],
78502
+ select_previous: ['select previous', 'select before'],
78503
+ select_last: ['select last'],
78504
+ select_headline: ['select headline'],
78505
+ select_paragraph: ['select paragraph'],
78506
+ select_button: ['select button'],
78507
+ select_space: ['select space'],
78508
+ select_image: ['select image'],
78509
+ change_font: ['change font', 'change typography', 'change style'],
78510
+ fade_in: ['fade in'],
78511
+ fade_in_slow: ['fade in slow'],
78512
+ fade_in_up: ['fade in up'],
78513
+ fade_in_up_slow: ['fade in up slow'],
78514
+ slide_up: ['slide up'],
78515
+ slide_up_slow: ['slide up slow'],
78516
+ zoom_in: ['zoom in'],
78517
+ zoom_out: ['zoom out'],
78518
+ animate_once: ['animate once'],
78519
+ always_animate: ['always animate'],
78520
+ remove_animation: ['remove animation', 'clear animation', 'remove fade in', 'clear fade in', 'remove slide up', 'clear slide up', 'remove zoom in', 'clear zoom in', 'remove zoom out', 'clear zoom out'],
78521
+ add_bg_color: ['add background color'],
78522
+ add_bg_image: ['add background image', 'add background'],
78523
+ change_bg_color: ['change background color'],
78524
+ change_bg_image: ['change background image', 'change background'],
78525
+ remove_bg_color: ['remove background color', 'clear background color'],
78526
+ remove_bg: ['remove background', 'remove background image', 'clear background', 'clear background image'],
78490
78527
  increase_content_width: ['increase content width', 'enlarge content width'],
78491
78528
  decrease_content_width: ['decrease content width', 'reduce content width'],
78492
78529
  clear_content_width: ['clear content width', 'remove content width', 'make content full', 'full width content'],
78493
- make_content_light: ['make the content white', 'make the content light', 'make the text white', 'make the text light', 'make content white', 'make content light', 'make text white', 'make text light', 'change the content white', 'change the content light', 'change the text white', 'change the text light', 'change to white content', 'change to light content', 'change to white text', 'change to light text'],
78494
- make_content_dark: ['make the content black', 'make the content dark', 'make the text black', 'make the text dark', 'make content black', 'make content dark', 'make text black', 'make text dark', 'change the content black', 'change the content dark', 'change the text black', 'change the text dark', 'change to black content', 'change to dark content', 'change to black text', 'change to dark text'],
78530
+ make_content_light: ['make content white', 'make content light', 'make text white', 'make text light', 'change content white', 'change content light', 'change text white', 'change text light', 'change to white content', 'change to light content', 'change to white text', 'change to light text'],
78531
+ make_content_dark: ['make content black', 'make content dark', 'make text black', 'make text dark', 'change content black', 'change content dark', 'change text black', 'change text dark', 'change to black content', 'change to dark content', 'change to black text', 'change to dark text'],
78495
78532
  make_section_height_10: ['make section height 10'],
78496
78533
  make_section_height_15: ['make section height 15'],
78497
78534
  make_section_height_20: ['make section height 20'],
@@ -78507,46 +78544,56 @@ class ContentBuilder {
78507
78544
  make_section_height_90: ['make section height 90'],
78508
78545
  make_section_height_100: ['make section height 100'],
78509
78546
  make_section_height_auto: ['make section height auto'],
78510
- suggest_headline: ['suggest a headline', 'suggest headline', 'suggest a header', 'suggest header', 'suggest a title', 'suggest title', 'write a headline', 'write headline', 'write a header', 'write header', 'write a title', 'write title'],
78511
- add_headline: ['add a headline', 'add headline', 'add a header', 'add header', 'add a title', 'add title'],
78512
- add_paragraph: ['add a paragraph', 'add paragraph'],
78513
- add_image: ['add an image', 'add image'],
78514
- add_youtube: ['add a youtube', 'add youtube'],
78515
- add_video: ['add a video', 'add video', 'add an HTML5 video', 'add HTML5 video', 'add an mp4 video', 'add mp4 video'],
78516
- add_audio: ['add an audio', 'add audio', 'add a music', 'add music', 'add an mp3', 'add mp3'],
78517
- add_map: ['add a map', 'add map', 'add a google map', 'add google map'],
78518
- add_table: ['add a table', 'add table'],
78519
- add_social: ['add a social', 'add social'],
78520
- add_icon: ['add an icon', 'add icon'],
78521
- add_button: ['add a button', 'add button'],
78522
- add_2buttons: ['add 2 button', 'add 2 button', 'add 2 buttons', 'add 2 buttons'],
78523
- add_space: ['add a space', 'add space'],
78547
+ suggest_headline: ['suggest headline', 'suggest header', 'suggest title', 'write headline', 'write header', 'write title'],
78548
+ suggest_tagline: ['suggest tagline', 'write tagline'],
78549
+ add_headline: ['add headline', 'add header', 'add title'],
78550
+ add_paragraph: ['add paragraph'],
78551
+ add_image: ['add image'],
78552
+ add_youtube: ['add youtube'],
78553
+ add_video: ['add video'],
78554
+ remove_video: ['remove video', 'clear video'],
78555
+ add_bg_video: ['add background video'],
78556
+ remove_bg_video: ['remove background video', 'clear background video'],
78557
+ add_slider: ['add slider'],
78558
+ remove_slider: ['remove slider', 'clear slider'],
78559
+ add_bg_slider: ['add background slider'],
78560
+ remove_bg_slider: ['remove background slider', 'clear background slider'],
78561
+ add_audio: ['add audio', 'add music', 'add mp3'],
78562
+ add_map: ['add map', 'add google map'],
78563
+ add_table: ['add table'],
78564
+ add_social: ['add social'],
78565
+ add_icon: ['add icon'],
78566
+ add_button: ['add button'],
78567
+ add_2buttons: ['add 2 button', 'add 2 buttons'],
78568
+ add_space: ['add space'],
78524
78569
  position_before: ['above', 'before'],
78525
- increase_line_height: ['increase line height', 'increase line spacing', 'increase text spacing', 'increase the line height', 'increase the line spacing', 'increase the text spacing', 'enlarge line height', 'enlarge line spacing', 'enlarge text spacing', 'enlarge the line height', 'enlarge the line spacing', 'enlarge the text spacing', 'bigger line height', 'bigger line spacing', 'bigger text spacing', 'bigger the line height', 'bigger the line spacing', 'bigger the text spacing', 'make line height bigger', 'make line spacing bigger', 'make text spacing bigger', 'make the line height bigger', 'make the line spacing bigger', 'make the text spacing bigger'],
78526
- increase_default_line_height: ['increase default line height', 'increase default line spacing', 'increase default text spacing', 'increase the default line height', 'increase the default line spacing', 'increase the default text spacing', 'enlarge default line height', 'enlarge default line spacing', 'enlarge default text spacing', 'enlarge the default line height', 'enlarge the default line spacing', 'enlarge the default text spacing', 'bigger default line height', 'bigger default line spacing', 'bigger default text spacing', 'bigger the default line height', 'bigger the default line spacing', 'bigger the default text spacing', 'make default line height bigger', 'make default line spacing bigger', 'make default text spacing bigger', 'make the default line height bigger', 'make the default line spacing bigger', 'make the default text spacing bigger'],
78527
- decrease_line_height: ['decrease line height', 'decrease line spacing', 'decrease text spacing', 'decrease the line height', 'decrease the line spacing', 'decrease the text spacing', 'reduce line height', 'reduce line spacing', 'reduce text spacing', 'reduce the line height', 'reduce the line spacing', 'reduce the text spacing', 'smaller line height', 'smaller line spacing', 'smaller text spacing', 'smaller the line height', 'smaller the line spacing', 'smaller the text spacing', 'make line height smaller', 'make line spacing smaller', 'make text spacing smaller', 'make the line height smaller', 'make the line spacing smaller', 'make the text spacing smaller'],
78528
- decrease_default_line_height: ['decrease default line height', 'decrease default line spacing', 'decrease default text spacing', 'decrease the default line height', 'decrease the default line spacing', 'decrease the default text spacing', 'reduce default line height', 'reduce default line spacing', 'reduce default text spacing', 'reduce the default line height', 'reduce the default line spacing', 'reduce the default text spacing', 'smaller default line height', 'smaller default line spacing', 'smaller default text spacing', 'smaller the default line height', 'smaller the default line spacing', 'smaller the default text spacing', 'make default line height smaller', 'make default line spacing smaller', 'make default text spacing smaller', 'make the default line height smaller', 'make the default line spacing smaller', 'make the default text spacing smaller'],
78529
- increase_font_size: ['increase font', 'increase size', 'increase font size', 'increase the font', 'increase the size', 'increase the font size', 'increase text', 'increase size', 'increase text size', 'increase the text', 'increase the text size', 'enlarge font', 'enlarge size', 'enlarge font size', 'enlarge the font', 'enlarge the size', 'enlarge the font size', 'enlarge text', 'enlarge size', 'enlarge text size', 'enlarge the text', 'enlarge the text size', 'text bigger', 'font bigger', 'size bigger'],
78530
- decrease_font_size: ['decrease font', 'decrease size', 'decrease font size', 'decrease the font', 'decrease the size', 'decrease the font size', 'decrease text', 'decrease size', 'decrease text size', 'decrease the text', 'decrease the text size', 'reduce font', 'reduce size', 'reduce font size', 'reduce the font', 'reduce the size', 'reduce the font size', 'reduce text', 'reduce size', 'reduce text size', 'reduce the text', 'reduce the text size', 'text smaller', 'font smaller', 'size smaller'],
78531
- increase_default_font_size: ['increase default font', 'increase default size', 'increase default font size', 'increase the default font', 'increase the default size', 'increase the default font size', 'increase default text', 'increase default size', 'increase default text size', 'increase the default text', 'increase the default text size', 'enlarge default font', 'enlarge default size', 'enlarge default font size', 'enlarge the default font', 'enlarge the default size', 'enlarge the default font size', 'enlarge default text', 'enlarge default text size', 'enlarge the default text', 'enlarge the default text size', 'default text bigger', 'default font bigger', 'default size bigger', 'increase default content', 'increase default content size', 'increase the default content', 'increase the default content size', 'enlarge default content', 'enlarge default content size', 'enlarge the default content', 'enlarge the default content size'],
78532
- decrease_default_font_size: ['decrease default font', 'decrease default size', 'decrease default font size', 'decrease the default font', 'decrease the default size', 'decrease the default font size', 'decrease default text', 'decrease default size', 'decrease default text size', 'decrease the default text', 'decrease the default text size', 'reduce default font', 'reduce default size', 'reduce default font size', 'reduce the default font', 'reduce the default size', 'reduce the default font size', 'reduce default text', 'reduce default text size', 'reduce the default text', 'reduce the default text size', 'default text smaller', 'default font smaller', 'default size smaller', 'decrease default content', 'decrease default content size', 'decrease the default content', 'decrease the default content size', 'reduce default content', 'reduce default content size', 'reduce the default content', 'reduce the default content size'],
78533
- clear_font_size: ['clear font size', 'remove font size', 'clear text size', 'remove text size', 'use default font size', 'ude the default font size'],
78534
- align_left: ['align left', 'align the text left', 'align text left', 'left aligned'],
78535
- align_center: ['align center', 'align the text center', 'align text center', 'center aligned'],
78536
- align_right: ['align right', 'align the text right', 'align text right', 'right aligned'],
78537
- align_full: ['align full', 'align justify', 'justify', 'justify text', 'justify the text', 'justify full'],
78538
- clear_alignment: ['clear alignment', 'remove alignment', 'clear the text alignment', 'remove the text alignment', 'clear text alignment', 'remove text alignment'],
78539
- make_content_centered: ['make the content center', 'make the content centered'],
78540
- move_content_left: ['move content left', 'move content to left', 'move the content left', 'move content to the left', 'move content to the left', 'place content on the left', 'move the content to the left', 'move the content to the left', 'place the content on the left'],
78541
- move_content_center: ['move content center', 'move content to center', 'move the content center', 'move content to the center', 'move content to the center', 'place content on the center', 'move the content to the center', 'move the content to the center', 'place the content on the center'],
78542
- move_content_right: ['move content right', 'move content to right', 'move the content right', 'move content to the right', 'move content to the right', 'place content on the right', 'move the content to the right', 'move the content to the right', 'place the content on the right'],
78543
- move_content_top: ['move content top', 'move content to top', 'move the content top', 'move content to the top', 'move content to the top', 'place content on the top', 'move the content to the top', 'move the content to the top', 'place the content on the top'],
78544
- move_content_middle: ['move content middle', 'move content to middle', 'move the content middle', 'move content to the middle', 'move content to the middle', 'place content on the middle', 'move the content to the middle', 'move the content to the middle', 'place the content on the middle'],
78545
- move_content_bottom: ['move content bottom', 'move content to bottom', 'move the content bottom', 'move content to the bottom', 'move content to the bottom', 'place content on the bottom', 'move the content to the bottom', 'move the content to the bottom', 'place the content on the bottom'],
78546
- increase_space: ['more space', 'increase space', 'increase the space', 'enlarge the space'],
78547
- decrease_space: ['less space', 'decrease space', 'decrease the space', 'reduce the space'],
78548
- move_row_up: ['move up', 'move row up'],
78549
- move_row_down: ['move down', 'move row down'],
78570
+ increase_line_height: ['increase line height', 'increase line spacing', 'increase text spacing', 'enlarge line height', 'enlarge line spacing', 'enlarge text spacing', 'bigger line height', 'bigger line spacing', 'bigger text spacing', 'make line height bigger', 'make line spacing bigger', 'make text spacing bigger'],
78571
+ increase_default_line_height: ['increase default line height', 'increase default line spacing', 'increase default text spacing', 'enlarge default line height', 'enlarge default line spacing', 'enlarge default text spacing', 'bigger default line height', 'bigger default line spacing', 'bigger default text spacing', 'make default line height bigger', 'make default line spacing bigger', 'make default text spacing bigger'],
78572
+ decrease_line_height: ['decrease line height', 'decrease line spacing', 'decrease text spacing', 'reduce line height', 'reduce line spacing', 'reduce text spacing', 'smaller line height', 'smaller line spacing', 'smaller text spacing', 'make line height smaller', 'make line spacing smaller', 'make text spacing smaller'],
78573
+ decrease_default_line_height: ['decrease default line height', 'decrease default line spacing', 'decrease default text spacing', 'reduce default line height', 'reduce default line spacing', 'reduce default text spacing', 'smaller default line height', 'smaller default line spacing', 'smaller default text spacing', 'make default line height smaller', 'make default line spacing smaller', 'make default text spacing smaller'],
78574
+ increase_font_size: ['increase font', 'increase size', 'increase font size', 'increase text', 'increase size', 'increase text size', 'enlarge font', 'enlarge size', 'enlarge font size', 'enlarge text', 'enlarge size', 'enlarge text size', 'text bigger', 'font bigger', 'size bigger'],
78575
+ decrease_font_size: ['decrease font', 'decrease size', 'decrease font size', 'decrease text', 'decrease size', 'decrease text size', 'reduce font', 'reduce size', 'reduce font size', 'reduce text', 'reduce size', 'reduce text size', 'text smaller', 'font smaller', 'size smaller'],
78576
+ increase_default_font_size: ['increase default font', 'increase default size', 'increase default font size', 'increase default text', 'increase default size', 'increase default text size', 'enlarge default font', 'enlarge default size', 'enlarge default font size', 'enlarge default text', 'enlarge default text size', 'default text bigger', 'default font bigger', 'default size bigger', 'increase default content', 'increase default content size', 'enlarge default content', 'enlarge default content size'],
78577
+ decrease_default_font_size: ['decrease default font', 'decrease default size', 'decrease default font size', 'decrease default text', 'decrease default size', 'decrease default text size', 'reduce default font', 'reduce default size', 'reduce default font size', 'reduce default text', 'reduce default text size', 'default text smaller', 'default font smaller', 'default size smaller', 'decrease default content', 'decrease default content size', 'reduce default content', 'reduce default content size'],
78578
+ clear_font_size: ['clear font size', 'remove font size', 'clear text size', 'remove text size', 'use default font size'],
78579
+ align_left: ['align left', 'align text left', 'left aligned'],
78580
+ align_center: ['align center', 'align text center', 'center aligned'],
78581
+ align_right: ['align right', 'align text right', 'right aligned'],
78582
+ align_full: ['align full', 'align justify', 'justify', 'justify text', 'justify full'],
78583
+ clear_alignment: ['clear alignment', 'remove alignment', 'clear text alignment', 'remove text alignment'],
78584
+ make_content_centered: ['make content center'],
78585
+ move_content_left: ['move content left', 'place content left'],
78586
+ move_content_center: ['move content center', 'place content center'],
78587
+ move_content_right: ['move content right', 'place content right'],
78588
+ move_content_top: ['move content top', 'place content top'],
78589
+ move_content_middle: ['move content middle', 'place content middle'],
78590
+ move_content_bottom: ['move content bottom', 'place content bottom'],
78591
+ increase_space: ['more space', 'increase space', 'enlarge space'],
78592
+ decrease_space: ['less space', 'decrease space', 'reduce space'],
78593
+ move_up: ['move up'],
78594
+ move_down: ['move down'],
78595
+ move_row_up: ['move row up'],
78596
+ move_row_down: ['move row down'],
78550
78597
  duplicate_row: ['duplicate row', 'copy row'],
78551
78598
  remove_row: ['remove row', 'delete row'],
78552
78599
  move_col_left: ['move left', 'move column left'],
@@ -78554,7 +78601,15 @@ class ContentBuilder {
78554
78601
  duplicate_col: ['duplicate column', 'copy column'],
78555
78602
  remove_col: ['remove column', 'delete column'],
78556
78603
  move_column_up: ['move column up'],
78557
- move_column_down: ['move column down']
78604
+ move_column_down: ['move column down'],
78605
+ move_section_up: ['move section up'],
78606
+ move_section_down: ['move section down'],
78607
+ move_section_top: ['move section top'],
78608
+ move_section_bottom: ['move section bottom'],
78609
+ duplicate_section: ['duplicate section', 'copy section'],
78610
+ remove_section: ['remove section', 'delete section'],
78611
+ remove_content: ['remove content', 'remove all text', 'remove all content', 'delete content', 'delete all text', 'delete all content', 'clear content', 'clear all text', 'clear all content'],
78612
+ add_content: ['add content', 'add text']
78558
78613
  }
78559
78614
  };
78560
78615