Skip to content

Commit

Permalink
Custom Profiles: Add Template Editors to User Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Mar 24, 2024
1 parent 45ab58d commit 8f80ee0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _embed/templates/user-outbox/template.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,20 @@
{do:"trigger-event", event:"refreshPage"}
]
}

edit-template: {
roles:["self"]
steps:[{
do:"as-modal"
steps:[
{do:"edit-template", title:"Choose Profile Template", inboxTemplate:true, outboxTemplate:true}
{do:"save"}
{do:"refresh-page"}
],
background:"view"
}]
}

photo: {
roles: ["self"]
steps:[
Expand Down

0 comments on commit 8f80ee0

Please sign in to comment.