feat: use yml & more icons
This commit is contained in:
parent
87df343627
commit
0887da0fb7
7 changed files with 13 additions and 11 deletions
|
@ -1,5 +1,3 @@
|
||||||
<?php if(!defined('KIRBY')) exit ?>
|
|
||||||
|
|
||||||
title: Error
|
title: Error
|
||||||
pages: false
|
pages: false
|
||||||
files: false
|
files: false
|
|
@ -1,5 +1,3 @@
|
||||||
<?php if(!defined('KIRBY')) exit ?>
|
|
||||||
|
|
||||||
title: Home
|
title: Home
|
||||||
pages: false
|
pages: false
|
||||||
fields:
|
fields:
|
|
@ -1,5 +1,3 @@
|
||||||
<?php if(!defined('KIRBY')) exit ?>
|
|
||||||
|
|
||||||
icon: file-text
|
icon: file-text
|
||||||
|
|
||||||
title: Note
|
title: Note
|
12
site/blueprints/notes.yml
Normal file
12
site/blueprints/notes.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
icon: pencil
|
||||||
|
|
||||||
|
title: Page
|
||||||
|
pages: true
|
||||||
|
files: true
|
||||||
|
fields:
|
||||||
|
title:
|
||||||
|
label: Title
|
||||||
|
type: text
|
||||||
|
text:
|
||||||
|
label: Text
|
||||||
|
type: markdown
|
|
@ -1,6 +1,4 @@
|
||||||
<?php if(!defined('KIRBY')) exit ?>
|
icon: file
|
||||||
|
|
||||||
icon: pencil
|
|
||||||
|
|
||||||
title: Projects
|
title: Projects
|
||||||
pages: false
|
pages: false
|
|
@ -1,5 +1,3 @@
|
||||||
<?php if(!defined('KIRBY')) exit ?>
|
|
||||||
|
|
||||||
title: Site
|
title: Site
|
||||||
pages: default
|
pages: default
|
||||||
fields:
|
fields:
|
Loading…
Reference in a new issue