tiberiuichim / kitconcept.voltodemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kitconcept.voltodemo

kitconcept https://secure.travis-ci.org/collective/kitconcept.voltodemo.png

kitconcept.voltodemo is a helper package to setup a Plone site ready to use with Volto. Drop it in your buildout and then install it. It is used in Volto itself for testing it.

Usage

https://github.com/plone/volto/blob/master/api/base.cfg#L13

and along with plonesite recipe:

https://github.com/plone/volto/blob/master/api/base.cfg#L13

Demo home page

It features a hack to make the Plone site Volto Blocks enabled with some demo content.

Volto Editor

It enables the Volto Blocks behavior on the Document content type by default, enabling Volto editor for that content type.

Disabled content types

It disables (fti) of some default content types since they are not ready or full working yet on Volto side. So, Collections, Link and Events are disabled.

CORS profile

A quick helper for enable CORS for development config is also provided in the kitconcept.voltodemo module. So you can call:

<include package="kitconcept.voltodemo.cors" />

from you ZCML while developing.

Versions compatibility

kitconcept.voltodemo < 2 Volto 3 and Volto 4 until alpha 9 kitconcept.voltodemo >= 2 Volto 4 (from alpha 10)

About


Languages

Language:Python 92.5%Language:Makefile 7.5%