Franz Thüs
Franz Thüs
Would be great if we had an argument for defining a different delimiter, like a semicolon.
We're character-splitting headlines containing `­` soft hyphens. Those are usually invisible and act as a hyphenation hint for the browser. This is how `Califor­nia Dreaming` is rendered, note the extra...
I'm conditionally setting seomatic.meta.robots to `none` like so whenever a certain query variable is set: ``` {% if craft.app.request.getQueryParam('r') %} {% do seomatic.meta.robots('none') %} {% endif %} ``` I know...
We're submitting data to the plugin from a different domain. We're setting the required CORS headers via `.htaccess` (so the OPTIONS request goes through) but Craft seems to remove them...