Problem/Motivation
#3526581: Have all Varbase Components in the Vartheme BS5 starterkit theme
#3526576: Remove all components as they were moved to Vartheme BS5 starterkit theme
Proposed resolution
- Change the View Modes Inventory Factory to work with
DEFAULT_ACTIVE_THEMEtoken to replace it with the default active theme. - Change Config Templates to have
DEFAULT_ACTIVE_THEME - Remove hard coded
varbase_componentsorvartheme_bs5.
Remaining tasks
- ✅ File an issue about this project
- ✅ Addition/Change/Update/Fix to this project
- ✅ Testing to ensure no regression
- ➖ Automated unit/functional testing coverage
- ➖ Developer Documentation support on feature change/addition
- ➖ User Guide Documentation support on feature change/addition
- ➖ UX/UI designer responsibilities
- ➖ Accessibility and Readability
- ✅ Code review from 1 Varbase core team member
- ✅ Full testing and approval
- ✅ Credit contributors
- ✅ Review with the product owner
- ✅ Update Release Notes and Update Helper on new feature change/addition
- ✅ Release vmi-4.0.0-alpha4
Varbase update type
- ✅ No Update
- ➖ Optional Update
- ➖ Forced Update
- ➖ Forced Update if Unchanged
User interface changes
- N/A
API changes
- N/A
Data model changes
- N/A
Release notes snippet
- Issue #3527225 by ahmad.estaitia: Changed config templates in VMI to use the
DEFAULT_ACTIVE_THEMEtoken for used components with UI Patterns ~2.0 instead of the old Varbase Components direct use logic
Issue fork vmi-3527225
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
ahmad.estaitia commentedComment #4
rajab natshahComment #5
rajab natshahComment #6
ahmad.estaitia commentedAdded attribution
Comment #7
rajab natshahComment #9
rajab natshah1- Fixed the Get the default active theme to use
$this->configFactory->get('system.theme')->get('default');2- Fixed Drupal Standard and Drupal Practice issues
Basic check with
yarn phpcsand basic fixes withyarn phpcbfComment #11
rajab natshahComment #12
rajab natshahComment #13
rajab natshahComment #14
rajab natshah✅ Released vmi-4.0.0-alpha4