Adding shield-wrap-width and wrap-character
This commit is contained in:
parent
ec3bb38110
commit
5db72d0375
@ -357,6 +357,18 @@
|
|||||||
"default-value": 0,
|
"default-value": 0,
|
||||||
"doc": "The spacing between repeated occurrences of the same shield on a line"
|
"doc": "The spacing between repeated occurrences of the same shield on a line"
|
||||||
},
|
},
|
||||||
|
"wrap-width": {
|
||||||
|
"css": "shield-wrap-width",
|
||||||
|
"type": "float",
|
||||||
|
"default-value": 0,
|
||||||
|
"doc": "Length before wrapping long names."
|
||||||
|
},
|
||||||
|
"wrap-character": {
|
||||||
|
"css": "shield-wrap-character",
|
||||||
|
"type": "string",
|
||||||
|
"default-value": " ",
|
||||||
|
"doc": "Use this character instead of a space to wrap long names."
|
||||||
|
},
|
||||||
"halo-fill": {
|
"halo-fill": {
|
||||||
"css": "shield-halo-fill",
|
"css": "shield-halo-fill",
|
||||||
"docs": "Color of the text halo",
|
"docs": "Color of the text halo",
|
||||||
@ -636,6 +648,12 @@
|
|||||||
"doc": "Length of a chunk of text in characters before wrapping text",
|
"doc": "Length of a chunk of text in characters before wrapping text",
|
||||||
"type": "float"
|
"type": "float"
|
||||||
},
|
},
|
||||||
|
"wrap-character": {
|
||||||
|
"css": "text-wrap-character",
|
||||||
|
"type": "string",
|
||||||
|
"default-value": " ",
|
||||||
|
"doc": "Use this character instead of a space to wrap long text."
|
||||||
|
},
|
||||||
"spacing": {
|
"spacing": {
|
||||||
"css": "text-spacing",
|
"css": "text-spacing",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
|
Loading…
Reference in New Issue
Block a user