jamiematrix

Results 11 issues of jamiematrix

Is it possible to have the sitemap file use canonical URLs set within an SEO field?

Am I right in thinking if I have some custom routes in `routes.php` then that functionality takes over any redirects set? If that's true, is there a way round? Or...

### Description I'm wanting to show a page title that changes a locked token depending on if an unlocked token has text in it e.g. if a contact page had...

enhancement

I have a JSON feed that has nested arrays of the data we need to import (rough example): ``` { "status": "ok", "areas": [{ "area_name": "test 1", "sections": [ "section_name":...

bug

### Description I have a section where entries have can have 1 or more entries and categories referenced. I thought checking the box for "Create entries if they do not...

bug

Trying to go the native route of Twig and Craft and came across your Cookies macro. Unfortunately I cannot get the cookie to persist on the page load. The cookie...

question

### Description I have a little script to show the customer the filename of the attachment they have chosen: ``` {% js %} document.querySelector("#CV").onchange = function(){ document.querySelector("#CVLabel").textContent = `${this.files[0].name} selected`;...

bug

### What are you trying to do? I want to dynamically set the text on a button on a page using the `setFieldSettings` method but it appears button or submit...

feature request
beta

I've tried to add a Google Maps embed which uses an iframe to display, but the editor is removing the iframe when saving. Pretty sure it's intended as I can...

### Description I'm trying to look for any form of documentation to use the `forms.` macros within `_includes/forms` but am unable to find any. Looking through the Twig itself I...