feat: add icons
This commit is contained in:
parent
9babb6015b
commit
5935db9a34
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
<?php if(!defined('KIRBY')) exit ?>
|
<?php if(!defined('KIRBY')) exit ?>
|
||||||
|
|
||||||
|
icon: file-text
|
||||||
|
|
||||||
title: Note
|
title: Note
|
||||||
pages: false
|
pages: false
|
||||||
files: true
|
files: true
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<?php if(!defined('KIRBY')) exit ?>
|
<?php if(!defined('KIRBY')) exit ?>
|
||||||
|
|
||||||
|
icon: pencil
|
||||||
|
|
||||||
title: Projects
|
title: Projects
|
||||||
pages: false
|
pages: false
|
||||||
files: true
|
files: true
|
||||||
|
|
Loading…
Reference in a new issue