We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfd160 commit 3138f4cCopy full SHA for 3138f4c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 1.3.5
4
+
5
+* *Improvement:* Add support for full-width cms pages
6
7
## 1.3.4
8
9
* *Bugfix:* Set correct XSD URN
etc/content_provisioning.xsd
@@ -142,6 +142,7 @@
142
<xs:enumeration value="2columns-left"/>
143
<xs:enumeration value="2columns-right"/>
144
<xs:enumeration value="3columns"/>
145
+ <xs:enumeration value="cms-full-width"/>
146
</xs:restriction>
147
</xs:simpleType>
148
</xs:schema>
0 commit comments