Skip to content

Commit 756a65d

Browse files
committed
More logical form groupings
1 parent a96427e commit 756a65d

12 files changed

+6
-6
lines changed

templates/forms/misc/homepage-content.txp renamed to templates/forms/misc/-homepage-modules.txp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212

1313

14-
<txp:output_form form="gallery--grid" />
14+
<txp:output_form form="-module--gallery--grid" />
1515

1616

1717
<div class="container">
@@ -171,7 +171,7 @@
171171
<div class="align-center py-2 pb-4">
172172
<h2>A list of our partners, clients or customers</h2>
173173
<p>A snappy aside.</p>
174-
<txp:output_form form="logo-wall" />
174+
<txp:output_form form="-module--logo-wall" />
175175
</div>
176176

177177
</div>
File renamed without changes.
File renamed without changes.

templates/forms/misc/gallery--vertical-masonry.txp renamed to templates/forms/misc/-module--gallery--vertical-masonry.txp

File renamed without changes.
File renamed without changes.

templates/pages/default.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<body class="<txp:variable name="page-type" />" itemscope itemtype="<txp:if_variable name="page-type" value="front-page">https://schema.org/WebPage<txp:else /><txp:if_variable name="page-type" value="search-page">https://schema.org/SearchResultsPage<txp:else />https://schema.org/CollectionPage</txp:if_variable></txp:if_variable>">
4545
<txp:output_form form="header" />
4646
<txp:if_variable name="page-type" value="front-page">
47-
<txp:output_form form="homepage-content" />
47+
<txp:output_form form="-homepage-modules" />
4848
<txp:else />
4949
<div class="wrapper">
5050
<txp:output_form form="breadcrumbs" />

themes/hive-framework-0.0.4/forms/misc/homepage-content.txp renamed to themes/hive-framework-0.0.4/forms/misc/-homepage-modules.txp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212

1313

14-
<txp:output_form form="gallery--grid" />
14+
<txp:output_form form="-module--gallery--grid" />
1515

1616

1717
<div class="container">
@@ -171,7 +171,7 @@
171171
<div class="align-center py-2 pb-4">
172172
<h2>A list of our partners, clients or customers</h2>
173173
<p>A snappy aside.</p>
174-
<txp:output_form form="logo-wall" />
174+
<txp:output_form form="-module--logo-wall" />
175175
</div>
176176

177177
</div>

themes/hive-framework-0.0.4/forms/misc/gallery--carousel.txp renamed to themes/hive-framework-0.0.4/forms/misc/-module--gallery--carousel.txp

File renamed without changes.

themes/hive-framework-0.0.4/forms/misc/gallery--grid.txp renamed to themes/hive-framework-0.0.4/forms/misc/-module--gallery--grid.txp

File renamed without changes.

themes/hive-framework-0.0.4/forms/misc/gallery--vertical-masonry.txp renamed to themes/hive-framework-0.0.4/forms/misc/-module--gallery--vertical-masonry.txp

File renamed without changes.

0 commit comments

Comments
 (0)