svg_image.schema.yml in Svg Image 8
Same filename and directory in other branches
config/schema/svg_image.schema.yml
File
config/schema/svg_image.schema.ymlView source
- field.formatter.settings.image:
- type: mapping
- mapping:
- image_link:
- type: string
- label: 'Link image to'
- image_style:
- type: string
- label: 'Image style'
- svg_attributes:
- type: mapping
- label: 'SVG attributes'
- mapping:
- width:
- type: integer
- label: Width
- height:
- type: integer
- label: Height
- svg_render_as_image:
- type: boolean
- label: 'Render SVG image as <img>'