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",
|
||||
"FontSize": "double",
|
||||
"FontWeight": "FontWeight",
|
||||
"FontStyle": "FontStyle"
|
||||
"FontStyle": "FontStyle",
|
||||
"FontFamily": "FontFamily"
|
||||
}
|
||||
},
|
||||
"BloxstrapCustomBootstrapper": {
|
||||
@ -91,6 +92,7 @@
|
||||
"FontSize": "double",
|
||||
"FontWeight": "FontWeight",
|
||||
"FontStyle": "FontStyle",
|
||||
"FontFamily": "FontFamily",
|
||||
"LineHeight": "double",
|
||||
"LineStackingStrategy": "LineStackingStrategy",
|
||||
"TextAlignment": "TextAlignment",
|
||||
@ -274,6 +276,7 @@
|
||||
"Color": {},
|
||||
"ImageSource": {},
|
||||
"Transform": { "CanHaveElement": true },
|
||||
"FontFamily": {},
|
||||
"Visibility": {
|
||||
"Values": [
|
||||
"Visible",
|
||||
|
Loading…
Reference in New Issue
Block a user