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
Copy file name to clipboardExpand all lines: inc/Abilities/Instagram/InstagramPublishAbility.php
+67-67Lines changed: 67 additions & 67 deletions
Original file line number
Diff line number
Diff line change
@@ -82,79 +82,79 @@ private function registerAbilities(): void {
82
82
'datamachine/instagram-publish',
83
83
array(
84
84
'label' => __( 'Publish to Instagram', 'data-machine-socials' ),
85
-
'description' => __( 'Post content to Instagram — supports single image, carousel (up to 10 images), Reel (video), and Story (image or video)', 'data-machine-socials' ),
86
-
'category' => 'datamachine',
87
-
'input_schema' => array(
88
-
'type' => 'object',
89
-
'required' => array( 'content' ),
90
-
'properties' => array(
91
-
'content' => array(
92
-
'type' => 'string',
93
-
'description' => 'Post caption text (max 2200 characters)',
94
-
'maxLength' => 2200,
95
-
),
96
-
'media_kind' => array(
97
-
'type' => 'string',
98
-
'description' => 'Type of media to publish: image (default), carousel, reel, or story',
'description' => __( 'Post content to Instagram — supports single image, carousel (up to 10 images), Reel (video), and Story (image or video)', 'data-machine-socials' ),
86
+
'category' => 'datamachine',
87
+
'input_schema' => array(
88
+
'type' => 'object',
89
+
'required' => array( 'content' ),
90
+
'properties' => array(
91
+
'content' => array(
92
+
'type' => 'string',
93
+
'description' => 'Post caption text (max 2200 characters)',
94
+
'maxLength' => 2200,
95
+
),
96
+
'media_kind' => array(
97
+
'type' => 'string',
98
+
'description' => 'Type of media to publish: image (default), carousel, reel, or story',
0 commit comments