💄 (blueprints) Use monospace font for textareas
All checks were successful
Deploy / deploy (push) Successful in 5s
All checks were successful
Deploy / deploy (push) Successful in 5s
This commit is contained in:
parent
47eb876129
commit
0b1949d8e1
6 changed files with 6 additions and 1 deletions
|
@ -15,6 +15,7 @@ columns:
|
|||
fields:
|
||||
text:
|
||||
type: textarea
|
||||
font: monospace
|
||||
size: huge
|
||||
sidebar:
|
||||
width: 1/3
|
||||
|
|
|
@ -6,6 +6,7 @@ sections:
|
|||
fields:
|
||||
text:
|
||||
type: textarea
|
||||
font: monospace
|
||||
size: small
|
||||
drafts:
|
||||
extends: sections/articles
|
||||
|
|
|
@ -9,6 +9,7 @@ columns:
|
|||
fields:
|
||||
text:
|
||||
type: textarea
|
||||
font: monospace
|
||||
size: huge
|
||||
sidebar:
|
||||
width: 1/3
|
||||
|
@ -18,4 +19,3 @@ columns:
|
|||
template: default
|
||||
files:
|
||||
type: files
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ columns:
|
|||
type: text
|
||||
text:
|
||||
type: textarea
|
||||
font: monospace
|
||||
size: medium
|
||||
internal_menu:
|
||||
type: structure
|
||||
|
|
|
@ -15,6 +15,7 @@ columns:
|
|||
fields:
|
||||
text:
|
||||
type: textarea
|
||||
font: monospace
|
||||
size: medium
|
||||
sidebar:
|
||||
width: 1/3
|
||||
|
|
|
@ -6,6 +6,7 @@ sections:
|
|||
fields:
|
||||
text:
|
||||
type: textarea
|
||||
font: monospace
|
||||
size: small
|
||||
quotes:
|
||||
type: pages
|
||||
|
|
Loading…
Reference in a new issue