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