Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Layout Builder Kit 2.0.0-beta1, 2024-03-12
------------------------------------------
Changes since 2.0.0-alpha2:
- Removed superfluous getPluginDefinition and getPlugin.
- Add $configuration protected instance variable.
- Tested against PHP 8.2 and Drupal 10.1/10.2.
Layout Builder Kit 2.0.0-alpha2, 2022-12-06
------------------------------------------
Changes since 2.0.0-alpha1:
- Turns out $events['hook_event_dispatcher.theme'] is needed after all.
bumps Hook Event Dispatcher to version 4, which will make it incompatible with projects that have modules using HED 3
will be where experimentation with Single Directory Components occurs
will be where new features are developed.
Due to these dependencies, this major version branch (3) will require Drupal 10.1 and above. If a project can't upgrade to HED 4 or needs to run on Drupal 9.5 for a little longer, version 2 branch is the solution.
Layout Builder Kit 2.0.0-alpha2, 2022-12-06
------------------------------------------
Changes since 2.0.0-alpha1:
- Turns out $events['hook_event_dispatcher.theme'] is needed after all.
Layout Builder Kit 2.0.0-alpha1, 2022-12-05
------------------------------------------
Changes since 2.0.0-dev (2022-11-16):
- It looked like the ThemeHookEvents::THEME constant wasn't available (see https://www.drupal.org/project/layout_builder_kit/issues/3282326) however the problem was transient for me.
Might still need to use $events['hook_event_dispatcher.theme'][] = ['themeEvent'] but we'll see.
Description
-----------
Layout Builder Kit includes basic components that you can use within
your Drupal site. The components can be used in Block Layout or
Layout Builder.
Description
-----------
Layout Builder Kit includes basic components that you can use within
your Drupal site. The components can be used in Block Layout or
Layout Builder.
Description
-----------
Layout Builder Kit includes basic components that you can use within
your Drupal site. The components can be used in Block Layout or
Layout Builder.
We have 7 components:
- Book Navigation
- Image Component
- Icon Component
- Render Component
- Rich Text Component
- Tab Component
- Video Component
Description
-----------
Layout Builder Kit includes basic components that you can use within
your Drupal site. The components can be used in Block Layout or
Layout Builder.
We have 7 components:
- Book Navigation
- Image Component
- Icon Component
- Render Component
- Rich Text Component
- Tab Component
- Video Component
Description
-----------
Layout Builder Kit includes basic components that you can use within
your Drupal site. The components can be used in Block Layout or
Layout Builder.
We have 6 components:
- Book Navigation
- Image Component
- Icon Component
- Rich Text Component
- Tab Component
- Video Component
Layout Builder Kit(LBK) includes basic components that you can use within your Drupal site. The components can be used in Block Layout or Layout Builder.
We have 5 components:
LBKIconText
LBKImage
LBKRichText
LBKTab
LBKVideo
Now LBKIconText and LBKImage use entities to store configuration.
Layout Builder Kit(LBK) includes basic components that you can use within your Drupal site. The components can be used in Block Layout or Layout Builder.