feat: define Game, Documentary, Chapter content types in Strapi

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
consultoria-as
2026-02-22 03:36:47 +00:00
parent 8800cc8934
commit c6e271b26e
12 changed files with 208 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
import { factories } from "@strapi/strapi";
export default factories.createCoreController("api::chapter.chapter");