Sha256: 31c37220f31658435b9f54053a444b0d5bfb2c7fbb6cd4ae08c536d3dc54e82c

Contents?: true

Size: 567 Bytes

Versions: 110

Compression:

Stored size: 567 Bytes

Contents

<%
  init = <<~JAVASCRIPT
    promethee.definitions.push({
      name: 'Collection Item',
      icon: #{ promethee_component_render_icon 'collection_item' },
      position: 15,
      library: false,
      data: {
        type: 'collection_item',
        attributes: {
          searchable_caption: "",
          media_type: "image",
          image: {
            id: undefined,
            name: ""
          },
          video: {
            url: "https://vimeo.com/115082758"
          }
        }
      }
    })
  JAVASCRIPT
%>
<div ng-init="<%= init %>"></div>

Version data entries

110 entries across 110 versions & 1 rubygems

Version Path
promethee-3.0.2 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-3.0.1 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-3.0.0 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-2.1.3 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-2.1.2 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-2.1.1 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-2.1.0 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-2.0.9 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-2.0.8 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-2.0.7 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-2.0.6 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-2.0.5 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-2.0.4 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-2.0.3 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-2.0.2 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-2.0.1 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-2.0.0 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-1.11.29 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-1.11.28 app/views/promethee/components/collection_item/_edit.define.html.erb
promethee-1.11.27 app/views/promethee/components/collection_item/_edit.define.html.erb