update to kirby 4.8
This commit is contained in:
commit
7d7df341d1
636 changed files with 139949 additions and 0 deletions
18
site/blueprints/blocks/text.yml
Normal file
18
site/blueprints/blocks/text.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: field.blocks.text.name
|
||||
icon: text
|
||||
wysiwyg: true
|
||||
preview: text
|
||||
fields:
|
||||
text:
|
||||
type: writer
|
||||
# nodes: true
|
||||
marks:
|
||||
- callout
|
||||
- link
|
||||
nodes:
|
||||
- heading
|
||||
headings:
|
||||
- 2
|
||||
- 3
|
||||
- 4
|
||||
placeholder: field.blocks.text.placeholder
|
||||
Loading…
Add table
Add a link
Reference in a new issue