neos / neos-seo

A package to bundle SEO-related functionality for Neos.
GNU General Public License v3.0
13 stars 36 forks source link

TASK: Use `!renderingMode.isEdit` instead of `Neos.Node.isLive()` #179

Closed ahaeslich closed 1 year ago

ahaeslich commented 1 year ago

After removal of Neos.Node.inBackend() and Neos.Node.isLive() in #4542 we need to adjust the fusion conditions to work with renderingMode instead.

Relates: #4505 Relates: #4542