feat(showcase): add settings to set the position of the operator logo

This commit is contained in:
Haoyu Xu
2023-02-05 21:30:53 -05:00
parent 17ec651549
commit 45bec9a8f6
7 changed files with 161 additions and 11 deletions

View File

@@ -62,7 +62,6 @@ export default class ProjectJson {
...this.#json.general,
localization: this.#template.localization,
properties: {
...this.#json.general.properties,
...this.#properties
}
},