mirror of
https://github.com/directus/directus.git
synced 2026-01-28 04:17:57 -05:00
1.1 KiB
1.1 KiB
Extensions
In addition to being highly customizable, Directus has been architected to be completely modular and extensible. This ensures you will never hit a hard feature ceiling within the platform.
App Extensions
Allow creating custom experiences within the Directus App.
- Modules — Created with Vue.js
- Layouts — Created with Vue.js
- Interfaces — Created with Vue.js
- Displays — Created with Vue.js
- Panels — Created with Vue.js
- Themes — Created with custom CSS
API Extensions
Allow extending and customizing the data pipeline and platform logic.
- API Endpoints — Created with JavaScript / Node.js
- Hooks — Created with JavaScript / Node.js
- Email Templates — Created with Liquid.js
- Migrations — Created with JavaScript / Node.js