Michael Gerdemann
Michael Gerdemann
### Description If I run in TypoScript a `find('/sites/shop/products-abc-de/07400/074008468')` I get the following error: ``` The Selector "/sites/shop/products-abc-de/07400/074008468" could not be parsed. Error at character 28 ``` ### Steps to...
It is now possible to escape the dot in the path of Arrays::getValueByPath. With this you get array keys, which have a dot. Example: ``` $foo = ['bar.baz' => 'value'];...
### Description I get a white page when I click on "discard all" and then want to edit something inline again. ### Steps to Reproduce 1. Edit some properties 2....
Declare compatibility to neos/flow 8.0
It should be possible to use HTML comments, IE conditional comments and CDATA blocks in AFX. Example: ``` renderer = afx` Test ` ```
### The problem Hi, I have entered a correct API key, but it still tells me that it is not valid. The error message also looks like a different (hashed)...