https://github.com/bluedynamics/kup.bsp.mosaic
Example Mosaic Addon with a bunch of customizations: commit by commit.
https://github.com/bluedynamics/kup.bsp.mosaic
Last synced: 5 months ago
JSON representation
Example Mosaic Addon with a bunch of customizations: commit by commit.
- Host: GitHub
- URL: https://github.com/bluedynamics/kup.bsp.mosaic
- Owner: bluedynamics
- License: gpl-2.0
- Created: 2017-10-12T17:06:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T10:48:11.000Z (over 8 years ago)
- Last Synced: 2025-02-03T18:38:42.263Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.GPL
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.
==============
kup.bsp.mosaic
==============
This is an example addon for Mosaic customization on Plone 5.1.x
Hint: look at the commit history and its diffs.
It was created for my talk at Plone Conference 2017, Barcelona/
see also the `slides `_ and the more verbose `document `_
Features
--------
- Installs Mosaic.
- Sets Mosaic's ``layout_view`` as default for Document.
- Create a custom site layout for Document.
- Switch off Basic layout.
- add a simple tile showing a random number.
- add a tile with schema adding some kind of note.
- enable and use site layouts.
Installation
------------
Install kup.bsp.mosaic by adding it to your buildout::
[buildout]
...
eggs =
kup.bsp.mosaic
and then running ``bin/buildout``
Contribute
----------
- Issue Tracker: https://github.com/collective/kup.bsp.mosaic/issues
- Source Code: https://github.com/collective/kup.bsp.mosaic
Support
-------
If you are having issues, please let me know: jens@bluedynamics.com
License
-------
The project is licensed under the GPLv2.