Skip to content

Commit

Permalink
fix frontmatter field in module blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonccox committed Apr 24, 2020
1 parent 5db1f76 commit 441c450
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# UNRELEASED
## [date]
# v1.5.3
## 04/23/2020

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

# v1.5.2
Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion blueprints/partials/module-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ form:
title: Module Options

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

0 comments on commit 441c450

Please sign in to comment.