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
'Set paragraph alignment on the target block(s). Can be combined with inline formatting in the same step.',
4880
-
},
4881
-
scope: {
4882
-
type: 'string',
4883
-
enum: ['match','block'],
4884
-
description:
4885
-
'When "block", inline formatting expands to cover the entire parent paragraph(s), not just the matched text. Use "block" after markdown inserts to format whole paragraphs with a short identifying pattern. Default: "match".',
4872
+
args: {
4873
+
...objectSchema(
4874
+
{
4875
+
inline: buildInlineRunPatchSchema(),
4876
+
alignment: {
4877
+
type: 'string',
4878
+
enum: ['left','center','right','justify'],
4879
+
description:
4880
+
'Set paragraph alignment on the target block(s). Can be combined with inline formatting in the same step.',
4881
+
},
4882
+
scope: {
4883
+
type: 'string',
4884
+
enum: ['match','block'],
4885
+
description:
4886
+
'When "block", inline formatting expands to cover the entire parent paragraph(s), not just the matched text. Use "block" after markdown inserts to format whole paragraphs with a short identifying pattern. Default: "match".',
4887
+
},
4886
4888
},
4887
-
},
4888
-
[],// No individual field is required — at least one must be present
0 commit comments