A Django CMS plugin for displaying a FilerImage and a TextPlugin together by means of selectabletemplate layouts.
Project description
=================
djangocms-section
=================
Section is a DjangoCMS plugin for displaying a section consisting of a FilerImage and TextPlugin instances.
The app can be configured to offer multiple layouts to the user.
Requires `django-filer` and `easy_thumbnails`.
Quick start
-----------
1. Install with your favorite tool
2. Add `'section'` to `INSTALLED_APPS`.
3. Configure a `'preview'` thumbnail alias for easy_thumbnails if you're going to use the default template like so::
THUMBNAIL_ALIASES = {
'preview': {
'size': (320, 150),
'crop': 'smart',
},
}
4. Enjoy adding a Section plugin to a page.
Custom layouts
--------------
You can add as many layout templates as you desire. See `templates/section/default.html` for an example.
Don't forget to render the placeholder for the text plugins.
The templates have to be enabled in the settings::
SECTION_STYLE_CHOICES = (
('default', _('default')),
('lightbox', _('with lightbox')),
)
djangocms-section
=================
Section is a DjangoCMS plugin for displaying a section consisting of a FilerImage and TextPlugin instances.
The app can be configured to offer multiple layouts to the user.
Requires `django-filer` and `easy_thumbnails`.
Quick start
-----------
1. Install with your favorite tool
2. Add `'section'` to `INSTALLED_APPS`.
3. Configure a `'preview'` thumbnail alias for easy_thumbnails if you're going to use the default template like so::
THUMBNAIL_ALIASES = {
'preview': {
'size': (320, 150),
'crop': 'smart',
},
}
4. Enjoy adding a Section plugin to a page.
Custom layouts
--------------
You can add as many layout templates as you desire. See `templates/section/default.html` for an example.
Don't forget to render the placeholder for the text plugins.
The templates have to be enabled in the settings::
SECTION_STYLE_CHOICES = (
('default', _('default')),
('lightbox', _('with lightbox')),
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
djangocms-section-0.1.tar.gz
(5.9 kB
view details)
File details
Details for the file djangocms-section-0.1.tar.gz
.
File metadata
- Download URL: djangocms-section-0.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a7955c6ea9750a8c725c932ec2a7479e31efe26bb636489bdcff3dd224e44967
|
|
MD5 |
0c4ce76f1d140d50f8b4de2b9f89abc0
|
|
BLAKE2b-256 |
848ed0e7a7515506148b9d0c5493dcdb812546299c90a70f13709f63670e4a7d
|