Skip to content

CarbonPackages/Carbon.PrimaryContent

Repository files navigation

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

Carbon.PrimaryContent Package for Neos CMS

Version Neos
1.* 3.*
3.* 4.*
>= 3.0.3 4.* - 7.*

This is an own implementation from PrimaryContent. If a document node has a prototype with a .MainContent or a .PlainContent suffix this prototype will be used as content. Otherwise, the ContentCollection will be rendered. It is also possible to pass your own content.

Raw Array of the css classes for the Carbon.PrimaryContent:PrimaryContent. Can be used also for the body tag.

Convert a name from a nodetype to a hyphen-case-string. Make use of Carbon.PrimaryContent:RemoveVendors.

If you want to remove some of the vendor names from the NodeTypeName, this helper is for you. Per default it will read the setting Carbon.PrimaryContent.removeVendors

Example:

prototype(Carbon.PrimaryContent:NodeTypeName) {
    @process.removeVendorName = Carbon.PrimaryContent:RemoveVendors {
        vendors = ${['Vendor', 'Foo', 'Bar']}
    }
}

Installation

Most of the time you have to make small adjustments to a package (e.g. configuration in Settings.yaml). Because of that, it is important to add the corresponding package to the composer from your theme package. Mostly this is the site packages located under Packages/Sites/. To install it correctly go to your theme package (e.g.Packages/Sites/Foo.Bar) and run following command:

composer require carbon/primarycontent --no-update

The --no-update command prevent the automatic update of the dependencies. After the package was added to your theme composer.json, go back to the root of the Neos installation and run composer update. Et voilà! Your desired package is now installed correctly.

To install the package under Neos 3.* you have to enter

composer require "carbon/primarycontent:^1.0" --no-update

License

Licensed under MIT, see LICENSE

About

Extended implementation from PrimaryContent

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published