carbon/crossreference

Helper package to manage Node cross references (bidirectional references) in your Neos CMS project

0.1.0 2023-10-16 08:24 UTC

This package is auto-updated.

Last update: 2024-04-16 09:55:59 UTC


README

Helper package to manage Node cross references (bidirectional references) in your Neos CMS project

Installation

composer require carbon/crossreference

Usage

Configure in your Settings.yaml which files should be cross-referenced.

Carbon:
  CrossReference:
    presets:
      Vendor.Articles:Category:
        enabled: true
        mapping:
          - Vendor.Articles:Document.Item: category
          - Vendor.Articles:Document.Category: articles
      Vendor.Articles:Author:
        enabled: true
        mapping:
          - Vendor.Articles:Document.Item: authors
          - Vendor.Articles:Document.Author: articles

Acknowledgments

This package is mainly a for of ttreeagency/CrossReference, as this packages gets no updates since a long time. Dominique, thank you for all your work! ❤️ This package include the work from David Spiola, to make this run under Neos 7 - 8.

Development sponsored by ttree ltd - neos solution provider.

License

Licensed under MIT, see LICENSE