Sha256: 0e9b1fc02e981f0d48eee354e0d35bad6077c329966873f67882f767b9080783

Contents?: true

Size: 629 Bytes

Versions: 13

Compression:

Stored size: 629 Bytes

Contents

<%
  init = <<~JAVASCRIPT
    promethee.definitions.push({
      name: 'Blockquote',
      icon: #{ promethee_component_render_icon 'blockquote' },
      position: 50,
      library: true,
      data: {
        type: 'blockquote',
        attributes: {
          body: {
            searchable: true,
            translatable: true,
            type: 'text',
            value: '<p>Edit me</p>',
          },
          author: {
            searchable: true,
            translatable: false,
            type: 'string',
            value: ''
          }
        }
      }
    })
  JAVASCRIPT
%>
<div ng-init="<%= init %>"></div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
promethee-4.1.3 app/views/promethee/components/blockquote/_edit.define.html.erb
promethee-4.1.2 app/views/promethee/components/blockquote/_edit.define.html.erb
promethee-4.1.1 app/views/promethee/components/blockquote/_edit.define.html.erb
promethee-4.1.0 app/views/promethee/components/blockquote/_edit.define.html.erb
promethee-4.0.8 app/views/promethee/components/blockquote/_edit.define.html.erb
promethee-4.0.7 app/views/promethee/components/blockquote/_edit.define.html.erb
promethee-4.0.6 app/views/promethee/components/blockquote/_edit.define.html.erb
promethee-4.0.5 app/views/promethee/components/blockquote/_edit.define.html.erb
promethee-4.0.4 app/views/promethee/components/blockquote/_edit.define.html.erb
promethee-4.0.3 app/views/promethee/components/blockquote/_edit.define.html.erb
promethee-4.0.2 app/views/promethee/components/blockquote/_edit.define.html.erb
promethee-4.0.1 app/views/promethee/components/blockquote/_edit.define.html.erb
promethee-4.0.0 app/views/promethee/components/blockquote/_edit.define.html.erb