Sha256: 3c550a02b78ebabe7a28a1c19354438f87ea5b90bb21308d1647de16febf0206

Contents?: true

Size: 808 Bytes

Versions: 25

Compression:

Stored size: 808 Bytes

Contents

<%
  init = <<~JAVASCRIPT
    promethee.definitions.push({
      name: 'Image',
      icon: #{ promethee_component_render_icon 'image' },
      position: 2,
      library: true,
      data: {
        type: 'image',
        attributes: {
          image: {
            searchable: false,
            translatable: false,
            type: 'blob',
            value: {
              id: undefined,
              name: ''
            }
          },
          alt: {
            searchable: true,
            translatable: true,
            type: 'string',
            value: ''
          },
          caption: {
            searchable: true,
            translatable: true,
            type: 'string',
            value: ''
          }
        }
      }
    })
  JAVASCRIPT
%>
<div ng-init="<%= init %>"></div>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
promethee-4.1.15 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.14 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.13 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.12 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.11 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.10 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.9 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.8 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.7 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.6 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.5 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.4 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.3 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.2 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.1 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.1.0 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.0.8 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.0.7 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.0.6 app/views/promethee/components/image/_edit.define.html.erb
promethee-4.0.5 app/views/promethee/components/image/_edit.define.html.erb