Skip to content

Commit

Permalink
WOMACT-38 Disable views_slideshow, front columns, axe BS3 theme + deps
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Jan 25, 2024
1 parent 465000b commit 0aa4746
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 548 deletions.
1 change: 0 additions & 1 deletion build/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
],
"require": {
"cdnjs/json2": "^1",
"drupal/bootstrap": "^3",
"drupal/bootstrap5": "^3",
"drupal/ckeditor": "^1",
"drupal/color": "^1",
Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
],
"require-dev": {
"drupal/bootstrap5": "^3",
"drupal/bootstrap4": "2.1.14",
"twbs/bootstrap": "~4.5.3",
"unb-libraries/dockworker-drupal": "^6"
},
"scripts": {
Expand Down
88 changes: 3 additions & 85 deletions configuration/views.view.slideshow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:
- node
- text
- user
- views_slideshow
id: slideshow
label: Slideshow
module: views
Expand Down Expand Up @@ -301,7 +300,7 @@ display:
exclude: false
alter:
alter_text: true
text: "<div class=\"container\" id=\"slide\">\r\n<div class=\"row\">\r\n<div class=\"col-sm-7\" id=\"slide-text\">\r\n<div class=\"row\" id=\"slide-profiles\"><h2>Profiles of Wisdom</h2></div>\r\n<div class=\"row\" id=\"slide-name\">{{ title }}</div>\r\n<div class=\"row\" id=\"slide-bio\">{{ field_bio|slice(0, 300)|striptags }}...\r\n<a href=\"/node/{{ nid }}\">Read more</a>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-5\" id=\"slide-portrait\">\r\n{{ field_portrait }}\r\n</div>\r\n</div>\r\n</div>"
text: "<div class=\"container\" id=\"slide\">\r\n<div class=\"row\">\r\n<div class=\"col-sm-7\" id=\"slide-text\">\r\n<div class=\"row\" id=\"slide-name\">{{ title }}</div>\r\n<div class=\"row\" id=\"slide-bio\">{{ field_bio|slice(0, 300)|striptags }}...\r\n<a href=\"/node/{{ nid }}\">Read more</a>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-5\" id=\"slide-portrait\">\r\n{{ field_portrait }}\r\n</div>\r\n</div>\r\n</div>"
make_link: false
path: ''
absolute: false
Expand Down Expand Up @@ -402,92 +401,11 @@ display:
operator_limit_selection: false
operator_list: { }
style:
type: slideshow
type: default
options:
grouping: { }
row_class: row-slideshow
default_row_class: true
slideshow_skin: default
slideshow_type: views_slideshow_cycle
widgets:
top:
views_slideshow_controls:
enable: false
weight: '1'
hide_on_single_slide: '0'
type: views_slideshow_controls_text
views_slideshow_slide_counter:
enable: false
weight: '1'
hide_on_single_slide: '0'
views_slideshow_pager:
enable: false
weight: '1'
hide_on_single_slide: '0'
type: views_slideshow_pager_fields
views_slideshow_pager_fields:
views_slideshow_pager_fields_fields:
nid: 0
field_portrait: 0
title: 0
field_bio: 0
nothing: 0
views_slideshow_pager_fields_hover: 0
views_slideshow_pager_bullets:
views_slideshow_pager_bullets_hover: 0
bottom:
views_slideshow_controls:
enable: false
weight: '1'
hide_on_single_slide: '0'
type: views_slideshow_controls_text
views_slideshow_slide_counter:
enable: false
weight: '1'
hide_on_single_slide: '0'
views_slideshow_pager:
enable: false
weight: '1'
hide_on_single_slide: '0'
type: views_slideshow_pager_fields
views_slideshow_pager_fields:
views_slideshow_pager_fields_fields:
nid: 0
field_portrait: 0
title: 0
field_bio: 0
nothing: 0
views_slideshow_pager_fields_hover: 0
views_slideshow_pager_bullets:
views_slideshow_pager_bullets_hover: 0
views_slideshow_cycle:
effect: fade
transition_advanced: 0
timeout: '5000'
speed: '700'
delay: '0'
sync: 1
random: 0
pause: 1
pause_on_click: 0
action_advanced: 1
start_paused: 0
remember_slide: 0
remember_slide_days: '1'
pause_when_hidden: 0
pause_when_hidden_type: full
amount_allowed_visible: ''
nowrap: 0
fixed_height: 1
items_per_slide: '3'
items_per_slide_first: 0
items_per_slide_first_number: '1'
wait_for_image_load: 1
wait_for_image_load_timeout: '3000'
cleartype: 0
cleartypenobg: 0
advanced_options_choices: '0'
advanced_options_entry: ''
advanced_options: '{}'
row:
type: fields
query:
Expand Down
1 change: 0 additions & 1 deletion custom/themes/womact_bs3/.gitignore

This file was deleted.

Binary file removed custom/themes/womact_bs3/images/favicon.png
Binary file not shown.
260 changes: 0 additions & 260 deletions custom/themes/womact_bs3/src/scss/style.scss

This file was deleted.

Loading

0 comments on commit 0aa4746

Please sign in to comment.