Sha256: f2b97904e5bea0bc54f0589020d7b3369adda93dbcf1ccfd82d63fa43fcedb74
Contents?: true
Size: 673 Bytes
Versions: 11
Compression:
Stored size: 673 Bytes
Contents
--- title: <%= config[:slug].humanize -%> <% if config[:translated] %> # TODO: explain it (used only if the page is not for the defaut locale) slug: <%= config[:slug] -%> <% end %> # TODO: explain it listed: true # TODO: explain it published: true # TODO: explain it # position: 1 # TODO: explain it # redirect_url: "<url to a page or to a remote url>" # TODO: explain it # content_type: "<slug of one of the content types>" # TODO: explain it # editable_elements: # 'some_block/some_slug': "<text>" # 'some_block/some_slug': "<relative path to the file under the public/samples folder>" --- {% extends parent %} {% block main %} %p Hello world {% endblock %}
Version data entries
11 entries across 11 versions & 2 rubygems