Sha256: 538984f8fe6a7db2cd1e85e9638e6b927190aa72ef7bfc0b77d1aac9fa210433

Contents?: true

Size: 1.93 KB

Versions: 43

Compression:

Stored size: 1.93 KB

Contents

<%
  init = <<~JAVASCRIPT
    promethee.definitions.push({
      name: 'Column',
      icon: #{ promethee_component_render_icon 'column' },
      position: 0,
      library: false,
      data: {
        type: 'column',
        attributes: {
          size: {
            searchable: false,
            translatable: false,
            type: 'integer',
            value: 4
          },
          offset: {
            searchable: false,
            translatable: false,
            type: 'integer',
            value: 0
          },
          mobile: {
            searchable: false,
            translatable: false,
            type: 'hash',
            value: {
              enabled: {
                searchable: false,
                translatable: false,
                type: 'boolean',
                value: false
              },
              size: {
                searchable: false,
                translatable: false,
                type: 'integer',
                value: 12
              },
              offset: {
                searchable: false,
                translatable: false,
                type: 'integer',
                value: 0
              }
            }
          },
          tablet: {
            searchable: false,
            translatable: false,
            type: 'hash',
            value: {
              enabled: {
                searchable: false,
                translatable: false,
                type: 'boolean',
                value: false
              },
              size: {
                searchable: false,
                translatable: false,
                type: 'integer',
                value: 12
              },
              offset: {
                searchable: false,
                translatable: false,
                type: 'integer',
                value: 0
              }
            }
          }
        },
        children: []
      }
    })
  JAVASCRIPT
%>
<div ng-init="<%= init %>"></div>

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
promethee-5.1.1 app/views/promethee/components/column/_edit_define.html.erb
promethee-5.1.0 app/views/promethee/components/column/_edit_define.html.erb
promethee-5.0.2 app/views/promethee/components/column/_edit_define.html.erb
promethee-5.0.1 app/views/promethee/components/column/_edit_define.html.erb
promethee-5.0.0 app/views/promethee/components/column/_edit_define.html.erb
promethee-4.1.28 app/views/promethee/components/column/_edit.define.html.erb
promethee-4.1.27 app/views/promethee/components/column/_edit.define.html.erb
promethee-4.1.26 app/views/promethee/components/column/_edit.define.html.erb
promethee-4.1.25 app/views/promethee/components/column/_edit.define.html.erb
promethee-4.1.24 app/views/promethee/components/column/_edit.define.html.erb
promethee-4.1.23 app/views/promethee/components/column/_edit.define.html.erb
promethee-4.1.22 app/views/promethee/components/column/_edit.define.html.erb
promethee-4.1.21 app/views/promethee/components/column/_edit.define.html.erb
promethee-4.1.20 app/views/promethee/components/column/_edit.define.html.erb
promethee-4.1.19 app/views/promethee/components/column/_edit.define.html.erb
promethee-4.1.18 app/views/promethee/components/column/_edit.define.html.erb
promethee-4.1.17 app/views/promethee/components/column/_edit.define.html.erb
promethee-4.1.16 app/views/promethee/components/column/_edit.define.html.erb
promethee-4.1.15 app/views/promethee/components/column/_edit.define.html.erb
promethee-4.1.14 app/views/promethee/components/column/_edit.define.html.erb