All Projects → davemacaulay → module-page-builder-grid

davemacaulay / module-page-builder-grid

Licence: other
Example Page Builder Grid Module

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to module-page-builder-grid

magento custom reports example
An example module about the basic of how to create a custom report in Magento
Stars: ✭ 31 (+82.35%)
Mutual labels:  grid, magento
import-cli-simple
This the meta package for Pacemaker Community, a Symfony based CLI application that provides import functionality for products, categories, attributes, and attribute-sets. The default format is CSV, adapters for XML are also available. The application can be declaratively extended by additional operations, which can be used to reassemble and exe…
Stars: ✭ 69 (+305.88%)
Mutual labels:  magento
wordpress-theme-base
Theme base for WordPress, ES2017+ & PHP7+
Stars: ✭ 65 (+282.35%)
Mutual labels:  pagebuilder
yii2-actionbar
A control bar with bulk actions for the GridView widget.
Stars: ✭ 32 (+88.24%)
Mutual labels:  grid
craft-grid
A field that lets you content manage CSS Grid in Craft CMS.
Stars: ✭ 18 (+5.88%)
Mutual labels:  grid
magento2-checkout-success-misc-script
Add Miscellaneous HTML and JavaScript codes to Magento2 checkout conformation page
Stars: ✭ 26 (+52.94%)
Mutual labels:  magento
bestsellers-sorting-m2
Bestsellers sorting of products in categories for Magento 2
Stars: ✭ 24 (+41.18%)
Mutual labels:  magento
Magento2-Twig
Twig Template Engine for Magento2
Stars: ✭ 58 (+241.18%)
Mutual labels:  magento
hagrid
📏 Hagrid is a mixin library for responsive websites and web applications.
Stars: ✭ 30 (+76.47%)
Mutual labels:  grid
bootstrap-grid-ms
Missing grid range in Bootstrap 3, micro-small from 480-767px.
Stars: ✭ 34 (+100%)
Mutual labels:  grid
flutter examples
Random flutter examples
Stars: ✭ 18 (+5.88%)
Mutual labels:  grid
module-blog-comments-recaptcha
module-blog-comments-recaptcha
Stars: ✭ 17 (+0%)
Mutual labels:  magento
customer-ajax-login
Free magento 2 extension for Popup and AJAX based Login and Sign Up | Manish Joy
Stars: ✭ 14 (-17.65%)
Mutual labels:  magento
laravel-grid
A grid view for laravel, inspired by the yii2 grid widget
Stars: ✭ 86 (+405.88%)
Mutual labels:  grid
module-catalog
Fixes for some known Magento 2 issues in Catalog
Stars: ✭ 23 (+35.29%)
Mutual labels:  magento
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (+152.94%)
Mutual labels:  magento
grid-trade-helper
📜A tool for generating grid trade data table.
Stars: ✭ 13 (-23.53%)
Mutual labels:  grid
pyrocms-cheatsheet
Pyro CMS - Cheat Sheet
Stars: ✭ 17 (+0%)
Mutual labels:  grid
gau2grid
Fast computation of a gaussian and its derivative on a grid.
Stars: ✭ 23 (+35.29%)
Mutual labels:  grid
seapy
State Estimation and Analysis in Python
Stars: ✭ 25 (+47.06%)
Mutual labels:  grid

Magento Page Builder - Homepage Grid

This module serves as an example for how you can create relatively complex content types within the new Page Builder framework. This module was created to show how we can easily rebuild the Luma sample content using Page Builder.

This module contains two content types, both with different purposes:

  • Homepage Grid
    • This is responsible for housing all of the grid items to build up the final grid.
    • By design this content type can only contain grid items, and is fixed to having 5 children for our specific rigid grid.
  • Homepage Grid Item
    • This acts very much like a row or a column, housing the internal content and providing various background options.
    • This can contain any content type available in the framework (providing their configuration settings allow it) to generate rich content.

Example

Within this module we provide the master storage format contents for the luma homepage that's been presented alongside this module.

Admin View: Luma Homepage Admin

Storefront View: Luma Homepage Storefront

This example can be imported into any Magento 2.3+ instance with Page Builder installed alongside this module. This can be done by updating the entities content to that provided in examples/luma_homepage.html.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].