Skip to content

Commit

Permalink
updating FGBuildableWidgetSign
Browse files Browse the repository at this point in the history
-   re: #2
  • Loading branch information
SignpostMarv committed Sep 22, 2024
1 parent 2539d3c commit 17d8704
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions schema/1.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10600,10 +10600,14 @@
"required": [
"mGainSignificanceDistance",
"mTextElementToDataMap",
"mTextElementToLocDataMap",
"mIconElementToDataMap",
"mSignDrawSize",
"mSoftActivePrefabLayout",
"mActivePrefabLayout",
"mPrefabTextElementSaveData",
"mPrefabIconElementSaveData",
"mGlobalPrefabIconElementSaveData",
"mForegroundColor",
"mBackgroundColor",
"mAuxilaryColor",
Expand All @@ -10623,12 +10627,22 @@
"mTextElementToDataMap": {
"$ref": "#/$defs/empty-object"
},
"mTextElementToLocDataMap": {
"$ref": "#/$defs/empty-object"
},
"mIconElementToDataMap": {
"$ref": "#/$defs/empty-object"
},
"mSignDrawSize": {
"$ref": "#/$defs/xy--integer"
},
"mSoftActivePrefabLayout": {
"type": "string",
"const": "None"
},
"mActivePrefabLayout": {
"$ref": "#/$defs/empty-object"
},
"mPrefabTextElementSaveData": {
"type": "string",
"const": ""
Expand All @@ -10637,6 +10651,10 @@
"type": "string",
"const": ""
},
"mGlobalPrefabIconElementSaveData": {
"type": "string",
"const": ""
},
"mForegroundColor": {
"$ref": "#/$defs/color-decimal"
},
Expand Down

0 comments on commit 17d8704

Please sign in to comment.