mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Removed plugins dependencies from blueprints.yaml
This commit is contained in:
parent
6a8ac7e485
commit
977c6318f1
1 changed files with 3 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
name: Future 2021
|
name: Future 2021
|
||||||
slug: future2021
|
slug: future2021
|
||||||
type: theme
|
type: theme
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
description: Grav Future Imperfect by HTML5 UP (Version 2021)
|
description: Grav Future Imperfect by HTML5 UP (Version 2021)
|
||||||
icon: microchip
|
icon: microchip
|
||||||
author:
|
author:
|
||||||
|
@ -15,12 +15,7 @@ bugs: https://github.com/pmoreno-rodriguez/grav-theme-future2021/issues
|
||||||
license: CC-BY-3.0
|
license: CC-BY-3.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- { name: grav, version: '>=1.6.0' }
|
- { name: grav, version: '>=1.7.0' }
|
||||||
- archives
|
|
||||||
- breadcrumbs
|
|
||||||
- pagination
|
|
||||||
- simplesearch
|
|
||||||
- taxonomylist
|
|
||||||
|
|
||||||
form:
|
form:
|
||||||
validation: loose
|
validation: loose
|
||||||
|
@ -33,8 +28,8 @@ form:
|
||||||
default: 1
|
default: 1
|
||||||
highlight: 1
|
highlight: 1
|
||||||
options:
|
options:
|
||||||
0: PLUGIN_ADMIN.DISABLED
|
|
||||||
1: PLUGIN_ADMIN.ENABLED
|
1: PLUGIN_ADMIN.ENABLED
|
||||||
|
0: PLUGIN_ADMIN.DISABLED
|
||||||
validate:
|
validate:
|
||||||
type: bool
|
type: bool
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue