fix!: block customizing select field type options
This commit is contained in:
parent
19c3fd923b
commit
014cd0cbaa
1 changed files with 1 additions and 1 deletions
|
|
@ -600,4 +600,4 @@ ALLOWED_FIELDTYPE_CHANGE = (
|
|||
('Code', 'Geolocation'),
|
||||
('Table', 'Table MultiSelect'))
|
||||
|
||||
ALLOWED_OPTIONS_CHANGE = ('Read Only', 'HTML', 'Select', 'Data')
|
||||
ALLOWED_OPTIONS_CHANGE = ('Read Only', 'HTML', 'Data')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue