Sha256: afd85413ba61c746a20f0910a0f76164b2ffdc5ad4727aac2a94de2b43856a72

Contents?: true

Size: 469 Bytes

Versions: 20

Compression:

Stored size: 469 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: 'text',
            value: ''
          }
        }
      }
    })
  JAVASCRIPT
%>
<div ng-init="<%= init %>"></div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
promethee-5.1.1 app/views/promethee/components/table_cell/_edit_define.html.erb
promethee-5.1.0 app/views/promethee/components/table_cell/_edit_define.html.erb
promethee-5.0.2 app/views/promethee/components/table_cell/_edit_define.html.erb
promethee-5.0.1 app/views/promethee/components/table_cell/_edit_define.html.erb
promethee-5.0.0 app/views/promethee/components/table_cell/_edit_define.html.erb
promethee-4.1.28 app/views/promethee/components/table_cell/_edit.define.html.erb
promethee-4.1.27 app/views/promethee/components/table_cell/_edit.define.html.erb
promethee-4.1.26 app/views/promethee/components/table_cell/_edit.define.html.erb
promethee-4.1.25 app/views/promethee/components/table_cell/_edit.define.html.erb
promethee-4.1.24 app/views/promethee/components/table_cell/_edit.define.html.erb
promethee-4.1.23 app/views/promethee/components/table_cell/_edit.define.html.erb
promethee-4.1.22 app/views/promethee/components/table_cell/_edit.define.html.erb
promethee-4.1.21 app/views/promethee/components/table_cell/_edit.define.html.erb
promethee-4.1.20 app/views/promethee/components/table_cell/_edit.define.html.erb
promethee-4.1.19 app/views/promethee/components/table_cell/_edit.define.html.erb
promethee-4.1.18 app/views/promethee/components/table_cell/_edit.define.html.erb
promethee-4.1.17 app/views/promethee/components/table_cell/_edit.define.html.erb
promethee-4.1.16 app/views/promethee/components/table_cell/_edit.define.html.erb
promethee-4.1.15 app/views/promethee/components/table_cell/_edit.define.html.erb
promethee-4.1.14 app/views/promethee/components/table_cell/_edit.define.html.erb