Skip to content

ladislav-sindelka/directus-extension-board-layout

 
 

Repository files navigation

directus-extension-board-layout

This repository is a layout extension for Directus, that allows you to display items in a Kanban-style layout.

Video of the features (only Japanese Sub)

trim_A53E1A35-B6F6-4E05-B9A8-0739743F470A.mov

Installation

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/

Usage

  • 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

License

This repository is licensed under the GPLv3 License. See the LICENSE file for details.

Additional information

If you have any questions or issues, please feel free to open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Vue 91.7%
  • TypeScript 6.1%
  • JavaScript 1.7%
  • Shell 0.5%