-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Site Editor: Allow Revisions for the Site Editor #36060
Comments
Originally reported by @synora in Automattic/wp-calypso#57349 |
wp_template and wp_template_part has revisions support added. |
I tried to debug more in code. Adding my research here for feature reference. For revision LastRevision Component being used which has 2 component PostLastRevisionCheck and PostLastRevision. Problem Statement
|
Any updates on this? Say a developer creates a default template part in the theme file, client updates through UI, then later updates again, but messes something up. Reverting to what is in the theme is not helpful because all their previous changes would be lost. There needs to be a way to revert to each incremental update to each template. In any case, having such a core feature of a website, the templates, saved only to a database feels very wrong compared to having templates as files that can be checked into version control systems. But I'm not sure of a nice way to solve that (save for locking individual blocks in a template) or it it ultimately matters anymore with such modular themes. |
Noting this request for a revision history of style switches and changes to global fonts: Could these be included in a general Revisions history? |
I just lost my work but not all of it since I saved the template at a certain point into index.html. I'm not even sure exactly how I lost it, did I accidently "clear customizations" I have to recreate a bunch of things now..I couldn't find a revisions for templates and that's how I ended up here. With FSE it's best creating the theme visually in the site editor vs trying to do it in the html with markup. Then copying it over to the html file in the templates directory. I guess I should be manually copying it over more often, that's all I can think of or else it's unforgiving if a mistake is done. |
+1 This would be an awesome feature to see! |
Closing this issue as it seems to be covered by #44503 |
What problem does this address?
No revision history for the site Editor
What is your proposed solution?
I'm not sure it's possible but a revision history within the Site Editor would be nice to have.
This would allow users to revert to a previous version of what they've created within the Site Editor.
This is currently available for pages and posts:
Screen.Capture.on.2021-10-26.at.05-37-55.mp4
But not within the Site Editor:
Screen.Capture.on.2021-10-26.at.05-39-47.mp4
The text was updated successfully, but these errors were encountered: