neos / rector

Neos Rector Recipes for code migrations
6 stars 4 forks source link

FEATURE: add rectors NodeIsHiddenInIndexRector and FusionNodeHiddenInIndexRector #8

Closed robert-heinig closed 2 years ago

robert-heinig commented 2 years ago

NodeIsHiddenInIndexRector migrates $node->isHiddenInIndex(); to $node->getProperty('_hiddenInIndex');

FusionNodeHiddenInIndexRector migrates node.hiddenInIndex to node.properties._hiddenInIndex