dfeyer / Flowpack.SchemaOrg.NodeTypes

Generate NodeType for the TYPO3 Content Repository (Neos / Flow) based on Schema.org
8 stars 3 forks source link

[bug] Neos Configuration Module Errors #3

Open davidspiola opened 9 years ago

davidspiola commented 9 years ago

After generating a NodeTypes.SchemaOrg.City.yaml file, I got some error in the Neos configuration module. In my case 411, but I thing it depends on the generated file.

Error: NodeTypes.Flowpack.SchemaOrg.NodeTypes:AdministrativeArea.nodeLabelGenerator -> This property is not allowed here, check the spelling if you think it belongs here.

screen shot 2015-01-14 at 19 56 55

kitsunet commented 9 years ago

Hi, thanks for reporting. nodeLabelGenerator is deprecated and should be replaced by an eel expression, I guess this package is not yet updated to do so.

davidspiola commented 9 years ago

Hi, thx for the quick answer! Can you give me a hint or an example of a already updated Flow Package. I'll try to fix and commit it. I want to contribute!

bests, David

davidspiola commented 9 years ago

ok... found it -> https://review.typo3.org/#/c/32729/