diff --git a/CHANGELOG.md b/CHANGELOG.md index b941142..27fc598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/blueprints.yaml b/blueprints.yaml index 2f8bc87..e397997 100644 --- a/blueprints.yaml +++ b/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: diff --git a/blueprints/partials/module-base.yaml b/blueprints/partials/module-base.yaml index 69fd161..526ed2a 100644 --- a/blueprints/partials/module-base.yaml +++ b/blueprints/partials/module-base.yaml @@ -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.