ShareMaster Persistent Text Content
Build SharePoint templates whose client-specific content survives template updates.
The problem this solves
When you build a SharePoint site template and duplicate it with Clone Master, the site pages get cloned too — including any client-specific text edits the customer has made. Push a template update later and you’ll either overwrite the customer’s edits or skip them entirely and lose the new template content.
How it works
Persistent Text Content adds a SharePoint web part that stores its text in a SharePoint list rather than on the page itself. When the page is cloned with Clone Master, the web part keeps its reference to the original list entry. The customer’s text stays put while the rest of the page can be updated freely from the master template.
What you get
- SPFx web part that persists text content in a SharePoint list
- Works on classic and modern site pages
- No external services or dependencies — everything stays in your tenant
- Open-source, MIT-licensed, hosted on GitHub