feat: System to export & import standard Builder Page#405
Merged
surajshetty3416 merged 56 commits intofrappe:developfrom Dec 10, 2025
Merged
feat: System to export & import standard Builder Page#405surajshetty3416 merged 56 commits intofrappe:developfrom
surajshetty3416 merged 56 commits intofrappe:developfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #405 +/- ##
===========================================
+ Coverage 47.80% 49.31% +1.50%
===========================================
Files 26 28 +2
Lines 1638 2180 +542
===========================================
+ Hits 783 1075 +292
- Misses 855 1105 +250 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fix: developer mode flag from jinja
Member
Author
|
Merging this as part 1 of this feature, the export feature is functional. The next part will have more improvement in UX and the addition of the following features.
|
This was referenced Dec 12, 2025
|
🎉 This PR is included in version 1.22.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Option to export Builder Page as Standard. Using this, users/devs can ship pre-built pages in any Frappe app... for example, the Blog
app can now ship standard blog templates built using Builder.
Usage is quite simple: if you want a page to be exported as Standard, just toggle the Standard checkbox and select the module of the app where you want to export the standard page from the page settings (this toggle will only be enabled in Developer Mode). Once you make a page Standard, any changes you make to that page will be synced to its JSON file — similar to how doctypes work.

Note: Standard pages will be in read-only mode. Users can unpublish, duplicate, and make changes to these standard pages!

Things that get exported:
publicfolder insidebuilder_filesNote: Builder pages are imported on app install and synced on migration.