Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove carousel tile for core #524

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 11 additions & 18 deletions docs/end-user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,6 @@ date and tags) and you can even upload a different image into the tile if you
want. The title and image fields will include a link to the original object
location.

Carousel
++++++++

A Carousel tile shows a slideshow made with a list of individual items; every
item will show an image, title and description. Carousel tiles are 100%
responsive, support native-like swipe movements and use hardware optimized
animations.

You can drop any object in a Carousel tile. Right now, you can not edit
individual items metadata in the carousel, but you can remove or reorder them.
You can also specify if the carousel will start playing the slideshow
automatically or not. Every item in the slideshow will have a link pointing
back to the original object.

Carousel tile is fully responsive, so be sure to configure it to use the image size that fits better the maximum desired size.

Collection
++++++++++

Expand Down Expand Up @@ -119,6 +103,15 @@ can add images and links to it. Rich Text tiles support link-integrity: a
message will be shown if somebody tries to delete the object you are
referencing on the tile, warning her there is a link pointing to that object.

Other packages providing compatible tiles
+++++++++++++++++++++++++++++++++++++++++

`covertile.galleria`_
A carousel tile based on the `Galleria`_ JavaScript image gallery framework.

.. _`covertile.galleria`: https://github.com/collective/covertile.galleria
.. _`Galleria`: http://galleria.io/

Using collective.cover
----------------------

Expand Down Expand Up @@ -325,7 +318,7 @@ Adding new tiles

Now that you have created columns, you can add tiles to it:

#. In the Layout tab, select one of the available Tile icons and drag it
#. In the Layout tab, select one of the available Tile icons and drag it
to the column where you want to place it.

#. Change the configuration as desired.
Expand Down Expand Up @@ -369,7 +362,7 @@ your website:

#. Select the Layout tab.

#. Click the "Export layout" button.
#. Click the "Export layout" button.

#. Enter a name for your model.

Expand Down
1 change: 0 additions & 1 deletion src/collective/cover/profiles/default/registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<value purge="false">
<element>collective.cover.banner</element>
<element>collective.cover.basic</element>
<element>collective.cover.carousel</element>
<element>collective.cover.collection</element>
<element>collective.cover.contentbody</element>
<element>collective.cover.embed</element>
Expand Down
Binary file removed src/collective/cover/static/galleria-theme/dot.png
Binary file not shown.
258 changes: 0 additions & 258 deletions src/collective/cover/static/galleria-theme/galleria.cover_theme.css

This file was deleted.

Loading