Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.13 KB

directus-extension-grid-layout

Directus Grid Layout Extension is a custom display type that enhances the way data is displayed in Directus. It allows users to present data in a grid layout that is both intuitive and visually appealing.

Extension by #CodiHaus - https://codihaus.com

image

Installation via npm

Run the command above at your Directu's root project level

  • npm i directus-extension-grid-layout

Installation by compiling

  • Clone the repo
  • Go to the repo folder
  • npm run build
  • Copy the index.js file on dist/index.js folder to /directus/extension/directus-extension-grid-layout folder
  • Restart your Directus instance & enjoy

How to use

On your right sidebar, you would be able to select the Layout to display, select "Grid" By selecting grid, it will show you the additional configurations to select data to show on each item.

image

Licensing

GNUv3