2015/07/28

Custom JavaScript Pattern Settings in Plone5

Plone 5 beta 3 is now released. Building from the source code is easier, compared to how we did it before.

$ virtualenv myenv
$ git clone -b 5.0 https://github.com/plone/buildout.coredev ./plone50dev
$ cd plone50dev
$ ../myenv/bin/python bootstrap.py
$ bin/buildout

Playing with Mockup is fun in Plone 5. See Customizing JavaScript Pattern Settings in Plone 5 to get started.

One way to work with your project: checkout the codes in src folder, edit core.cfg to modify eggs and develop under [buildout] section.