update schema

This commit is contained in:
bluepilledgreat 2024-10-24 22:59:30 +01:00
parent 1985ae6c87
commit 18fed1fa13

View File

@ -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",