1
0
Fork 0

chore(shared): Remove unused config for control setting

This commit is contained in:
joostdecock 2023-06-01 09:46:13 +02:00
parent fa437b9b16
commit d289ad7b8c

View file

@ -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: {