Card¶
Models¶
A card component with a title, image, features and content.
- class cmsplugin_blocks.models.card.Card(*args, **kwargs)[source]¶
Card component.
- title¶
An optional title string.
- template¶
Template choice from available plugin templates in setting
BLOCKS_CARD_TEMPLATES. Default to the first choice item.
- image¶
Optional image file.
- image_alt¶
An optional text string for alternative image text.
- link_url¶
Optional string for link URL.
- link_open_blank¶
Checkbox to enable opening link URL in a new window/tab.
- size_features¶
Optional related size features.
- color_features¶
Optional related color features.
- extra_features¶
Optional related extra features.
- content¶
Optional long text, it will be editable through CKeditor on plugin form.
Factories¶
Forms¶
- class cmsplugin_blocks.forms.card.CardForm(data=None, files=None, auto_id='id_%s', prefix=None, initial=None, error_class=<class 'django.forms.utils.ErrorList'>, label_suffix=None, empty_permitted=False, instance=None, use_required_attribute=None, renderer=None)[source]¶
Card form used in plugin editor.
- property media¶
Return all media required to render the widgets on this form.