Skip to content

Commit 441c450

Browse files
committed
fix frontmatter field in module blueprints
1 parent 5db1f76 commit 441c450

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# UNRELEASED
2-
## [date]
1+
# v1.5.3
2+
## 04/23/2020
33

44
1. [Fixed](#bugfix)
5+
* Fixed "Module Classes" field in admin panel to actually control `classes` Frontmatter field.
56
* Corrected link to demo site in readme.
67

78
# v1.5.2

blueprints.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Webfolio
2-
version: 1.5.2
2+
version: 1.5.3
33
description: A configurable theme for creating an online portfolio
44
icon: globe
55
author:

blueprints/partials/module-base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ form:
1515
title: Module Options
1616

1717
fields:
18-
class:
18+
header.class:
1919
type: text
2020
label: Module Classes
2121
description: A space-separated list of CSS classes to be applied to the module.

0 commit comments

Comments
 (0)