carbon/firstelement

Last activity 22 Apr 2025 4526
composer require carbon/firstelement

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

2.1.0

Version
2.1.0
Type
neos-carbon
Release Date
Apr 22, 2025 12:11
Source
git
Distribution
zip
Requires
  • neos/neos: ~5.3 || ~7.0 || ~8.0 || ~9.0
GPL-3.0
  • #flow
  • #helper
  • #neos
  • #carbon
  • #fusion
2132cc992749a117dc4550a30433ca7568ad772a

Readme excerpt

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 y…
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 41 package(s).