@ecl-twig/ec-component-blockquote
v2.39.0
Published
ECL-Twig Blockquote
Readme
ECL-Twig Blockquote component
npm package: @ecl-twig/ec-component-blockquote
npm install --save @ecl-twig/ec-component-blockquoteParameters
- "citation" (string) (default: '')
- "author" (string) (default: '')
- "extra_classes" (optional) (string) (default: '') Extra classes (space separated)
- "extra_attributes" (optional) (array) (default: []) Extra attributes
- "name" (string) Attribute name, eg. 'data-test'
- "value" (string) Attribute value, eg: 'data-test-1'
- "_compliance_" (optional) (boolean) (default: false): Activates debug
Example:
{% include '@ecl-twig/ec-component-blockquote/ecl-blockquote.html.twig' with {
citation: 'Twenty years from now you will be more disappointed by the things that you didn’t do than by the ones you did do.',
author: 'Mark Twain'
} %}