chore(shared): Remove unused config for control setting
This commit is contained in:
parent
fa437b9b16
commit
d289ad7b8c
1 changed files with 0 additions and 16 deletions
|
@ -1,22 +1,6 @@
|
|||
export const loadSettingsConfig = () => ({
|
||||
control: {
|
||||
control: 1, // Show when control > 0
|
||||
list: ['1', '2', '3', '4', '5'],
|
||||
choiceTitles: {
|
||||
1: 'renderWithReact',
|
||||
2: 'renderWithCore',
|
||||
3: 'renderWithCore',
|
||||
4: 'renderWithCore',
|
||||
5: 'renderWithCore',
|
||||
},
|
||||
valueTitles: {
|
||||
1: 'renderWithReact',
|
||||
2: 'renderWithCore',
|
||||
3: 'renderWithCore',
|
||||
4: 'renderWithCore',
|
||||
5: 'renderWithCore',
|
||||
},
|
||||
dflt: '2',
|
||||
emoji: '🖥️',
|
||||
},
|
||||
renderer: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue