Dominik Tränklein

Results 9 comments of Dominik Tränklein

Hi @bdbch, first of all, let me please apologize for the long delay of my answer. This topic is very complex. A lot of the decisions made regarding Gutenberg integration...

the old filter seems to have been `disallow_file_mods`. In this case the first argument would be `$disallow` instead of `$allow`, and the if clause would need to return `false` instead...

Hi @joeatduckpin, you are right. This issue seems to come from the fact that we kind of exclusively use flexible content field for components from the components folder. This is...

Hi @prathamesh-gharat, I honestly do not know, if this is easy to achieve. We are working on an overhaul of the built system with which this will be easily possible....

Hi @timostsauber , have you tried using the `wpml-config.xml` file for that. It could be that something like this works: ```xml *_acf_hide_layout ``` It might be, however, that the wildcard...

Hi @bdebrie and @nilsbosman, the solution for broken acf pro installs on create should be to not provide a acf pro key, as @bdebrie stated. we actually never used this...

this is purely optional to deploy to a staging server. i also do not want to have a command, that if you run it accidentally, will delete something you have...

it is possible with yargs to generate a bash code completion script that you would have to manually paste into you `.profile`. we can do that, but not right now.

Quickly thinking about it, I am wondering if you can just achieve want you want to with composer installer-paths. https://getcomposer.org/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md You need to require it in your package and can...