From 9465b2375e055c7b113042ed67dc26c5fc5fd4ed Mon Sep 17 00:00:00 2001 From: Jen Breese-Kauth Date: Fri, 1 Nov 2024 21:10:36 +0000 Subject: [PATCH] UE-463: removed variant code not supported --- vpue_undergrad_subtheme.libraries.yml | 45 -------------------- vpue_undergrad_subtheme.react_behaviors.yml | 46 +-------------------- 2 files changed, 1 insertion(+), 90 deletions(-) diff --git a/vpue_undergrad_subtheme.libraries.yml b/vpue_undergrad_subtheme.libraries.yml index e21c896..678b0be 100755 --- a/vpue_undergrad_subtheme.libraries.yml +++ b/vpue_undergrad_subtheme.libraries.yml @@ -40,51 +40,6 @@ # font properties, etc. Ideally, these should be separated enough from a # component’s structure to be “swappable”, and omitting these entirely should # not break the component’s functionality or basic usability. -# -# EXAMPLE: -# -# nameoflibrarygroup: -# version: VERSION -# css: -# base: -# css/drupal/all.css: -# css/drupal/print.css: { media: print } -# layout: -# css/layout/all.css: {} -# component: -# css/components/components.css: {} -# state: -# css/state/states.css: {} -# theme: -# css/pattern-library/all.css: {} -# js: -# js/build/scripts.js: {} -# dependencies: -# - core/jquery -# -# Uncomment the code below to load scripts.js file on all pages. This file also requires JQuery to be -# loaded on all pages. Consider implimenting your scripts through theme libraries if you wish to -# avoid this. https://www.drupal.org/developing/api/8/assets -# -# js/build/scripts.js: {} -# dependencies: -# - core/drupal -# - core/jquery -# -# patternlibrary: -# version: VERSION -# css: -# base: -# css/pattern-library/base/base.css: {} -# layout: -# css/pattern-library/layout/layout.css: {} -# component: -# css/pattern-library/components/components.css: {} -# state: -# css/pattern-library/states/states.css: {} -# theme: -# css/pattern-library/theme/theme.css: {} -# css/pattern-library/theme/print.css: { media: print } allpages: css: diff --git a/vpue_undergrad_subtheme.react_behaviors.yml b/vpue_undergrad_subtheme.react_behaviors.yml index f5246d3..13a16fd 100644 --- a/vpue_undergrad_subtheme.react_behaviors.yml +++ b/vpue_undergrad_subtheme.react_behaviors.yml @@ -1,50 +1,6 @@ # Example react_behaviors plugin definitions. # Plugin property $defaults are defined in ReactBehaviorsPluginManager. -card_variant_info: # part of the key after the : - id: card_type - label: 'Card Paragraphs Type' - bundles: - - paragraphs_type|stanford_card - config: - card_type: # the setting - type: select - title: 'Card Type' - description: Select the style for displaying this card. -# default_value: su-card-wrapper--icon - options: - su-card-wrapper--icon: Icon Card - su-card-wrapper--horizontal: Horizontal Card - su-card-wrapper--vertical: Vertical Card - card_border_style: - type: select - title: 'Card Border Style' - description: Select the style for displaying this card. -# default_value: su-card-wrapper--border-regular - options: - su-card-wrapper--border-none: Minimal (no border) - su-card-wrapper--border-regular: Border and Drop Shadow - card_list_style: - type: select - title: 'Card List Style' - description: 'Select the style for list format. First paragraph tag will appear regular and all following paragraphs will be styled as a list.' - options: - su-card-wrapper--no-style: No List Style - su-card-wrapper--simple-list: Simple List - su-card-wrapper--bordered-list: Bordered List - horizontal_card_image_style: - type: select - title: 'Horizontal Card: Image Style' - description: If this is a horizontal card, Select the image style for this card. - options: - su-horizontal-card-wrapper--small-circle: Small Circle (220px) - su-horizontal-card-wrapper--large-rectangle: Large Rectangle (2:1 ratio) - horizontal_card_image_position: - type: select - title: 'Horizontal Card: Image Position' - description: If this is a horizontal card, Select the image style for this card. (Currently only used for Large Rectangle Image Style.) - options: - su-horizontal-card-wrapper--image-left: Image on Left - su-horizontal-card-wrapper--image-right: Image on Right + #card_style: # id: card_style # label: 'Card Paragraph Style'