Sha256: afbcd02d83a2d89716ee0b8b8dc0b66153c5de747309363c990a00a9dc17901c

Contents?: true

Size: 455 Bytes

Versions: 123

Compression:

Stored size: 455 Bytes

Contents

<%
  init = <<~JAVASCRIPT
    promethee.definitions.push({
      name: 'Image',
      icon: #{ promethee_component_render_icon 'image' },
      position: 2,
      library: true,
      data: {
        type: 'image',
        attributes: {
          image: {
            id: undefined,
            name: ''
          },
          searchable_alt: '',
          searchable_caption: ''
        }
      }
    })
  JAVASCRIPT
%>
<div ng-init="<%= init %>"></div>

Version data entries

123 entries across 123 versions & 1 rubygems

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