import type { ModuleConfig } from "@/core/module-registry/types"; export const wordTemplatesConfig: ModuleConfig = { id: "word-templates", name: "Bibliotecă Șabloane", description: "Bibliotecă de șabloane documente cu versionare automată (Word, Excel, Archicad, DWG, PDF)", icon: "file-text", route: "/word-templates", category: "generators", featureFlag: "module.word-templates", visibility: "all", version: "0.2.0", dependencies: [], storageNamespace: "word-templates", navOrder: 22, tags: ["word", "șabloane", "documente", "excel", "archicad", "dwg"], };