Metadata-Version: 2.1
Name: collective.tiles.advancedstatic
Version: 2.0.0
Summary: Advanced static tile for plone mosaic
Home-page: https://pypi.python.org/pypi/collective.tiles.advancedstatic
Author: Luca Bellenghi
Author-email: info@redturtle.it
License: GPL version 2
Keywords: Python Plone
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Framework :: Plone :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test

==============================================================================
collective.tiles.advancedstatic
==============================================================================

A tile that shows html text, allowing to add some defined styles, class and other option

Features
--------

- Emulates the old text portlet with some extra fields
- Customizable footer label
- Customizable "read more" link
- Customizable header background image
- Customizable additional css classes
- Select a Preset style from list
- Mosaic-ready


Installation
------------

Install collective.tiles.advancedstatic by adding it to your buildout::

    [buildout]
    ...
    eggs =
        collective.tiles.advancedstatic


and then running ``bin/buildout``


Usage
-----

You can't use this tile without a tile manager (or maybe, you can if you create
new tiles manually in some specific context) like `Mosaic <https://pypi.python.org/pypi/plone.app.mosaic>`_ or `redturtle.tiles.management <https://github.com/RedTurtle/redturtle.tiles.management>`_


Preset styles
-------------

If you need to give users the
This is just select with a list of css classes with user-friendly names that will be appended to the tile container.

To populate this list, you need to set a series of values in a registry entry: `Advanced static tiles: available CSS styles`
Each value is a string with css class name and human-friendly name separated by a "|" character, like this::

    tile-red|tile with red background
    tile-blue-no-title|tile with blue background without title

where tile-red and tile-blue-no-title are css classes with some specific css rules in the theme.


Translations
------------

This product has been translated into

- Italian


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.tiles.advancedstatic/issues
- Source Code: https://github.com/collective/collective.tiles.advancedstatic

Credits
-------

Developed with the support of:

* `Regione Emilia-Romagna`__

Regione Emilia-Romagna supports the `PloneGov initiative`__.

__ http://www.regione.emilia-romagna.it/
__ http://www.plonegov.it/

Authors
-------

This product was developed by RedTurtle Technology team.

.. image:: http://www.redturtle.it/redturtle_banner.png
   :alt: RedTurtle Technology Site
   :target: http://www.redturtle.it/

License
-------

The project is licensed under the GPLv2.


Contributors
============

- Luca Bellenghi, info@redturtle.it


Changelog
=========


2.0.0 (2022-09-16)
------------------

- Prepare package for pip
  [eikichi18]


1.1.0 (2019-05-30)
------------------

- Python 3 compatibility
  [cekk]
- Added more italian translations
  [pnicolli]


1.0.4 (2019-05-14)
------------------

- Added some italian translation
  [eikichi18]
- Added support for plone.app.multilingual
  [eikichi18]


1.0.3 (2019-03-15)
------------------

- Fix problem with image height using old attributes
  [lucabel, daniele-andreotti]
- Fix image ref navigation
  [daniele-andreotti]


1.0.2 (2018-08-10)
------------------

- Fix document outline [nzambello]
- Add missing dependency (plone.app.tiles)
  [cekk]

1.0.1 (2018-07-26)
------------------

- Fix tile insert in Plone 5.1 when using mosaic tiles edior. [fredvd]


1.0.0 (2018-05-09)
------------------

- Improve readme
  [cekk]


1.0a2 (2017-09-13)
------------------

- Add mosaic support in a separate profile. If mosaic is installed, this will be installed.
  [cekk]
- Fix tile visibility only when the product is installed
  [cekk]


1.0a1 (2017-03-31)
------------------

- Initial release.
  []
