install gulp + reset
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/mnt/data/Sites/r2c.net/user/themes/r2c/blueprints/modular/features.yaml',
|
||||
'modified' => 1529476890,
|
||||
'data' => [
|
||||
'title' => 'Features',
|
||||
'@extends' => 'default',
|
||||
'form' => [
|
||||
'fields' => [
|
||||
'tabs' => [
|
||||
'fields' => [
|
||||
'features' => [
|
||||
'type' => 'tab',
|
||||
'title' => 'Features',
|
||||
'fields' => [
|
||||
'header.features' => [
|
||||
'name' => 'features',
|
||||
'type' => 'list',
|
||||
'label' => 'Features',
|
||||
'fields' => [
|
||||
'.icon' => [
|
||||
'type' => 'iconpicker',
|
||||
'label' => 'Icon'
|
||||
],
|
||||
'.header' => [
|
||||
'type' => 'text',
|
||||
'label' => 'Header'
|
||||
],
|
||||
'.text' => [
|
||||
'type' => 'text',
|
||||
'label' => 'Text'
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user