Last active
June 23, 2022 12:09
-
-
Save mficzel/e77e250dc9884955bbcfd7d929b6bf45 to your computer and use it in GitHub Desktop.
Restore Prototype generators when updating old neos projects with fluid rendering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'Neos.Neos:Content': | |
options: | |
fusion: | |
prototypeGenerator: Neos\Neos\Domain\Service\DefaultContentPrototypeGenerator | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'Neos.Neos:Plugin': | |
options: | |
fusion: | |
prototypeGenerator: Neos\Neos\Domain\Service\DefaultPluginPrototypeGenerator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment