💄 (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:
|
fields:
|
||||||
text:
|
text:
|
||||||
type: textarea
|
type: textarea
|
||||||
|
font: monospace
|
||||||
size: huge
|
size: huge
|
||||||
sidebar:
|
sidebar:
|
||||||
width: 1/3
|
width: 1/3
|
||||||
|
|
|
@ -6,6 +6,7 @@ sections:
|
||||||
fields:
|
fields:
|
||||||
text:
|
text:
|
||||||
type: textarea
|
type: textarea
|
||||||
|
font: monospace
|
||||||
size: small
|
size: small
|
||||||
drafts:
|
drafts:
|
||||||
extends: sections/articles
|
extends: sections/articles
|
||||||
|
|
|
@ -9,6 +9,7 @@ columns:
|
||||||
fields:
|
fields:
|
||||||
text:
|
text:
|
||||||
type: textarea
|
type: textarea
|
||||||
|
font: monospace
|
||||||
size: huge
|
size: huge
|
||||||
sidebar:
|
sidebar:
|
||||||
width: 1/3
|
width: 1/3
|
||||||
|
@ -18,4 +19,3 @@ columns:
|
||||||
template: default
|
template: default
|
||||||
files:
|
files:
|
||||||
type: files
|
type: files
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ columns:
|
||||||
type: text
|
type: text
|
||||||
text:
|
text:
|
||||||
type: textarea
|
type: textarea
|
||||||
|
font: monospace
|
||||||
size: medium
|
size: medium
|
||||||
internal_menu:
|
internal_menu:
|
||||||
type: structure
|
type: structure
|
||||||
|
|
|
@ -15,6 +15,7 @@ columns:
|
||||||
fields:
|
fields:
|
||||||
text:
|
text:
|
||||||
type: textarea
|
type: textarea
|
||||||
|
font: monospace
|
||||||
size: medium
|
size: medium
|
||||||
sidebar:
|
sidebar:
|
||||||
width: 1/3
|
width: 1/3
|
||||||
|
|
|
@ -6,6 +6,7 @@ sections:
|
||||||
fields:
|
fields:
|
||||||
text:
|
text:
|
||||||
type: textarea
|
type: textarea
|
||||||
|
font: monospace
|
||||||
size: small
|
size: small
|
||||||
quotes:
|
quotes:
|
||||||
type: pages
|
type: pages
|
||||||
|
|
Loading…
Reference in a new issue