Sha256: 3e420998487666069a5ed3d00332949ef0cdc7029d98f12a130252042ea7f423

Contents?: true

Size: 471 Bytes

Versions: 23

Compression:

Stored size: 471 Bytes

Contents

<%
  init = <<~JAVASCRIPT
    promethee.definitions.push({
      name: 'Table cell',
      icon: #{ promethee_component_render_icon 'table_cell' },
      position: 60,
      library: false,
      data: {
        type: 'table_cell',
        attributes: {
          text: {
            searchable: true,
            translatable: true,
            type: 'string',
            value: ''
          }
        }
      }
    })
  JAVASCRIPT
%>
<div ng-init="<%= init %>"></div>

Version data entries

23 entries across 23 versions & 1 rubygems

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