plone / bobtemplates.plone

Python Code Templates for Plone Projects with mr.bob
https://pypi.org/project/bobtemplates.plone/
GNU General Public License v2.0
24 stars 31 forks source link

Mockup pattern template #516

Closed thet closed 2 years ago

thet commented 2 years ago

This adds a new template mockup_pattern. It can be applied multiple times, resulting in multiple patterns in resources. All patterns are combined into a single bundle. For this purpose the pre_render() method keeps the existing imports if bundle.js already exists.

Replaces #507

Most notable changes to #507