|
|
export const attributes: Attributes = deepmerge(relaxedSchemaAttributes, {
|
|
export const attributes: Attributes = deepmerge(relaxedSchemaAttributes, {
|
|
|
iframe: ['allow', 'referrerpolicy', 'sandbox', 'src'],
|
|
iframe: ['allow', 'referrerpolicy', 'sandbox', 'src'],
|
|
|
video: ['controls', 'src', 'muted', 'preload', 'width', 'height', 'autoplay'],
|
|
video: ['controls', 'src', 'muted', 'preload', 'width', 'height', 'autoplay'],
|