This repository is a layout extension for Directus, that allows you to display items in a Kanban-style layout.
trim_A53E1A35-B6F6-4E05-B9A8-0739743F470A.mov
npm install directus-extension-board-layout
on your directus Project Root folder.
or
Clone this repo, then run:
npm install
npm run build
.dist/index.js
is created by the build command- place
index.js
in the${DIRECTUS_PROJECT_ROOT_FOLDER}/extensions/layouts/board-layout/
- You must set a field interface to dropdown to choose as a Group By option.
- Your collection must use the optional system field named
sort
(integer)- you need to set your collection to be sorted by the
sort
field
- you need to set your collection to be sorted by the
This repository is licensed under the GPLv3 License. See the LICENSE file for details.
If you have any questions or issues, please feel free to open an issue or submit a pull request.