Skip to content

Commit 26a6771

Browse files
author
Roman Snapko
authored
Add Block Kit Builder preview link to Slack blocks description (#2120)
<!-- Ensure the title clearly reflects what was changed. Provide a clear and concise description of the changes made. The PR should only contain the changes related to the issue, and no other unrelated changes. --> Fixes OPS-3362 <img width="373" height="290" alt="image" src="https://github.com/user-attachments/assets/1ad371a6-0860-4de6-821e-623939521187" />
1 parent 8649b8b commit 26a6771

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/blocks/slack/src/lib/common

packages/blocks/slack/src/lib/common/utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ export function dynamicBlockKitProperties(): any {
269269
const result: any = {
270270
blocks: Property.Json({
271271
displayName: 'Block Kit blocks',
272-
description: 'See https://api.slack.com/block-kit for specs',
272+
description:
273+
'See https://api.slack.com/block-kit for specs. Visual preview available at https://app.slack.com/block-kit-builder',
273274
required: true,
274275
defaultValue: [
275276
{

0 commit comments

Comments
 (0)