Skip to content

Commit

Permalink
Remove carousel tile for core
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Aug 14, 2015
1 parent becf540 commit 3460f58
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 1,054 deletions.
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

0 comments on commit 3460f58

Please sign in to comment.