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
|
||||
slug: future2021
|
||||
type: theme
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
description: Grav Future Imperfect by HTML5 UP (Version 2021)
|
||||
icon: microchip
|
||||
author:
|
||||
|
@ -15,12 +15,7 @@ bugs: https://github.com/pmoreno-rodriguez/grav-theme-future2021/issues
|
|||
license: CC-BY-3.0
|
||||
|
||||
dependencies:
|
||||
- { name: grav, version: '>=1.6.0' }
|
||||
- archives
|
||||
- breadcrumbs
|
||||
- pagination
|
||||
- simplesearch
|
||||
- taxonomylist
|
||||
- { name: grav, version: '>=1.7.0' }
|
||||
|
||||
form:
|
||||
validation: loose
|
||||
|
@ -33,8 +28,8 @@ form:
|
|||
default: 1
|
||||
highlight: 1
|
||||
options:
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue