Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
How to use Grav-API or migrate site
· 9 years ago
Hi! Do you know how I can create many pages easily with grav-api or any idea to migrate a large site quickly? Regards
-
Form does not submit when file field has validate.required true
· 9 years ago
Ok thank you. I will subscribe on the issue.
-
Form does not submit when file field has validate.required true
· 9 years ago
There is no solution at the moment, other than removing the required validation.
-
Form does not submit when file field has validate.required true
· 9 years ago
It's a known issue actually, tracked in https://github.com/getgrav/grav-plugin-admin/issues/887
-
Form does not submit when file field has validate.required true
· 9 years ago
My form definition includes the following 'file' type filed. I have found that if the validate required part is there then the form will not submit, ie I click the submit button and nothing happens. A
-
Beginner: page "date" defined by casual user
· 9 years ago
I just stumbled upon the page "frontmatter" in the documentation, don't know how I missed that. From what I understand, my sister could begin her pages specifying a date field, and then just type the
-
Beginner: page "date" defined by casual user
· 9 years ago
Hello, I'm new to grav and thinking about using it as the basis for my sister's website. She would regularly create (sub) pages representing events/dates, not necessarily in the order in which they oc
-
Clearing cache deletes page uids?
· 9 years ago
Thank you so much for the reply. Looks like I have misinterpreted page.id then. Actually, now I think about it, a page.uid doesn't make sense in Grav's flat file system. Although the permalink is a ni
-
Clearing cache deletes page uids?
· 9 years ago
In Grav, a page has no fixed id. WP and generally other DB-driven CMS/applications have the ID generated by the database, so they use it. But Grav does not, you could have it applied on a page automa
-
Clearing cache deletes page uids?
· 9 years ago
Hi, I am building a site using Grav with Firebase and it is awesome. However, I am saving state information between users and specific pages, for which I am passing the uid of certain pages to the dat