Sha256: 169f8b24ee26c7ea87e3c5b2d321b09dbc9731f6ce37c0fae07a507804953e22

Contents?: true

Size: 932 Bytes

Versions: 12

Compression:

Stored size: 932 Bytes

Contents

._nest-options
  .options-container
    %label Options
    = haml_partial :options_select, template: false, level: 0, data: snippet.options, view_selectable: false
  - snippet.item_options.each_with_index do |options, i|
    .options-container._configure-items
      %label
        = "#{'sub' * i} item options".strip.capitalize
      = haml_partial :options_select, template: false, level: i + 1, data: options, view_selectable: true
  .options-container._configure-items
    = button_tag "Add #{'sub' * snippet.item_options.size}item options", situation: "secondary", class: "_configure-items-button btn-sm"
    = haml_partial :options_select, template: true, level: snippet.item_options.size + 1, data: default_nest_editor_item_options, view_selectable: true

  ._templates.d-none

    = nest_option_value_default_template
    = nest_size_select_template
    = nest_view_select_template
    = nest_show_and_hide_select_template

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
card-mod-tinymce_editor-0.18.1 set/all/reference_editor/nest_editor/_options.haml
card-mod-tinymce_editor-0.18.0 set/all/reference_editor/nest_editor/_options.haml
card-mod-tinymce_editor-0.17.0 set/all/reference_editor/nest_editor/_options.haml
card-mod-tinymce_editor-0.16.0 set/all/reference_editor/nest_editor/_options.haml
card-mod-tinymce_editor-0.15.6 set/all/reference_editor/nest_editor/_options.haml
card-mod-tinymce_editor-0.15.5 set/all/reference_editor/nest_editor/_options.haml
card-mod-tinymce_editor-0.15.4 set/all/reference_editor/nest_editor/_options.haml
card-mod-tinymce_editor-0.15.3 set/all/reference_editor/nest_editor/_options.haml
card-mod-tinymce_editor-0.15.2.pre1 set/all/reference_editor/nest_editor/_options.haml
card-mod-tinymce_editor-0.15.1.1 set/all/reference_editor/nest_editor/_options.haml
card-mod-tinymce_editor-0.15.1 set/all/reference_editor/nest_editor/_options.haml
card-mod-tinymce_editor-0.15.0 set/all/reference_editor/nest_editor/_options.haml