Hero

A hero component with an image (commonly for background) and a content.

class cmsplugin_blocks.models.hero.Hero(*args, **kwargs)[source]

Hero component.

template

Template choice from available plugin templates in setting BLOCKS_HERO_TEMPLATES. Default to the first choice item.

image

Optional image file, limited to enabled image formats from settings BLOCKS_ALLOWED_IMAGE_EXTENSIONS.

image_alt

An optional text string for alternative image text.

size_features

Optional related size features.

color_features

Optional related color features.

extra_features

Optional related extra features.

content

Required long text, it will be editable through CKeditor on plugin form.