https://github.com/drunomics/eyecatcher_queue
Create eyecatcher queues and use them in Views.
https://github.com/drunomics/eyecatcher_queue
Last synced: 9 months ago
JSON representation
Create eyecatcher queues and use them in Views.
- Host: GitHub
- URL: https://github.com/drunomics/eyecatcher_queue
- Owner: drunomics
- Created: 2017-11-20T07:46:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:29:23.000Z (over 2 years ago)
- Last Synced: 2025-08-28T17:59:23.911Z (9 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Eyecatcher Queue
The eyecatcher Queue is a configurable list of entities which act as
eyecatchers. The queue can be used in a view to pull from the list of
eyecatchers and inject them dynamically into the view result
(e.g. in a teaser stream).
The eyecatcher entities themselves (Paragraphs, Blocks, etc.) have to be
created & themed outside of this module.
#### Setup
Create a new entityqueue of type `Eyecatcher queue` and configure which
entities should be part of the queue (e.g. Paragraphs of a specific type).
You can select inline entity form complex for the entries in the form display,
since this module is written with that in mind, but you may as well use a
autocompleter instead.
After you created your queues, don't forget to set up the permissions for each
one (`update {subqueue} entityqueue`).
The queues can be configured via `Admin > Config > Content > Eyecatcher`
To make use of a queue, one can leverage the provided Views area plugins.