mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
update schema
This commit is contained in:
parent
1985ae6c87
commit
18fed1fa13
@ -30,7 +30,8 @@
|
|||||||
"BorderBrush": "Brush",
|
"BorderBrush": "Brush",
|
||||||
"FontSize": "double",
|
"FontSize": "double",
|
||||||
"FontWeight": "FontWeight",
|
"FontWeight": "FontWeight",
|
||||||
"FontStyle": "FontStyle"
|
"FontStyle": "FontStyle",
|
||||||
|
"FontFamily": "FontFamily"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"BloxstrapCustomBootstrapper": {
|
"BloxstrapCustomBootstrapper": {
|
||||||
@ -91,6 +92,7 @@
|
|||||||
"FontSize": "double",
|
"FontSize": "double",
|
||||||
"FontWeight": "FontWeight",
|
"FontWeight": "FontWeight",
|
||||||
"FontStyle": "FontStyle",
|
"FontStyle": "FontStyle",
|
||||||
|
"FontFamily": "FontFamily",
|
||||||
"LineHeight": "double",
|
"LineHeight": "double",
|
||||||
"LineStackingStrategy": "LineStackingStrategy",
|
"LineStackingStrategy": "LineStackingStrategy",
|
||||||
"TextAlignment": "TextAlignment",
|
"TextAlignment": "TextAlignment",
|
||||||
@ -274,6 +276,7 @@
|
|||||||
"Color": {},
|
"Color": {},
|
||||||
"ImageSource": {},
|
"ImageSource": {},
|
||||||
"Transform": { "CanHaveElement": true },
|
"Transform": { "CanHaveElement": true },
|
||||||
|
"FontFamily": {},
|
||||||
"Visibility": {
|
"Visibility": {
|
||||||
"Values": [
|
"Values": [
|
||||||
"Visible",
|
"Visible",
|
||||||
|
Loading…
Reference in New Issue
Block a user