Skip to content

Instantly share code, notes, and snippets.

module.exports = require(process.env['LINEMAN_MAIN']).config.extend('application', {
appendTasks: {
common: ["attention:s3"]
},
loadNpmTasks: ["grunt-attention"],
attention: {
s3: {
from aldryn_newsblog.models import NewsBlogLatestArticlesPlugin
from cms.plugin_pool import plugin_pool
from django.utils.translation import ugettext_lazy as _
@plugin_pool.register_plugin
class FooterNewsBlogLatestArticlesPlugin(NewsBlogLatestArticlesPlugin):
render_template = 'aldryn_newsblog/plugins/footer_latest_articles.html'
name = _('Footer Latest Articles')