import elementForm from '@baserow/modules/builder/mixins/elementForm' import { DATA_PROVIDERS_ALLOWED_FORM_ELEMENTS } from '@baserow/modules/builder/enums' export default { inject: ['workspace', 'builder', 'page', 'mode'], mixins: [elementForm], provide() { return { dataProvidersAllowed: DATA_PROVIDERS_ALLOWED_FORM_ELEMENTS, } }, }