chore: update the default field extensions
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -45,6 +45,11 @@ import {
|
||||
} from '../components/fields/MyGroupsPicker/MyGroupsPicker';
|
||||
|
||||
import { SecretInput } from '../components/fields/SecretInput';
|
||||
import {
|
||||
MultiEntityPicker,
|
||||
MultiEntityPickerSchema,
|
||||
validateMultiEntityPickerValidation,
|
||||
} from '../components/fields/MultiEntityPicker/MultiEntityPicker';
|
||||
|
||||
export const DEFAULT_SCAFFOLDER_FIELD_EXTENSIONS = [
|
||||
{
|
||||
@@ -88,4 +93,10 @@ export const DEFAULT_SCAFFOLDER_FIELD_EXTENSIONS = [
|
||||
component: SecretInput,
|
||||
name: 'Secret',
|
||||
},
|
||||
{
|
||||
component: MultiEntityPicker,
|
||||
name: 'MultiEntityPicker',
|
||||
schema: MultiEntityPickerSchema,
|
||||
validation: validateMultiEntityPickerValidation,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user