Sha256: 048f0d5f1b581612ecd233f65480dcedc9dc8ab66b8634e9d6f60ac6e881a03d

Contents?: true

Size: 1.43 KB

Versions: 12

Compression:

Stored size: 1.43 KB

Contents

---
title: <%= config[:title] -%>
<% if config[:translated] %>

# unique identifier for urls, the same as a permalink
slug: <%= config[:slug] -%>

<% else -%>


# true if the page is included in the menu
listed: <% if config[:listed] -%><%= config[:listed] %><% else -%>true<% end %>

# true if the page is published
published: true

# true if the page can be used as a layout for new pages created by the editors
# is_layout: true

# position among sibling pages
# position: 1

# sets a redirection to the given url (301)
# redirect_url: "<url to a page or to a remote url>"

# other unique identifier of this page. To be used with the path_to liquid tag.
# handle: my-page-handle

# content type that this page is templatizing
<% if config[:content_type] -%>
content_type: <%= config[:content_type] -%>
<% else -%>
# content_type: "<slug of one of the content types>"
<% end %>
<% end -%>

# editable_elements:
#   'some_block/some_slug': "<text>"
#   'some_block/some_slug': "<relative path to the file under the public/samples folder>"

# Control the display of the page in the back-office.
# display_settings:
#   hidden: true          # hidden for authors?

# Content of the list of sections if the {% sections_dropzone %} liquid tag is present in the page.
# sections_dropzone_content: >
#   []
#

# Content of sections outside the dropzone
# sections_content: >
#   {}
#

---
{% extends parent %}

{% block main %}

  <p>Hello world</p>

{% endblock %}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
locomotivecms_wagon-3.2.0.alpha2 generators/page/template.liquid.tt
locomotivecms_wagon-3.2.0.alpha1 generators/page/template.liquid.tt
locomotivecms_wagon-3.1.1 generators/page/template.liquid.tt
locomotivecms_wagon-3.1.0 generators/page/template.liquid.tt
locomotivecms_wagon-3.1.0.beta1 generators/page/template.liquid.tt
locomotivecms_wagon-3.0.5 generators/page/template.liquid.tt
locomotivecms_wagon-3.0.4 generators/page/template.liquid.tt
locomotivecms_wagon-3.0.3 generators/page/template.liquid.tt
locomotivecms_wagon-3.0.2 generators/page/template.liquid.tt
locomotivecms_wagon-3.0.0 generators/page/template.liquid.tt
locomotivecms_wagon-3.0.0.rc0 generators/page/template.liquid.tt
locomotivecms_wagon-3.0.0.beta2 generators/page/template.liquid.tt