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.6.37 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.36 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.35 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.34 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.33 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.32 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.31 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.30 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.29 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.28 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.27 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.26 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.25 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.24 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.23 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.22 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.21 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.20 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.19 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.6.18 app/views/promethee/components/page/_edit.define.html.erb