updated core to 1.7.15

This commit is contained in:
2021-05-27 18:17:50 +02:00
parent dc1fdf21c9
commit 19ecb285ab
552 changed files with 80743 additions and 16675 deletions

View File

@@ -0,0 +1,4 @@
{% set item = collection ?? object %}
{% set type = collection ? 'collection' : 'object' %}
ERROR: Layout '{{ layout }}' for flex {{ type }} '{{ item.flexType() }}' was not found.

View File

@@ -0,0 +1,5 @@
<h1>{{ directory.getTitle() }} <small>debug dump</small></h1>
{% for object in collection %}
{% render object layout: layout %}
{% endfor %}

View File

@@ -0,0 +1,4 @@
<section>
<h2>{{ object.key }}</h2>
<pre>{{ object.jsonSerialize()|yaml_encode }}</pre>
</section>