https://github.com/kitconcept/kitconcept.voltodemo
https://github.com/kitconcept/kitconcept.voltodemo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitconcept/kitconcept.voltodemo
- Owner: kitconcept
- Created: 2019-02-12T16:42:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T11:02:18.000Z (over 6 years ago)
- Last Synced: 2025-03-09T23:32:09.295Z (over 1 year ago)
- Language: Python
- Size: 179 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
README
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on pypi or github. It is a comment.
==============================================================================
kitconcept.voltodemo
==============================================================================
.. image:: https://kitconcept.com/logo.svg
:alt: kitconcept
:target: https://kitconcept.com/
.. image:: https://secure.travis-ci.org/collective/kitconcept.voltodemo.png
:target: http://travis-ci.org/collective/kitconcept.voltodemo
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.
Document content type
---------------------
``Richtext`` and ``table of contents`` behaviors has been removed from the ``Document`` behaviors since it's confusing for the users if it shows in the form.
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::
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)