- {# Add any additional markup above the form with this variable. #}
- {{ signup_form_content }}
-
-
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/components/site-search/site-search.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/components/site-search/site-search.twig
deleted file mode 100644
index f369dcb2d..000000000
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/components/site-search/site-search.twig
+++ /dev/null
@@ -1,36 +0,0 @@
-{#
-/**
- * @file
- * Global Site Search Component
- *
- * A search bar for the website.
- *
- * Available variables:
- * - attributes: For additional HTML attributes not already provided.
- * - modifier_class: Additional css classes to change look and behaviour of the component
- * - action: Action of the form
- * - method: Method of the form
- * - search_label: Custom screen reader label
- * - search_input_name: Name for the search input field. Also used as the "for" attribute of the search input field label.
- * - search_input_id: ID for the search input field. If not provided, it will take on the same value as search_input_name.
- * - search_input_attributes: Additional HTML attributes for the search input field
- * - placeholder: Placeholder text for the search input field
- * - search_button_attributes: Additional HTML attributes for the submit button
- * - search_button_name: The name for the form element. Defaults to 'search'
- * - search_button_text: The user facing text for the button. Defaults to 'Submit Search'
- * - additional_fields: Any additional fields for the search form, e.g., hidden input fields
- *
- */
-#}
-{%- if search_input_id is empty -%}
- {%- set search_input_id = search_input_name -%}
-{%- endif -%}
-
-
-
- {{ first }}
-
-
-
- {{ second }}
-
-
-
- {{ third }}
-
-
-
- {{ fourth }}
-
-
-
- {{ fifth }}
-
-
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/three-column/valmer/valmer.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/three-column/valmer/valmer.twig
deleted file mode 100644
index fcfc6f562..000000000
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/three-column/valmer/valmer.twig
+++ /dev/null
@@ -1,47 +0,0 @@
-{#
-/**
- * @file
- * Template for a complex column panel layout.
- *
- * This template provides a complex column panel display layout, with
- * each column roughly equal in width.
- *
- * Variables:
- * -
- * -
- *
- *
- *
- */
-#}
-
- {% if header is not empty %}
-
- {% endif %}
-
-
-
- {{ first }}
-
-
-
- {{ second }}
-
-
-
- {{ third }}
-
-
-
- {% if footer is not empty %}
-
- {% endif %}
-
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/donies/donies.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/donies/donies.twig
deleted file mode 100644
index 9d7258ba1..000000000
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/donies/donies.twig
+++ /dev/null
@@ -1,46 +0,0 @@
-{#
-/**
- * @file
- * Template for a complex column panel layout.
- *
- * This template provides a complex column panel display layout, with
- * each column roughly equal in width.
- *
- * Variables:
- * -
- * -
- *
- *
- *
- */
-#}
-
- {# Optional header region #}
- {% if header is not empty %}
-
- {% endif %}
-
- {# Mandatory content region #}
-
-
- {{ first }}
-
-
-
- {{ second }}
-
-
-
- {# Optional footer region #}
- {% if footer is not empty %}
-
- {% endif %}
-
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/frogger/frogger.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/frogger/frogger.twig
deleted file mode 100644
index 5bc54064b..000000000
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/frogger/frogger.twig
+++ /dev/null
@@ -1,70 +0,0 @@
-{#
-/**
- * @file
- * Template for a complex column panel layout.
- *
- * This template provides a complex column panel display layout, with
- * each column roughly equal in width.
- *
- * Variables:
- * -
- * -
- *
- *
- *
- */
-#}
-
-
- {# Optional Header #}
- {% if header is not empty %}
-
- {% endif %}
-
- {# Required content section #}
-
-
- {{ first }}
-
-
-
- {{ second }}
-
-
-
- {# Optional centered container #}
- {% if middle is not empty %}
-
- {% endif %}
-
- {# Optional third row #}
- {% if third is not empty %}
-
-
- {{ third }}
-
-
-
- {{ fourth }}
-
-
- {% endif %}
-
- {# Optional footer #}
- {% if footer is not empty %}
-
- {% endif %}
-
-
{# end layout wrapper #}
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/pacman/pacman.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/pacman/pacman.twig
deleted file mode 100644
index f10af1f7f..000000000
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/pacman/pacman.twig
+++ /dev/null
@@ -1,46 +0,0 @@
-{#
-/**
- * @file
- * Template for a complex column panel layout.
- *
- * This template provides a complex column panel display layout, with
- * each column roughly equal in width.
- *
- * Variables:
- * -
- * -
- *
- *
- *
- */
-#}
-
- {# Optional Header #}
- {% if header is not empty %}
-
- {% endif %}
-
- {# Required content section #}
-
-
- {# Optional footer #}
- {% if footer is not empty %}
-
- {% endif %}
-
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/plakes/plakes.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/plakes/plakes.twig
deleted file mode 100644
index e639e68c3..000000000
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/plakes/plakes.twig
+++ /dev/null
@@ -1,40 +0,0 @@
-{#
-/**
- * @file
- * Template for a complex column panel layout.
- *
- * This template provides a complex column panel display layout, with
- * each column roughly equal in width.
- *
- * Variables:
- * -
- * -
- *
- *
- *
- */
-#}
-
- {# Optional Header #}
- {% if header is not empty %}
-
- {% endif %}
-
- {# Grid Container #}
-
- {# Manditory sidebar #}
-
-
- {# Manditory content #}
-
-
-
-
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/toucan/toucan.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/toucan/toucan.twig
deleted file mode 100644
index bfce8f470..000000000
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/toucan/toucan.twig
+++ /dev/null
@@ -1,23 +0,0 @@
-{#
-/**
- * @file
- * Toucan
- *
- *
- */
-#}
-
-
-
- {# Required column #}
-
- {{ first }}
-
-
- {# Required column #}
-
- {{ second }}
-
-
-
-
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/trunks/trunks.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/trunks/trunks.twig
deleted file mode 100644
index 65ac9145b..000000000
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/trunks/trunks.twig
+++ /dev/null
@@ -1,27 +0,0 @@
-{#
-/**
- * @file
- * Template for a complex column panel layout.
- *
- * This template provides a complex column panel display layout, with
- * each column roughly equal in width.
- *
- * Variables:
- * -
- * -
- *
- *
- *
- */
-#}
-
-
-
- {{ first }}
-
-
-
- {{ second }}
-
-
-
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/wedge/wedge.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/wedge/wedge.twig
deleted file mode 100644
index 5263e63f9..000000000
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/layout/flex/two-column/wedge/wedge.twig
+++ /dev/null
@@ -1,30 +0,0 @@
-{#
-/**
- * @file
- * Wedge 2 column layout
- *
- * A 25/75 style two column layout.
- *
- * Variants:
- * layout-wedge-flex--right - A right sidebar variant to the layout.
- *
- * Variables:
- * attributes - html attributes for the template wrapper tag
- * modifier_class - Variant modifier css classes
- * first - First column and 25% width
- * second - Second Column and 75% width
- *
- *
- */
-#}
-
-
-
- {{ first }}
-
-
-
- {{ second }}
-
-
-
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/utilities/macros/link-list.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/utilities/macros/link-list.twig
deleted file mode 100644
index ba408b85c..000000000
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/utilities/macros/link-list.twig
+++ /dev/null
@@ -1,46 +0,0 @@
-{#
-/**
- * Macro for creating a simple single level list of links.
- */
-#}
-{% macro link_list(items) %}
- {% apply spaceless %}
- {% for item in items %}
-
- {# Define the attributes vars fresh on each loop #}
- {% set list_attributes = "" %}
- {% set link_attributes = "" %}
-
- {#
- The map function is not available in twigjs so we have to do this :(
- see: https://github.com/twigjs/twig.js/wiki/Implementation-Notes
- #}
- {% if item.list_attributes is iterable %}
- {% for key, val in item.list_attributes %}
- {% if val.twig_markup == true %}
- {% set val = val|merge({'twig_markup': null}) %}
- {% endif %}
- {% set list_attributes = list_attributes ~ key|trim ~ '="' ~ val|join|trim ~ '" ' %}
- {% endfor %}
- {% endif %}
-
- {#
- The map function is not available in twigjs so we have to do this :(
- see: https://github.com/twigjs/twig.js/wiki/Implementation-Notes
- #}
- {% if item.link_attributes is iterable %}
- {% for key, val in item.link_attributes %}
- {% if val.twig_markup == true %}
- {% set val = val|merge({'twig_markup': null}) %}
- {% endif %}
- {% set link_attributes = link_attributes ~ key|trim ~ '="' ~ val|join|trim ~ '" ' %}
- {% endfor %}
- {% endif %}
-
- {# Actually output something #}
-
- {{ item.text }}
-
- {% endfor %}
- {% endapply %}
-{% endmacro %}
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/utilities/macros/menu-loop.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/utilities/macros/menu-loop.twig
deleted file mode 100644
index 029966fb7..000000000
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/dist/templates/decanter/utilities/macros/menu-loop.twig
+++ /dev/null
@@ -1,41 +0,0 @@
-{#
-/**
- * Macro for creating nested menus.
- */
-#}
-{% macro nav_menu(items, menu_level, class_prefix) %}
- {% import _self as menus %}
-
-{% endmacro %}
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/stanford_basic.info.yml b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/stanford_basic.info.yml
index 3e9f89d5c..5f14041c4 100755
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/stanford_basic.info.yml
+++ b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/stanford_basic.info.yml
@@ -4,7 +4,7 @@ description: 'Stanford Basic Branding Theme.'
package: Stanford
version: 9.x-1.4-dev
core_version_requirement: ^9 || ^10
-'base theme': stable9
+base theme: stable9
regions:
page_top: 'Page top'
header: Header
@@ -20,8 +20,6 @@ features:
components:
namespaces:
basic: templates
- basic-dist: dist/templates
- decanter: dist/templates/decanter
libraries:
- stanford_basic/basic
ckeditor_stylesheets:
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/block/block--search-form-block.html.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/block/block--search-form-block.html.twig
index 360978aa0..8e18cd6b4 100644
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/block/block--search-form-block.html.twig
+++ b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/block/block--search-form-block.html.twig
@@ -1,6 +1,6 @@
{% set attributes = attributes.addClass('su-site-search') %}
-{% include "@basic-dist/decanter/components/site-search/site-search.twig" with
+{% include "@decanter/components/site-search/site-search.twig" with
{
"attributes": attributes|without('class', 'role'),
"modifier_class": attributes.class,
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/block/block--system-branding-block.html.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/block/block--system-branding-block.html.twig
index 07f1ea3c3..8f0ac89d5 100644
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/block/block--system-branding-block.html.twig
+++ b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/block/block--system-branding-block.html.twig
@@ -97,4 +97,4 @@
{% endif %}
{% endblock %}
-{% extends "@basic-dist/decanter/components/lockup/lockup.twig" %}
+{% extends "@decanter/components/lockup/lockup.twig" %}
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/core/status-messages.html.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/core/status-messages.html.twig
index 0f812e664..de44a0b74 100755
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/core/status-messages.html.twig
+++ b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/core/status-messages.html.twig
@@ -26,7 +26,7 @@
{# Template Paths #}
{%- if template_alert is empty -%}
- {% set template_alert = "@basic-dist/decanter/components/alert/alert.twig" %}
+ {% set template_alert = "@decanter/components/alert/alert.twig" %}
{%- endif -%}
{# End Template Paths. #}
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/node.html.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/node.html.twig
index e16da36fa..04884544a 100755
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/node.html.twig
+++ b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/node.html.twig
@@ -10,7 +10,7 @@
{# Template Paths #}
{%- if template_alert is empty -%}
- {%- set template_alert = "@basic-dist/decanter/components/alert/alert.twig" -%}
+ {%- set template_alert = "@decanter/components/alert/alert.twig" -%}
{%- endif -%}
{# End Template Paths #}
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/page.html.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/page.html.twig
index 32a5238ad..bc4c5a424 100755
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/page.html.twig
+++ b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/page.html.twig
@@ -13,11 +13,11 @@
{# Template Paths #}
{%- if template_brand_bar is empty -%}
- {%- set template_brand_bar = "@basic-dist/decanter/components/brand-bar/brand-bar.twig" -%}
+ {%- set template_brand_bar = "@decanter/components/brand-bar/brand-bar.twig" -%}
{%- endif -%}
{%- if template_global_footer is empty -%}
- {%- set template_global_footer = "@basic-dist/decanter/components/global-footer/global-footer.twig" -%}
+ {%- set template_global_footer = "@decanter/components/global-footer/global-footer.twig" -%}
{%- endif -%}
{# End Template Paths. #}
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/rabbit-hole-message.html.twig b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/rabbit-hole-message.html.twig
index 4e17fe3f3..5e6e18dfb 100644
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/rabbit-hole-message.html.twig
+++ b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/templates/rabbit-hole-message.html.twig
@@ -26,7 +26,7 @@
{# Template Paths #}
{%- if template_alert is empty -%}
- {% set template_alert = "@basic-dist/decanter/components/alert/alert.twig" %}
+ {% set template_alert = "@decanter/components/alert/alert.twig" %}
{%- endif -%}
{# End Template Paths. #}
diff --git a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/webpack.config.js b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/webpack.config.js
index 8c192a4d4..82946736d 100644
--- a/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/webpack.config.js
+++ b/docroot/profiles/sdss/sdss_profile/themes/stanford_basic/webpack.config.js
@@ -104,15 +104,7 @@ var webpackConfig = {
events: {
onStart: {
delete: ["dist"]
- },
- onEnd: {
- copy: [
- {
- source: "node_modules/decanter/core/src/templates/**/*.twig",
- destination: "dist/templates/decanter/"
- }
- ],
- },
+ }
}
}),
],