Sha256: 8c40b33af7dd89b792b8d058e8027d0605255d2f99163e6b3751ed9efc70ebb9

Contents?: true

Size: 701 Bytes

Versions: 43

Compression:

Stored size: 701 Bytes

Contents

<%
  init = <<~JAVASCRIPT
    promethee.definitions.push({
      name: 'Collection',
      icon: #{ promethee_component_render_icon 'collection' },
      position: 20,
      library: true,
      data: {
        type: 'collection',
        attributes: {
          items_per_line: {
            collection: [
              { label: '2', value: 2 },
              { label: '3', value: 3 },
              { label: '4', value: 4 },
              { label: '6', value: 6 }
            ],
            searchable: false,
            translatable: false,
            type: 'enum',
            value: 6
          }
        },
        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/collection/_edit_define.html.erb
promethee-5.1.0 app/views/promethee/components/collection/_edit_define.html.erb
promethee-5.0.2 app/views/promethee/components/collection/_edit_define.html.erb
promethee-5.0.1 app/views/promethee/components/collection/_edit_define.html.erb
promethee-5.0.0 app/views/promethee/components/collection/_edit_define.html.erb
promethee-4.1.28 app/views/promethee/components/collection/_edit.define.html.erb
promethee-4.1.27 app/views/promethee/components/collection/_edit.define.html.erb
promethee-4.1.26 app/views/promethee/components/collection/_edit.define.html.erb
promethee-4.1.25 app/views/promethee/components/collection/_edit.define.html.erb
promethee-4.1.24 app/views/promethee/components/collection/_edit.define.html.erb
promethee-4.1.23 app/views/promethee/components/collection/_edit.define.html.erb
promethee-4.1.22 app/views/promethee/components/collection/_edit.define.html.erb
promethee-4.1.21 app/views/promethee/components/collection/_edit.define.html.erb
promethee-4.1.20 app/views/promethee/components/collection/_edit.define.html.erb
promethee-4.1.19 app/views/promethee/components/collection/_edit.define.html.erb
promethee-4.1.18 app/views/promethee/components/collection/_edit.define.html.erb
promethee-4.1.17 app/views/promethee/components/collection/_edit.define.html.erb
promethee-4.1.16 app/views/promethee/components/collection/_edit.define.html.erb
promethee-4.1.15 app/views/promethee/components/collection/_edit.define.html.erb
promethee-4.1.14 app/views/promethee/components/collection/_edit.define.html.erb