Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Using git to manage content added via Admin panel?
· 10 years ago
Useful discussion here. Also, I did find this post about doing something similar using the CMS Statamic. It does seem to account for conflicts. It's a bit over my head in terms of git scripts/hooks. W
-
Using git to manage content added via Admin panel?
· 10 years ago
Just FYI, we are bringing some 'simple' ie, non-git 'versions' to Grav admin. Basically it saves a copy of the .md file that you can compare (with visual diff) and roll back to if required.
-
Using git to manage content added via Admin panel?
· 10 years ago
The behind-the-scenes Git commands ran is not really the difficulty, that's just basic commits and pushes, but more as Flaviocopes says how to handle conflicts. With pages this is easy enough - Markdo
-
Using git to manage content added via Admin panel?
· 10 years ago
Would be nice to have such a plugin. It would also need to consider possible conflicts when pushing, and decide how to handle those.
-
Using git to manage content added via Admin panel?
· 10 years ago
Well, even if there weren't explicit commands, it would be useful. E.g., editor/writer knows nothing of git. Behind the scenes on every "save", git did a commit and pushed to repo.
-
Using git to manage content added via Admin panel?
· 10 years ago
It would definitely require a custom plugin to integrate git commands into the admin (commit/push/pull). Would be very cool though!
-
Using git to manage content added via Admin panel?
· 10 years ago
I am thinking of developing a Grav site for an organization I am a part of. The site would have multiple editors who would only use the web admin panel to add/edit content. However, myself and another
-
@Forms: The pages Field > show only subpages
· 10 years ago
I'm not talking about a page listing site. What I meant is the blueprint form, that will show up in the admin: https://learn.getgrav.org/forms/blueprints/fields-available#the-pages-field
-
@Forms: The pages Field > show only subpages
· 10 years ago
I don't get it ... how do you list pages right now? Modular or are you using a collection?
-
@Forms: The pages Field > show only subpages
· 10 years ago
Does anyone know, if I can restrict the pages shown in the list, to only show subpages of a specific page?