Sha256: fb63131bb6f6c6a697fdf97d3216971476e1bc54e80e59c705c61eaa014a935e

Contents?: true

Size: 546 Bytes

Versions: 42

Compression:

Stored size: 546 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: '',
          thumbnail: {
            id: undefined,
            name: ''
          },
          stylesheets: '',
          javascripts: ''
        },
        children: []
      }
    })
  JAVASCRIPT
%>
<div ng-init="<%= init %>"></div>

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
promethee-3.0.2 app/views/promethee/components/page/_edit.define.html.erb
promethee-3.0.1 app/views/promethee/components/page/_edit.define.html.erb
promethee-3.0.0 app/views/promethee/components/page/_edit.define.html.erb
promethee-2.1.3 app/views/promethee/components/page/_edit.define.html.erb
promethee-2.1.2 app/views/promethee/components/page/_edit.define.html.erb
promethee-2.1.1 app/views/promethee/components/page/_edit.define.html.erb
promethee-2.1.0 app/views/promethee/components/page/_edit.define.html.erb
promethee-2.0.9 app/views/promethee/components/page/_edit.define.html.erb
promethee-2.0.8 app/views/promethee/components/page/_edit.define.html.erb
promethee-2.0.7 app/views/promethee/components/page/_edit.define.html.erb
promethee-2.0.6 app/views/promethee/components/page/_edit.define.html.erb
promethee-2.0.5 app/views/promethee/components/page/_edit.define.html.erb
promethee-2.0.4 app/views/promethee/components/page/_edit.define.html.erb
promethee-2.0.3 app/views/promethee/components/page/_edit.define.html.erb
promethee-2.0.2 app/views/promethee/components/page/_edit.define.html.erb
promethee-2.0.1 app/views/promethee/components/page/_edit.define.html.erb
promethee-2.0.0 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.11.29 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.11.28 app/views/promethee/components/page/_edit.define.html.erb
promethee-1.11.27 app/views/promethee/components/page/_edit.define.html.erb