Skip to content

Commit

Permalink
Roll back containedBy inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Mar 16, 2024
1 parent 1d047b3 commit 22dcbb6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion _embed/templates/stream-article-base/template.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
templateRole:"article"
socialRole:"Article"
model:"stream"
containedBy: ["top", "homepage", "folder", "article"]
extends:["base-widget-editor"]
label:"Article (BASE TEMPLATE)"
description:"Base Template, extended by article-editorjs and article-markdown"
Expand Down
1 change: 1 addition & 0 deletions _embed/templates/stream-article-editorjs/template.hjson
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
templateId:"article-editorjs"
extends: ["article-base"]
containedBy: ["top", "home", "folder", "article"]
label:"Article (WYSIWYG)"
description:"For regular use. Contains text, images, and more."
icon:"article"
Expand Down
1 change: 1 addition & 0 deletions _embed/templates/stream-article-html/template.hjson
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
templateId:"article-html"
extends:["article-base"]
containedBy: ["top", "home", "folder", "article"]
label:"Article (HTML Code)"
description:"HTML Code editor"
icon:"html"
Expand Down
1 change: 1 addition & 0 deletions _embed/templates/stream-article-markdown/template.hjson
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
templateId:"article-markdown"
extends:["article-base"]
containedBy: ["top", "home", "folder", "article"]
label:"Article (Markdown)"
description:"Simple Markdown editor"
icon:"markdown"
Expand Down

0 comments on commit 22dcbb6

Please sign in to comment.