❌ Archived — Replaced by TACC/Core-CMS#427
This plugin renders a "callout" a.k.a. "call to action".
__dist-name__
:djangocms-tacc-callout
__package_name__
:djangocms_tacc_callout
__ClassName__
:TaccsiteCallout
- "Plugin Name": "Callout"
- Add instance of plugin to a page.
- Configure the plugin instance.
- (Optional) Add and nest plugin instances to support extra content.
- See plugin render content that matches configuration (and nested plugin instances).
-
Renders title and descritpion in a highlighted block.
-
Renders supported, nested plugin instances to incorporate extra content.
content supported by image djangocms-picture
-
Requires
djangocms_link
.* -
The "Advanced settings" field "Resize any image to fit" causes image in page preview to disappear after saving the plugin.
This is because of a JavaScript race condition. Using a server-side solution would eliminate this caveat. See TACC/Core-CMS#327.
The issue is called out in the admin form using user-oriented language.
-
Control over image cropping is not supported through the admin form.
Cropping options could be implemented via CSS or a feature of https://github.com/django-cms/django-filer. For details, see TACC/Core-CMS#329.
* Support is mandatory and plugin is assummed, so plugin is required. This could change in a future release.