We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfe8fa commit bf3d716Copy full SHA for bf3d716
1 file changed
apps/slack/contentful-app-manifest.json
@@ -14,21 +14,17 @@
14
"message": {
15
"type": "string",
16
"title": "Message Content",
17
- "description": "The content of the message to be sent to Slack",
18
- "minLength": 1,
19
- "maxLength": 4000
+ "description": "The content of the message to be sent to Slack"
20
},
21
"channelId": {
22
23
"title": "Slack Channel ID",
24
- "description": "The Slack channel ID to send the message to",
25
- "minLength": 1
+ "description": "The Slack channel ID to send the message to"
26
27
"workspaceId": {
28
29
"title": "Slack Workspace ID",
30
- "description": "The Slack workspace ID where the message should be sent",
31
+ "description": "The Slack workspace ID where the message should be sent"
32
}
33
34
"required": [
0 commit comments