export const configProps = { value: '', label: 'TextInput Sample', placeholder: 'TextInput Placeholder', helperText: 'TextInput Helper Text', testId: 'TextInput-12345678', disabled: false, required: false, readOnly: false, status: '', hideLabel: false, displayMode: '', validatemessage: '' }; export const fieldMetadata = { classID: 'DIXL-MediaCo-Work-NewService', type: 'Text', maxLength: 256, displayAs: 'pxTextInput', label: 'TextInput Sample' };