techdivision/card-decks

Last activity 01 Aug 2022 1341
composer require techdivision/card-decks

Card-Deck NodeTypes for Neos CMS - Groups of cards, either manually added or automatically displayed, like child nodes, selected nodes or NodeTypes.

v1.0.1

Version
v1.0.1
Type
neos-package
Release Date
Apr 08, 2020 14:33
Source
git
Distribution
zip
Requires
GPL-3.0-or-later
  • #card
  • #neos
  • #teaser
  • #nodetypes
2bf33295cd0c3ecbc263708eba9d2873953922f5

Welcome to the Card family!

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.Decks - Organize your cards!

Use this package if you

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

TechDivision.Card.Decks raises the reusability and offers various options to organize your cards

For editors

This package brings three document decks (automatic) and one content card deck (manual) who allows you to aggregate cards beautifully. Some minimal styling is added, so that you can use it out of the box.

Deck with content cards (manual)

Insert document or content cards to create your own individual deck SelectedNodes

Deck with child nodes (automatic)

Select a parent node and the deck will render its direct child documents. SelectedNodes

Deck with specific NodeTypes (automatic)

Select one or more specific NodeTypes and the deck will render each of those nodes. Comes in handy for things like JobPostings etc. SelectedNodes

Deck with selected nodes (automatic)

Select desired document nodes to be displayed as cards. SelectedNodes

For Developers

Installation

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

Configuration

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

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

Contribution

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

The content of the readme is provided by Github
The same vendor provides 15 package(s).