Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UE-463: removed variant code not supported #70

Open
wants to merge 1 commit into
base: 1.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 0 additions & 45 deletions vpue_undergrad_subtheme.libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
46 changes: 1 addition & 45 deletions vpue_undergrad_subtheme.react_behaviors.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
Loading