Problem/Motivation
The Add heading button is not showing up in sections
Steps to reproduce
Give that a VLP page was created after a fresh Varbase 10.0.0-rc1 build and installation
When I go to editing the layout of the page
Then old and new created sections do not have the Add Heading action button
![]()
Proposed resolution
- Fix the logic to work with cache or not cache
- TEMP: Clear the cache after install with
./bin/drush cr
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 varbase-10.0.0-rc2, varbase_layout_builder-10.0.47, varbase-10.0.0-rc2, varbase_layout_builder-10.1.0-rc2
Varbase update type
- ✅ No Update
- ➖ Optional Update
- ➖ Forced Update
- ➖ Forced Update if Unchanged
User interface changes
API changes
- N/A
Data model changes
- N/A
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| Edit-layout-for-test-v10--after-the-fix.png | 157.7 KB | rajab natshah | |
| Edit-layout-for-test-v10--before.png | 154.69 KB | rajab natshah |
Issue fork varbase_layout_builder-3408146
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 #2
rajab natshahComment #3
rajab natshahComment #4
rajab natshahComment #7
rajab natshahComment #8
rajab natshahThank you, Yauheni, for helping and debugging.
Having the better logic in the
10.0.xtoo.moving the conditions in the class too.
Comment #9
rajab natshahComment #12
rajab natshahComment #13
rajab natshahComment #14
rajab natshahComment #15
rajab natshah✅ Released varbase_layout_builder-10.0.47
Comment #16
rajab natshah✅ Released varbase_layout_builder-10.1.0-rc2
Comment #18
rajab natshahComment #19
rajab natshah✅ Released varbase-10.0.0-rc2
Comment #20
weldong commentedOn fresh install of 10.0.0-rc2, add headings is in layoutbuilder, but varbase heading block module is not enabled by default. Suggest making module enabled by default or detect if module is enabled.