| 123456789101112131415161718192021222324252627 |
- {
- "groups": [
- {
- "name": "font.file",
- "type": "com.jt.cloud.module.print.config.FontFileConfig",
- "sourceType": "com.jt.cloud.module.print.config.FontFileConfig"
- }
- ],
- "properties": [
- {
- "name": "font.file.allowed-extensions",
- "type": "java.util.List<java.lang.String>",
- "sourceType": "com.jt.cloud.module.print.config.FontFileConfig"
- },
- {
- "name": "font.file.base-url",
- "type": "java.lang.String",
- "sourceType": "com.jt.cloud.module.print.config.FontFileConfig"
- },
- {
- "name": "font.file.storage-path",
- "type": "java.lang.String",
- "sourceType": "com.jt.cloud.module.print.config.FontFileConfig"
- }
- ],
- "hints": []
- }
|