UNPKG

@kitconcept/volto-light-theme

Version:
6 lines (5 loc) 219 B
export const videoBlockSchemaEnhancer = ({ formData, schema, intl }) => { schema.properties.align.default = 'wide'; schema.properties.align.actions = ['left', 'right', 'center', 'wide', 'full']; return schema; };