Skip to content

Commit 48656fc

Browse files
committed
Re-add RSS feed page
1 parent 6b99886 commit 48656fc

1 file changed

Lines changed: 114 additions & 0 deletions

File tree

  • backend/src/kitconcept/intranet/distributions/intranet/content/content/7c7cf1aae1a9431db3a706615a410cdc
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
{
2+
"@id": "/features/block/rss-block",
3+
"@type": "Document",
4+
"UID": "7c7cf1aae1a9431db3a706615a410cdc",
5+
"allow_discussion": null,
6+
"authors": null,
7+
"blocks": {
8+
"115a6976-02f3-4f7c-b0e1-23b73334d170": {
9+
"@type": "rssBlock",
10+
"feeds": [
11+
{
12+
"@id": "c2fed1f4-6dec-42d0-99e2-bca91e143afb",
13+
"source": "Conservation International",
14+
"url": "https://feeds.feedburner.com/ConservationInternationalBlog/ClimateChange"
15+
}
16+
],
17+
"limit": 10,
18+
"template": "default",
19+
"title": "RSS List"
20+
},
21+
"45754f5f-cdfb-4990-a55d-a821ac9ec84d": {
22+
"@type": "rssBlock",
23+
"feeds": [
24+
{
25+
"@id": "8381334e-49df-4c93-b257-94af73db68f7",
26+
"source": "NYT",
27+
"url": "https://rss.nytimes.com/services/xml/rss/nyt/ArtandDesign.xml"
28+
}
29+
],
30+
"limit": 4,
31+
"template": "grid",
32+
"title": "RSS grid"
33+
},
34+
"802d1e5b-0f68-467a-a412-b4c289081116": {
35+
"@type": "rssBlock",
36+
"feeds": [
37+
{
38+
"@id": "dd7f9392-d1b7-4b93-a7be-2360ff6b351d",
39+
"source": "NASA",
40+
"url": "https://www.nasa.gov/missions/station/feed/\""
41+
}
42+
],
43+
"limit": 10,
44+
"template": "summary",
45+
"title": "RSS List with image"
46+
},
47+
"bc8b4aca-7419-439c-af35-443a34996c2e": {
48+
"@type": "title"
49+
}
50+
},
51+
"blocks_layout": {
52+
"items": [
53+
"bc8b4aca-7419-439c-af35-443a34996c2e",
54+
"115a6976-02f3-4f7c-b0e1-23b73334d170",
55+
"45754f5f-cdfb-4990-a55d-a821ac9ec84d",
56+
"802d1e5b-0f68-467a-a412-b4c289081116"
57+
]
58+
},
59+
"changeNote": "",
60+
"contributors": [],
61+
"created": "2025-09-05T10:41:15+00:00",
62+
"creators": [
63+
"admin"
64+
],
65+
"description": "",
66+
"effective": "2025-09-05T11:04:57+00:00",
67+
"exclude_from_nav": false,
68+
"expires": null,
69+
"exportimport.constrains": {},
70+
"exportimport.conversation": [],
71+
"feedback_person": null,
72+
"head_title": null,
73+
"id": "rss-block",
74+
"is_folderish": true,
75+
"language": "##DEFAULT##",
76+
"layout": "document_view",
77+
"lock": {
78+
"locked": false,
79+
"stealable": true
80+
},
81+
"modified": "2025-09-05T11:04:57+00:00",
82+
"nav_title": null,
83+
"preview_caption_link": null,
84+
"responsible_person": null,
85+
"review_state": "published",
86+
"rights": "",
87+
"searchwords": [],
88+
"showinsearch": true,
89+
"subjects": [],
90+
"title": "RSS",
91+
"type_title": "Page",
92+
"version": "current",
93+
"versioning_enabled": true,
94+
"workflow_history": {
95+
"simple_intranet_workflow": [
96+
{
97+
"action": null,
98+
"actor": "admin",
99+
"comments": "",
100+
"review_state": "private",
101+
"time": "2025-09-05T10:41:15+00:00"
102+
},
103+
{
104+
"action": "publish",
105+
"actor": "admin",
106+
"comments": "",
107+
"review_state": "published",
108+
"time": "2025-09-05T11:04:57+00:00"
109+
}
110+
]
111+
},
112+
"working_copy": null,
113+
"working_copy_of": null
114+
}

0 commit comments

Comments
 (0)