techdivision/card-shuffle

Card.Shuffle extends Card.Deck functionality and adds filtering options, based on Sitegeist.Taxonomy package. With shuffle you can add tags to your cards and display filter options in the frontend.

Installs: 1 247

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 17

Forks: 0

Open Issues: 0

Type:neos-package

v1.0.1 2020-04-08 14:34 UTC

This package is auto-updated.

Last update: 2024-04-08 23:14:28 UTC


README

Available Card Packages
Card - the basics
Card decks - aggregate cards beautifully
Card shuffle - deck filtering
Bootstrap 4 styling for cards
Materialize styling for cards

TechDivision.Card.Shuffle - Mix up your decks!

Use this package if you

  • want cards, decks and filtering
  • know how to apply css classes and styling on your own

Shuffle enables dynamic filtering of your card decks.
With the powerful sitegeist/taxonomy package you can add tags to your cards.
Some minimal styling is added, so that you can use it out of the box.
Filtering

For editors

This package brings only some tiny options that enable filtering
Filtering

In order to add new tags, you first have to create new vocabularies and taxonomies
Create new tags

Add tag to your card
Add new tags

For Developers

Installation

TechDivision.Card.Shuffle is available via packagist. Add "techdivision/card-shuffle" : "~1.0" to the require section of the composer.json or run composer require techdivision/card-shuffle.
This package also installs TechDivision.Card, TechDivision.Card.Decks and Sitegeist.Taxonomy.

Configuration

TechDivision.Card.Shuffle runs out of the box.
In order to remove the default stylesheet, please do the following:

prototype(Neos.Neos:Page) {
    head.stylesheets.shuffle >
}

Now you can add your own styles.

Contribution

We will be happy to receive pull requests - dont hesitate!