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.
Installs: 1 504
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 17
Forks: 0
Open Issues: 0
Language:SCSS
Type:neos-package
Requires
- techdivision/card: ^2.1
This package is auto-updated.
Last update: 2024-11-06 08:35:59 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.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
Deck with child nodes (automatic)
Select a parent node and the deck will render its direct child documents.
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.
Deck with selected nodes (automatic)
Select desired document nodes to be displayed as cards.
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!