author | ymh <ymh.work@gmail.com> |
Fri, 05 Sep 2025 18:40:08 +0200 | |
changeset 21 | 48c4eec2b7e6 |
parent 19 | 3d72ae0968f4 |
child 22 | 8c2e4d02f4ef |
permissions | -rw-r--r-- |
16 | 1 |
{ |
19 | 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3 |
"apiVersion": 3, |
16 | 4 |
"name": "core/rss", |
18 | 5 |
"title": "RSS", |
16 | 6 |
"category": "widgets", |
18 | 7 |
"description": "Display entries from any RSS or Atom feed.", |
8 |
"keywords": [ "atom", "feed" ], |
|
9 |
"textdomain": "default", |
|
16 | 10 |
"attributes": { |
11 |
"columns": { |
|
12 |
"type": "number", |
|
13 |
"default": 2 |
|
14 |
}, |
|
15 |
"blockLayout": { |
|
16 |
"type": "string", |
|
17 |
"default": "list" |
|
18 |
}, |
|
19 |
"feedURL": { |
|
20 |
"type": "string", |
|
21 |
"default": "" |
|
22 |
}, |
|
23 |
"itemsToShow": { |
|
24 |
"type": "number", |
|
25 |
"default": 5 |
|
26 |
}, |
|
27 |
"displayExcerpt": { |
|
28 |
"type": "boolean", |
|
29 |
"default": false |
|
30 |
}, |
|
31 |
"displayAuthor": { |
|
32 |
"type": "boolean", |
|
33 |
"default": false |
|
34 |
}, |
|
35 |
"displayDate": { |
|
36 |
"type": "boolean", |
|
37 |
"default": false |
|
38 |
}, |
|
39 |
"excerptLength": { |
|
40 |
"type": "number", |
|
41 |
"default": 55 |
|
42 |
} |
|
43 |
}, |
|
44 |
"supports": { |
|
45 |
"align": true, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
46 |
"html": false, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
47 |
"interactivity": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
48 |
"clientNavigation": true |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
49 |
} |
18 | 50 |
}, |
51 |
"editorStyle": "wp-block-rss-editor", |
|
52 |
"style": "wp-block-rss" |
|
16 | 53 |
} |