init with kirby, vue and pagedjs interactive
This commit is contained in:
commit
dc0ae26464
968 changed files with 211706 additions and 0 deletions
2
public/kirby/config/blocks/list/list.php
Normal file
2
public/kirby/config/blocks/list/list.php
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?php /** @var \Kirby\Cms\Block $block */ ?>
|
||||
<?= $block->text();
|
||||
8
public/kirby/config/blocks/list/list.yml
Normal file
8
public/kirby/config/blocks/list/list.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
name: field.blocks.list.name
|
||||
icon: list-bullet
|
||||
wysiwyg: true
|
||||
preview: list
|
||||
fields:
|
||||
text:
|
||||
label: field.blocks.list.name
|
||||
type: list
|
||||
Loading…
Add table
Add a link
Reference in a new issue