Till Kleisli
Till Kleisli
why not just writing? `root = "bar"` "process" means doing something with the current value, if you want to replace a value completely, it's an assignment..
I consider this a “conceptual bug“, this would be equivalent to a php method `public function getBar “bar“` Instead of `public function getBar() {return “bar“;}` As you wrote > it...
I just noticed the problem in the AFX example, when there are no messages we end up with an empty ul element... I'll fix that and open a new PR.
@mhsdesign I agree with your points, let's see if I can reopen it and add my new version
I added the propTypes, because I was missing code comments for the current core prototypes, but now I saw that there are more comments in the lower fusion prototypes, so...
@mhsdesign fyi. I just started a topic on discuss to debate the proptypes :) https://discuss.neos.io/t/documenting-fusion/6056
> https://github.com/neos/neos-development-collection/blob/27b14719c0b48d4d5c12041b6e5155e59bb74fdd/Neos.Neos/Documentation/References/NeosFusionReference.rst @mficzel is there a specific order of the Neos.Fusion objects or in other words, where should I add Neos.Fusion:Flashmessages? or would it even be ok to re-sort them...
Sorry, I totally forgot about this PR of mine.. @mficzel I would like a solution like your first one, without having to pass the request.. from an architectural point of...
Sad that nobody replies to questions... but you can do that with the command line tool https://github.com/nextcloud/guests#available-occ-commands
I know, you asked this 2 years ago, but just in case someone else is looking for a solution: I got the same error and couldn't solve it otherwise than...