You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `lockMode` property controls what users can do with the field once inserted. See the [Structured Content extension](/extensions/structured-content#lock-modes) for details on each mode.
146
-
147
144
### TemplateField
148
145
149
146
Fields that exist in the template document:
@@ -156,7 +153,6 @@ interface TemplateField {
156
153
position?:number; // Position in document
157
154
mode?:"inline"|"block"; // Rendering mode
158
155
group?:string; // Group ID for related fields
159
-
lockMode?:StructuredContentLockMode; // Current lock state
Lock modes are compatible with Microsoft Word — exported documents preserve the `w:lock` element per the ECMA-376 standard. See the [Structured Content extension](/extensions/structured-content#lock-modes) for full details.
74
-
75
52
### Field creation
76
53
77
54
Allow users to create new fields while building templates:
0 commit comments