We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f12d68 commit 1d0915bCopy full SHA for 1d0915b
2 files changed
apps/theming/openapi.json
@@ -79,6 +79,7 @@
79
"type": "object",
80
"required": [
81
"name",
82
+ "productName",
83
"url",
84
"slogan",
85
"color",
@@ -98,6 +99,9 @@
98
99
"name": {
100
"type": "string"
101
},
102
+ "productName": {
103
+ "type": "string"
104
+ },
105
"url": {
106
107
openapi.json
@@ -4047,6 +4047,7 @@
4047
4048
4049
4050
4051
4052
4053
@@ -4066,6 +4067,9 @@
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
0 commit comments