torqit/pimcore-object-layout-grid-bundle

There is no license information available for the latest version (v1.2.0) of this package.

Installs: 804

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:pimcore-bundle

v1.2.0 2025-01-08 19:12 UTC

This package is auto-updated.

Last update: 2025-03-08 19:29:13 UTC


README

This bundle will enable defining custom grid layout fields on a Pimcore DataObject.

Installing the package via composer

This bundle is easily installed via composer: composer require torqit/pimcore-object-layout-grid-bundle

Steps to create a grid layout on a DataObject:

  1. Open a DataObject class
  2. Add a grid field to your class (found under layouts).
  3. Setup and define the base field info, endpoint to retrieve data from, and column information.