Christian Niklas
Christian Niklas
Here is my solution, in case anyone is interested. I updated `conversational-form.js`. line **4527**, from: ```js // prevent textarea line breaks if (event.keyCode == cf.Dictionary.keyCodes["enter"] && !event.shiftKey) { event.preventDefault(); }...
Any updates on this topic?
> So, I just gave this a look, and I'm pretty sure that this is an issue with your configuration, also it should be related to this other issue: #54...
Yes, I (have to) use Gutenberg. Thanks for pointing out where the problem is. Here is my workaround: The build hook doesn't trigger Netlify directly but instead a PHP app....
> @cniklas Where did you add this to? It's a separate PHP installation located on the same domain as the WordPress site., and made with CakePHP 2 (which is outdated,...
#32 works for mee, too. Since nothing happens there since July 2021 I copied the patch @rabp99 offered there, regarding the change requests from @LukeC8 and put it into a...