Skip to content

Commit bf3d716

Browse files
authored
Update manifest (#10228)
1 parent edfe8fa commit bf3d716

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

apps/slack/contentful-app-manifest.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,17 @@
1414
"message": {
1515
"type": "string",
1616
"title": "Message Content",
17-
"description": "The content of the message to be sent to Slack",
18-
"minLength": 1,
19-
"maxLength": 4000
17+
"description": "The content of the message to be sent to Slack"
2018
},
2119
"channelId": {
2220
"type": "string",
2321
"title": "Slack Channel ID",
24-
"description": "The Slack channel ID to send the message to",
25-
"minLength": 1
22+
"description": "The Slack channel ID to send the message to"
2623
},
2724
"workspaceId": {
2825
"type": "string",
2926
"title": "Slack Workspace ID",
30-
"description": "The Slack workspace ID where the message should be sent",
31-
"minLength": 1
27+
"description": "The Slack workspace ID where the message should be sent"
3228
}
3329
},
3430
"required": [

0 commit comments

Comments
 (0)