# shortcode-redirect/trunk/block/block.json

Shortcode Redirect, version trunk. 25 lines.

- Page: https://pluginprobe.com/plugins/shortcode-redirect/trunk/code/block/block.json
- Raw: https://pluginprobe.com/plugins/shortcode-redirect/trunk/raw/block/block.json
- Modified: 2026-04-16T16:42:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/shortcode-redirect/trunk/code/block/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "shortcode-redirect/redirect",
  "title": "Redirect",
  "category": "widgets",
  "icon": "external",
  "description": "Redirect visitors to another URL after an optional delay.",
  "keywords": ["redirect", "url", "shortcode"],
  "textdomain": "shortcode-redirect",
  "attributes": {
    "url": { "type": "string", "default": "" },
    "sec": { "type": "number", "default": 0 },
    "showMessage": { "type": "boolean", "default": true }
  },
  "supports": {
    "html": false,
    "align": false,
    "customClassName": false,
    "reusable": true
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css"
}

```
