diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ef69af..dc1733e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ 1. [](#improved) * Added link support to modular `features` [#39](https://github.com/getgrav/grav-theme-quark/pull/39/) * Remove desktop menu when in mobile mode [#59](https://github.com/getgrav/grav-theme-quark/pull/59/) + * Support modular `text` full-width if no image [#70](https://github.com/getgrav/grav-theme-quark/issues/70) 1. [](#bugfix) + * Fixed `continue_link:` showing up as toggled [#65](https://github.com/getgrav/grav-theme-quark/issues/65) * Fixed issue with modular pages not hidden in on-page menu with `visible: false` [#71](https://github.com/getgrav/grav-theme-quark/issues/71) # v1.2.3 diff --git a/blueprints/item.yaml b/blueprints/item.yaml index bd07a48..8ad8754 100644 --- a/blueprints/item.yaml +++ b/blueprints/item.yaml @@ -22,7 +22,6 @@ form: label: DF Style Link help: Daring Fireball style title link highlight: 1 - default: 1 options: 1: PLUGIN_ADMIN.ENABLED 0: PLUGIN_ADMIN.DISABLED