Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Graham Member

@Grayches · Joined 2 years ago · 19 posts · 4 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Help with scheduler (warm-cache) · 2 years ago

    I have warm-cache premium plugin, I can run it fine from command line with the below commands: cd /home/USER/public_html bin/plugin warm-cache warm https://example.com/sitemap.json or /home/user/publ

  • Cant upload YAML files upload in admin · 2 years ago

    I just got this working! I tried this way initially but the form would never display. I must of made an error along the way but it is now working as you have said and no need for default frontmatter.

  • Cant upload YAML files upload in admin · 2 years ago

    @pamtbaau: {{ config.frontmatter Unless I include: form: name: contact fields: - name: name label: Name placeholder: 'Enter your name'

  • Cant upload YAML files upload in admin · 2 years ago

    I want the whole frontmatter on each page. I'll give this a go but the only way I could see of doing this was to include a frontmatter.yaml in the page dir and I figured I could work with that. A glob

  • Cant upload YAML files upload in admin · 2 years ago

    Worked perfectly, thank you. It turns out Im not very good at asking forum questions so I'm probably not the best person to open an issue on the grav repo. I just realised I can expand this topic box

  • Cant upload YAML files upload in admin · 2 years ago

    I want the same frontmatter on each page as I have a form on every page and unitegallery on a lot of pages so including one site wide means I dont have to manually add frontmatter to each page and if

  • Cant upload YAML files upload in admin · 2 years ago

    Yes, and all the below: text/x-yaml text/yaml text/yml application/x-yaml application/x-yml application/yaml application/yml Same result each time "The mime type does not match to file extension" Iv

  • Cant upload YAML files upload in admin · 2 years ago

    I have searched extensivley, as stated Ive tried many different MIME types from google. I have read that specific post previously but it doesnt resolve the issue. What are the MIME settings for YAML?

  • Cant upload YAML files upload in admin · 2 years ago

    Im trying to create a file upload in admin so I can add the default frontmatter.yaml on each page (this way I wont forget). I have the code below but I get "Unsupported file type: yaml" when adding th

  • Whats are the selectors called and how to find them? page.title etc · 2 years ago

    Yeah, I'll have to look into that... 😔