https://github.com/skvggor/directus-base
Studies on Directus CMS with the intention of using it in projects.
https://github.com/skvggor/directus-base
cms directus headless headless-cms nodejs
Last synced: 3 days ago
JSON representation
Studies on Directus CMS with the intention of using it in projects.
- Host: GitHub
- URL: https://github.com/skvggor/directus-base
- Owner: skvggor
- License: gpl-3.0
- Created: 2025-05-26T03:47:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-27T02:51:35.000Z (about 1 year ago)
- Last Synced: 2025-11-11T22:06:36.769Z (8 months ago)
- Topics: cms, directus, headless, headless-cms, nodejs
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# directus-base
Studies on Directus CMS with the intention of using it in projects.
### Translation
Guide: https://docs.directus.io/guides/headless-cms/content-translations.html
#### Example of a request to get translations
```http
GET /items/Livros?deep[translations][_filter][languages_code][_eq]=en-US&fields=*,translations.*
```
## License
This project is licensed under the The GNU General Public License - see the [LICENSE](LICENSE) file for details.