Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 432 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 432 Bytes

Directus 9 extensions sample

Exploring how Directus extensions work.

# After cloning this repo
yarn
yarn build
docker-compose up
  • Don't modify the extensions directory as it is auto-generated by yarn build
  • Don't forget to use the same Directus version as the one used in docker-compose, and to keep it up to date

TODO

  • custom endpoint
  • custom hook
  • find a way to record migrations done by the admin UI