feat: add support for disabling specific features in the PDF Editor

This commit is contained in:
alam00000
2026-03-29 23:02:58 +05:30
parent 245b48464b
commit a617279c2d
6 changed files with 66 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
export interface AppConfig {
disabledTools?: string[];
editorDisabledCategories?: string[];
}