We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db1f76 commit 441c450Copy full SHA for 441c450
CHANGELOG.md
@@ -1,7 +1,8 @@
1
-# UNRELEASED
2
-## [date]
+# v1.5.3
+## 04/23/2020
3
4
1. [Fixed](#bugfix)
5
+ * Fixed "Module Classes" field in admin panel to actually control `classes` Frontmatter field.
6
* Corrected link to demo site in readme.
7
8
# v1.5.2
blueprints.yaml
@@ -1,5 +1,5 @@
name: Webfolio
-version: 1.5.2
+version: 1.5.3
description: A configurable theme for creating an online portfolio
icon: globe
author:
blueprints/partials/module-base.yaml
@@ -15,7 +15,7 @@ form:
15
title: Module Options
16
17
fields:
18
- class:
+ header.class:
19
type: text
20
label: Module Classes
21
description: A space-separated list of CSS classes to be applied to the module.
0 commit comments