Skip to content

Commit

Permalink
group dev util cards together
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoelma committed Nov 25, 2024
1 parent d16770d commit b6d1666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/templates/snippet-management/edit/edit-snippet.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
@controller={{this.editor}}
@importedResource={{this.importedDecisionUri}}
/>
<RegenerateVariableUris @controller={{this.editor}} />
<Sidebar.Collapsible
@title={{t "snippet-edit.sidebar.general-nodes"}}
@expandedInitially={{false}}
Expand Down Expand Up @@ -147,7 +148,6 @@
@options={{this.config.structures}}
/>
</Sidebar.Collapsible>
<RegenerateVariableUris @controller={{this.editor}} />
<this.StructureControlCard @controller={{this.editor}} />
<MandateeTablePlugin::Configure
@controller={{this.editor}}
Expand Down
4 changes: 2 additions & 2 deletions app/templates/template-management/edit.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<:aside>
{{#if this.editor}}
<Sidebar as |Sidebar|>

<RegenerateVariableUris @controller={{this.editor}} />
<Sidebar.Collapsible
@title={{t "snippet-edit.sidebar.general-nodes"}}
@expandedInitially={{false}}
Expand Down Expand Up @@ -190,7 +190,7 @@
/>
</Sidebar.Collapsible>
{{/unless}}
<RegenerateVariableUris @controller={{this.editor}} />

<Plugins::Link::LinkEditor @controller={{this.editor}} />
<this.RdfaEditor
@node={{this.activeNode}}
Expand Down

0 comments on commit b6d1666

Please sign in to comment.