indesign-cli 0.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cli_anything/indesign/README.md +32 -0
- cli_anything/indesign/__init__.py +1 -0
- cli_anything/indesign/__main__.py +5 -0
- cli_anything/indesign/core/artifacts.py +57 -0
- cli_anything/indesign/core/catalog.py +405 -0
- cli_anything/indesign/core/domains.py +178 -0
- cli_anything/indesign/core/envelope.py +65 -0
- cli_anything/indesign/core/errors.py +30 -0
- cli_anything/indesign/core/health.py +46 -0
- cli_anything/indesign/core/hidden_backend.py +116 -0
- cli_anything/indesign/core/hidden_handler_schemas.py +223 -0
- cli_anything/indesign/core/mcp_backend.py +152 -0
- cli_anything/indesign/core/node_setup.py +35 -0
- cli_anything/indesign/core/paths.py +41 -0
- cli_anything/indesign/core/plugins/__init__.py +2 -0
- cli_anything/indesign/core/plugins/backend.py +90 -0
- cli_anything/indesign/core/plugins/discovery.py +69 -0
- cli_anything/indesign/core/plugins/host_actions.py +76 -0
- cli_anything/indesign/core/plugins/install.py +38 -0
- cli_anything/indesign/core/plugins/manifest.py +279 -0
- cli_anything/indesign/core/plugins/validate.py +181 -0
- cli_anything/indesign/core/router.py +217 -0
- cli_anything/indesign/core/runtime.py +59 -0
- cli_anything/indesign/core/scripts.py +44 -0
- cli_anything/indesign/core/session.py +68 -0
- cli_anything/indesign/indesign_cli.py +320 -0
- cli_anything/indesign/node/hidden_handler_bridge.mjs +111 -0
- cli_anything/indesign/server/package-lock.json +168 -0
- cli_anything/indesign/server/package.json +45 -0
- cli_anything/indesign/server/src/advanced/index.js +76 -0
- cli_anything/indesign/server/src/core/InDesignMCPServer.js +273 -0
- cli_anything/indesign/server/src/core/scriptExecutor.js +271 -0
- cli_anything/indesign/server/src/core/sessionManager.js +545 -0
- cli_anything/indesign/server/src/handlers/advancedTemplateHandlers.js +1072 -0
- cli_anything/indesign/server/src/handlers/bookHandlers.js +490 -0
- cli_anything/indesign/server/src/handlers/documentHandlers.js +1472 -0
- cli_anything/indesign/server/src/handlers/exportHandlers.js +208 -0
- cli_anything/indesign/server/src/handlers/graphicsHandlers.js +605 -0
- cli_anything/indesign/server/src/handlers/groupHandlers.js +358 -0
- cli_anything/indesign/server/src/handlers/helpHandlers.js +347 -0
- cli_anything/indesign/server/src/handlers/index.js +77 -0
- cli_anything/indesign/server/src/handlers/layerHandlers.js +75 -0
- cli_anything/indesign/server/src/handlers/masterSpreadHandlers.js +451 -0
- cli_anything/indesign/server/src/handlers/pageHandlers.js +698 -0
- cli_anything/indesign/server/src/handlers/pageItemHandlers.js +704 -0
- cli_anything/indesign/server/src/handlers/presentationHandlers.js +220 -0
- cli_anything/indesign/server/src/handlers/spreadHandlers.js +348 -0
- cli_anything/indesign/server/src/handlers/styleHandlers.js +458 -0
- cli_anything/indesign/server/src/handlers/textHandlers.js +431 -0
- cli_anything/indesign/server/src/handlers/utilityHandlers.js +83 -0
- cli_anything/indesign/server/src/index.js +17 -0
- cli_anything/indesign/server/src/types/index.js +106 -0
- cli_anything/indesign/server/src/types/toolDefinitionsAdvancedTemplates.js +144 -0
- cli_anything/indesign/server/src/types/toolDefinitionsBook.js +224 -0
- cli_anything/indesign/server/src/types/toolDefinitionsContent.js +353 -0
- cli_anything/indesign/server/src/types/toolDefinitionsDocument.js +409 -0
- cli_anything/indesign/server/src/types/toolDefinitionsExport.js +65 -0
- cli_anything/indesign/server/src/types/toolDefinitionsLayer.js +40 -0
- cli_anything/indesign/server/src/types/toolDefinitionsMasterSpread.js +160 -0
- cli_anything/indesign/server/src/types/toolDefinitionsPage.js +271 -0
- cli_anything/indesign/server/src/types/toolDefinitionsPageItemGroup.js +437 -0
- cli_anything/indesign/server/src/types/toolDefinitionsPresentation.js +83 -0
- cli_anything/indesign/server/src/types/toolDefinitionsSpread.js +158 -0
- cli_anything/indesign/server/src/types/toolDefinitionsUtility.js +40 -0
- cli_anything/indesign/server/src/utils/stringUtils.js +107 -0
- cli_anything/indesign/skills/SKILL.md +198 -0
- indesign_cli-0.2.0.dist-info/METADATA +267 -0
- indesign_cli-0.2.0.dist-info/RECORD +72 -0
- indesign_cli-0.2.0.dist-info/WHEEL +5 -0
- indesign_cli-0.2.0.dist-info/entry_points.txt +3 -0
- indesign_cli-0.2.0.dist-info/licenses/LICENSE +21 -0
- indesign_cli-0.2.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 高级模板编排工具定义
|
|
3
|
+
* 这些工具组合现有基础能力,用于基于标签化模板的智能填充。
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export const advancedTemplateToolDefinitions = [
|
|
7
|
+
{
|
|
8
|
+
name: 'run_jsx_file',
|
|
9
|
+
description: '执行本地 .jsx 脚本文件,返回执行结果或错误信息。',
|
|
10
|
+
inputSchema: {
|
|
11
|
+
type: 'object',
|
|
12
|
+
additionalProperties: false,
|
|
13
|
+
properties: {
|
|
14
|
+
filePath: {
|
|
15
|
+
type: 'string',
|
|
16
|
+
description: '要执行的 JSX 文件绝对路径。'
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
required: ['filePath']
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
name: 'inspect_template_blueprint',
|
|
24
|
+
description: '读取指定模板的槽位说明、页面备注以及 PageNotes 图层中的说明信息,输出结构化 JSON。',
|
|
25
|
+
inputSchema: {
|
|
26
|
+
type: 'object',
|
|
27
|
+
additionalProperties: false,
|
|
28
|
+
properties: {
|
|
29
|
+
templatePath: {
|
|
30
|
+
type: 'string',
|
|
31
|
+
description: '模板 INDD 文件的绝对路径。若省略,则使用当前已打开的文档。'
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
required: []
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'list_template_blueprints',
|
|
39
|
+
description: '概览当前文档内所有母版模板,返回每个模板的槽位数量和槽位名称列表,帮助 Agent 快速挑选合适模板。',
|
|
40
|
+
inputSchema: {
|
|
41
|
+
type: 'object',
|
|
42
|
+
additionalProperties: false,
|
|
43
|
+
properties: {}
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'create_page_with_template',
|
|
48
|
+
description: '新建页面并套用指定母版模板,随后自动 override 母版上的脚本标签元素,返回页面索引等信息。',
|
|
49
|
+
inputSchema: {
|
|
50
|
+
type: 'object',
|
|
51
|
+
additionalProperties: false,
|
|
52
|
+
properties: {
|
|
53
|
+
templateName: {
|
|
54
|
+
type: 'string',
|
|
55
|
+
description: '要套用的母版名称,例如 “A-封面”。'
|
|
56
|
+
},
|
|
57
|
+
position: {
|
|
58
|
+
type: 'string',
|
|
59
|
+
enum: ['AT_END', 'AT_BEGINNING', 'BEFORE', 'AFTER'],
|
|
60
|
+
description: '插入位置,默认为 AT_END。'
|
|
61
|
+
},
|
|
62
|
+
referencePageIndex: {
|
|
63
|
+
type: 'integer',
|
|
64
|
+
description: '当 position 为 BEFORE/AFTER 时使用的参考页索引。'
|
|
65
|
+
},
|
|
66
|
+
label: {
|
|
67
|
+
type: 'string',
|
|
68
|
+
description: '可选,为新页面设置脚本标签(label)。'
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
required: ['templateName']
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
name: 'get_page_information',
|
|
76
|
+
description: '返回指定页面当前套用的母版及脚本标签槽位详情,包含尺寸、文本预览、是否 override 等信息。',
|
|
77
|
+
inputSchema: {
|
|
78
|
+
type: 'object',
|
|
79
|
+
additionalProperties: false,
|
|
80
|
+
properties: {
|
|
81
|
+
pageIndex: {
|
|
82
|
+
type: 'integer',
|
|
83
|
+
description: '目标页面的索引(0 基)。'
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
required: ['pageIndex']
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'populate_template_slots',
|
|
91
|
+
description: '根据 inspect 结果返回的槽位名称,批量填充文本与图片,并可另存为成品文档。',
|
|
92
|
+
inputSchema: {
|
|
93
|
+
type: 'object',
|
|
94
|
+
additionalProperties: false,
|
|
95
|
+
properties: {
|
|
96
|
+
templatePath: {
|
|
97
|
+
type: 'string',
|
|
98
|
+
description: '模板 INDD 文件的绝对路径;若省略,则对当前打开的文档进行填充。'
|
|
99
|
+
},
|
|
100
|
+
pageIndex: {
|
|
101
|
+
type: 'integer',
|
|
102
|
+
description: '可选,仅对指定页面的槽位进行填充(0 基)。不提供时将遍历文档全部页面。'
|
|
103
|
+
},
|
|
104
|
+
outputPath: {
|
|
105
|
+
type: 'string',
|
|
106
|
+
description: '可选,保存成品文档的目标路径(未提供时仅在内存中修改后关闭而不保存)。'
|
|
107
|
+
},
|
|
108
|
+
values: {
|
|
109
|
+
type: 'object',
|
|
110
|
+
description: '键为模板中“槽位”字段的值,值描述填充内容。',
|
|
111
|
+
minProperties: 1,
|
|
112
|
+
additionalProperties: {
|
|
113
|
+
type: 'object',
|
|
114
|
+
additionalProperties: false,
|
|
115
|
+
properties: {
|
|
116
|
+
text: {
|
|
117
|
+
type: 'string',
|
|
118
|
+
description: '要填充到文本槽位中的内容。'
|
|
119
|
+
},
|
|
120
|
+
imagePath: {
|
|
121
|
+
type: 'string',
|
|
122
|
+
description: '要放入图片槽位的文件绝对路径。'
|
|
123
|
+
},
|
|
124
|
+
fit: {
|
|
125
|
+
type: 'string',
|
|
126
|
+
description: '图片填充规则,例如 PROPORTIONALLY、FILL_FRAME、FIT_CONTENT、FIT_FRAME、CENTER_CONTENT。',
|
|
127
|
+
enum: ['PROPORTIONALLY', 'FILL_FRAME', 'FIT_CONTENT', 'FIT_FRAME', 'CENTER_CONTENT']
|
|
128
|
+
},
|
|
129
|
+
clearExisting: {
|
|
130
|
+
type: 'boolean',
|
|
131
|
+
description: '如果槽位已有图片,是否在放新图前移除旧内容。'
|
|
132
|
+
},
|
|
133
|
+
declaredType: {
|
|
134
|
+
type: 'string',
|
|
135
|
+
description: '可选——覆盖标签中声明的槽位类型,主要用于提示校验。'
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
required: ['values']
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
];
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Book tool definitions for InDesign MCP Server
|
|
3
|
+
* Book management and multi-document functionality
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
// 注释:Book相关工具用于多文档管理,对单文档设计流程不必要,暂时屏蔽以节省token
|
|
7
|
+
export const bookToolDefinitions = [
|
|
8
|
+
/*
|
|
9
|
+
// =================== BOOK MANAGEMENT ===================
|
|
10
|
+
{
|
|
11
|
+
name: 'create_book',
|
|
12
|
+
description: 'Create a new InDesign book',
|
|
13
|
+
inputSchema: {
|
|
14
|
+
type: 'object',
|
|
15
|
+
properties: {
|
|
16
|
+
filePath: { type: 'string', description: 'Path where to save the book file' },
|
|
17
|
+
additionalProperties: false
|
|
18
|
+
},
|
|
19
|
+
required: ['filePath']
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
name: 'open_book',
|
|
24
|
+
description: 'Open an existing InDesign book',
|
|
25
|
+
inputSchema: {
|
|
26
|
+
type: 'object',
|
|
27
|
+
properties: {
|
|
28
|
+
filePath: { type: 'string', description: 'Path to the book file' },
|
|
29
|
+
additionalProperties: false
|
|
30
|
+
},
|
|
31
|
+
required: ['filePath']
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'list_books',
|
|
36
|
+
description: 'List all open books in InDesign',
|
|
37
|
+
inputSchema: { type: 'object', properties: {},
|
|
38
|
+
additionalProperties: false
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
name: 'add_document_to_book',
|
|
43
|
+
description: 'Add a document to a book',
|
|
44
|
+
inputSchema: {
|
|
45
|
+
type: 'object',
|
|
46
|
+
properties: {
|
|
47
|
+
bookPath: { type: 'string', description: 'Path to the book file' },
|
|
48
|
+
documentPath: { type: 'string', description: 'Path to the document to add' }
|
|
49
|
+
},
|
|
50
|
+
required: ['bookPath', 'documentPath']
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
name: 'synchronize_book',
|
|
55
|
+
description: 'Synchronize styles and content across all documents in a book',
|
|
56
|
+
inputSchema: {
|
|
57
|
+
type: 'object',
|
|
58
|
+
properties: {
|
|
59
|
+
bookPath: { type: 'string', description: 'Path to the book file' },
|
|
60
|
+
additionalProperties: false
|
|
61
|
+
},
|
|
62
|
+
required: ['bookPath']
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
name: 'repaginate_book',
|
|
67
|
+
description: 'Repaginate all documents in a book',
|
|
68
|
+
inputSchema: {
|
|
69
|
+
type: 'object',
|
|
70
|
+
properties: {
|
|
71
|
+
bookPath: { type: 'string', description: 'Path to the book file' },
|
|
72
|
+
additionalProperties: false
|
|
73
|
+
},
|
|
74
|
+
required: ['bookPath']
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
name: 'update_all_cross_references',
|
|
79
|
+
description: 'Update all cross references in a book',
|
|
80
|
+
inputSchema: {
|
|
81
|
+
type: 'object',
|
|
82
|
+
properties: {
|
|
83
|
+
bookPath: { type: 'string', description: 'Path to the book file' },
|
|
84
|
+
additionalProperties: false
|
|
85
|
+
},
|
|
86
|
+
required: ['bookPath']
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'update_all_numbers',
|
|
91
|
+
description: 'Update all numbers (page numbers, chapter numbers, paragraph numbers) in a book',
|
|
92
|
+
inputSchema: {
|
|
93
|
+
type: 'object',
|
|
94
|
+
properties: {
|
|
95
|
+
bookPath: { type: 'string', description: 'Path to the book file' },
|
|
96
|
+
additionalProperties: false
|
|
97
|
+
},
|
|
98
|
+
required: ['bookPath']
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
name: 'update_chapter_and_paragraph_numbers',
|
|
103
|
+
description: 'Update chapter and paragraph numbers in a book',
|
|
104
|
+
inputSchema: {
|
|
105
|
+
type: 'object',
|
|
106
|
+
properties: {
|
|
107
|
+
bookPath: { type: 'string', description: 'Path to the book file' },
|
|
108
|
+
additionalProperties: false
|
|
109
|
+
},
|
|
110
|
+
required: ['bookPath']
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
name: 'export_book',
|
|
115
|
+
description: 'Export an entire book to various formats',
|
|
116
|
+
inputSchema: {
|
|
117
|
+
type: 'object',
|
|
118
|
+
properties: {
|
|
119
|
+
bookPath: { type: 'string', description: 'Path to the book file' },
|
|
120
|
+
format: {
|
|
121
|
+
type: 'string',
|
|
122
|
+
enum: ['PDF', 'EPUB', 'HTML'],
|
|
123
|
+
description: 'Export format',
|
|
124
|
+
default: 'PDF'
|
|
125
|
+
},
|
|
126
|
+
outputPath: { type: 'string', description: 'Path for the exported file' }
|
|
127
|
+
},
|
|
128
|
+
required: ['bookPath', 'outputPath']
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
name: 'package_book',
|
|
133
|
+
description: 'Package a book for print production',
|
|
134
|
+
inputSchema: {
|
|
135
|
+
type: 'object',
|
|
136
|
+
properties: {
|
|
137
|
+
bookPath: { type: 'string', description: 'Path to the book file' },
|
|
138
|
+
outputPath: { type: 'string', description: 'Path for the package folder' },
|
|
139
|
+
copyingFonts: { type: 'boolean', description: 'Copy fonts to package', default: true },
|
|
140
|
+
copyingLinkedGraphics: { type: 'boolean', description: 'Copy linked graphics', default: true },
|
|
141
|
+
copyingProfiles: { type: 'boolean', description: 'Copy color profiles', default: true },
|
|
142
|
+
updatingGraphics: { type: 'boolean', description: 'Update graphics links', default: true },
|
|
143
|
+
includingHiddenLayers: { type: 'boolean', description: 'Include hidden layers', default: false },
|
|
144
|
+
ignorePreflightErrors: { type: 'boolean', description: 'Ignore preflight errors', default: false },
|
|
145
|
+
creatingReport: { type: 'boolean', description: 'Create package report', default: true },
|
|
146
|
+
includeIdml: { type: 'boolean', description: 'Include IDML file', default: false },
|
|
147
|
+
includePdf: { type: 'boolean', description: 'Include PDF file', default: false }
|
|
148
|
+
},
|
|
149
|
+
required: ['bookPath', 'outputPath']
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
name: 'preflight_book',
|
|
154
|
+
description: 'Preflight a book and optionally save the report',
|
|
155
|
+
inputSchema: {
|
|
156
|
+
type: 'object',
|
|
157
|
+
properties: {
|
|
158
|
+
bookPath: { type: 'string', description: 'Path to the book file' },
|
|
159
|
+
outputPath: { type: 'string', description: 'Path for the preflight report (optional)' },
|
|
160
|
+
autoOpen: { type: 'boolean', description: 'Automatically open the report', default: false }
|
|
161
|
+
},
|
|
162
|
+
required: ['bookPath']
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
name: 'print_book',
|
|
167
|
+
description: 'Print a book',
|
|
168
|
+
inputSchema: {
|
|
169
|
+
type: 'object',
|
|
170
|
+
properties: {
|
|
171
|
+
bookPath: { type: 'string', description: 'Path to the book file' },
|
|
172
|
+
printDialog: { type: 'boolean', description: 'Show print dialog', default: true },
|
|
173
|
+
printerPreset: {
|
|
174
|
+
type: 'string',
|
|
175
|
+
enum: ['DEFAULT_VALUE', 'CUSTOM'],
|
|
176
|
+
description: 'Printer preset to use',
|
|
177
|
+
default: 'DEFAULT_VALUE'
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
required: ['bookPath']
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
name: 'get_book_info',
|
|
185
|
+
description: 'Get detailed information about a book',
|
|
186
|
+
inputSchema: {
|
|
187
|
+
type: 'object',
|
|
188
|
+
properties: {
|
|
189
|
+
bookPath: { type: 'string', description: 'Path to the book file' },
|
|
190
|
+
additionalProperties: false
|
|
191
|
+
},
|
|
192
|
+
required: ['bookPath']
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
name: 'set_book_properties',
|
|
197
|
+
description: 'Set various properties for a book',
|
|
198
|
+
inputSchema: {
|
|
199
|
+
type: 'object',
|
|
200
|
+
properties: {
|
|
201
|
+
bookPath: { type: 'string', description: 'Path to the book file' },
|
|
202
|
+
automaticPagination: { type: 'boolean', description: 'Enable automatic pagination' },
|
|
203
|
+
automaticDocumentConversion: { type: 'boolean', description: 'Enable automatic document conversion' },
|
|
204
|
+
insertBlankPage: { type: 'boolean', description: 'Insert blank pages as necessary' },
|
|
205
|
+
mergeIdenticalLayers: { type: 'boolean', description: 'Merge identical layers when exporting to PDF' },
|
|
206
|
+
synchronizeBulletNumberingList: { type: 'boolean', description: 'Synchronize bullets and numbering' },
|
|
207
|
+
synchronizeCellStyle: { type: 'boolean', description: 'Synchronize cell styles' },
|
|
208
|
+
synchronizeCharacterStyle: { type: 'boolean', description: 'Synchronize character styles' },
|
|
209
|
+
synchronizeConditionalText: { type: 'boolean', description: 'Synchronize conditional text' },
|
|
210
|
+
synchronizeCrossReferenceFormat: { type: 'boolean', description: 'Synchronize cross reference formats' },
|
|
211
|
+
synchronizeMasterPage: { type: 'boolean', description: 'Synchronize master pages' },
|
|
212
|
+
synchronizeObjectStyle: { type: 'boolean', description: 'Synchronize object styles' },
|
|
213
|
+
synchronizeParagraphStyle: { type: 'boolean', description: 'Synchronize paragraph styles' },
|
|
214
|
+
synchronizeSwatch: { type: 'boolean', description: 'Synchronize swatches' },
|
|
215
|
+
synchronizeTableOfContentStyle: { type: 'boolean', description: 'Synchronize table of content styles' },
|
|
216
|
+
synchronizeTableStyle: { type: 'boolean', description: 'Synchronize table styles' },
|
|
217
|
+
synchronizeTextVariable: { type: 'boolean', description: 'Synchronize text variables' },
|
|
218
|
+
synchronizeTrapStyle: { type: 'boolean', description: 'Synchronize trap styles' }
|
|
219
|
+
},
|
|
220
|
+
required: ['bookPath']
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
*/
|
|
224
|
+
];
|