carbon/firstelement

Last activity 29 Mar 2022 2859
composer require carbon/firstelement

Get a boolean value returned if a content element is the first element in a ContentCollection or not

2.0.0

Version
2.0.0
Type
neos-carbon
Release Date
Mar 29, 2022 08:52
Source
git
Distribution
zip
Requires
GPL-3.0
  • #flow
  • #helper
  • #neos
  • #carbon
  • #fusion
4bb8e524528a8c42dae43d6d0eab72a34fc8801a

Latest Stable Version Total Downloads License GitHub forks GitHub stars GitHub watchers

Carbon.FirstElement Package for Neos CMS

Get a boolean value returned if a content element is the first element in a ContentCollection or not. Great for automated headlines (h1 or h2)

Installation

Carbon.FirstElement is available via packagist. Add "carbon/firstelement" : "^1.0" to the require section of your composer.json or run composer require carbon/firstelement.

Usage

If you add the super type Carbon.FirstElement:Mixin to a node type definition, you activate the FlowQuery in the prototype Carbon.FirstElement:Mixin. Every Neos.Neos:Content and Neos.Neos:ContentComponent get automatically the property isFirstElement. If you want to extend another prototype you can do it like this:

prototype(Your.Package:Content) {
    isFirstElement = Carbon.FirstElement:Mixin
}

License

Licensed under MIT, see LICENSE

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