Sha256: 80206014727fd44c0a66158de3b1a0aea1e4013ba89be9d5d69a06856c20c6d2

Contents?: true

Size: 462 Bytes

Versions: 81

Compression:

Stored size: 462 Bytes

Contents

<%
  init = <<~JAVASCRIPT
    promethee.definitions.push({
      name: 'Page',
      icon: #{ promethee_component_render_icon 'page' },
      position: 0,
      library: false,
      data: {
        type: 'page',
        attributes: {
          searchable_title: 'New page',
          searchable_description: '',
          stylesheets: '',
          javascripts: ''
        },
        children: []
      }
    })
  JAVASCRIPT
%>
<div ng-init="<%= init %>"></div>

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
promethee-1.11.4 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.11.3 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.11.2 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.11.1 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.11.0 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.10.9 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.10.8 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.10.7 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.10.6 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.10.5 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.10.4 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.10.3 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.10.2 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.10.1 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.10.0 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.9.0 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.8.4 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.8.3 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.8.2 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.8.1 app/views/promethee/components/page/_edit.define.html.erb