ogrosko
ogrosko
@MAXakaWIZARD woops sorry, typo in my example json. I already fixed it. But my question is: whether I can iterate over `"objects"`. In other words: When I want to iterate...
+1 agree. Not only with ppk sftp would be great
I agree with bobrocke It would be great to use something like: dandelion deploy staging dandelion deploy prod
Can confirm same behavior here. @kalypso63 did you find a solution?
Any news here? I take a look in the code, and it looks like missing `TCEforms` array key in parsed flexform data structure in [here](https://github.com/TYPO3/typo3/blob/d8d0dffef3244bc25cce491a44debd083b10ed8f/typo3/sysext/backend/Classes/Controller/Wizard/SuggestWizardController.php#L80) Compare following Parsed array path...
+1 for me too. Livereload is a great feature. And I think it's close relative to sass/scss
@SebTardif I solved it by adding ssh keys to persistent volume ;) ```storage: volumeMounts: - mountPath: /etc/ssh/keys subPath: .ssh/keys name: some-name```
Do you have any idea how to fix this issue, at least temporarily
I'm trying to fix this issue by following [hook](https://gist.github.com/ogrosko/adf526811b0477ed5f9008510c1033ed) For now it works for content inserted to page columns. You will get error and element is not moved/copied to denied...
Check this [prototyped plugin ](https://github.com/ogrosko/dw_content_protector) UPDATE: drag&drop, copy/move should work now