Skip to content

Commit 31d40db

Browse files
committed
add subscribers chapter with ToDo
1 parent b9a5af9 commit 31d40db

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

docs/backend/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ global-utils
3030
portal-actions
3131
users-groups
3232
security
33+
subscribers
3334
traversal-acquisition
3435
workflows
3536
search

docs/backend/subscribers.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
myst:
3+
html_meta:
4+
"description": ""
5+
"property=og:description": ""
6+
"property=og:title": "Subscribers (event handlers)"
7+
"keywords": ""
8+
---
9+
10+
(backend-subscribers-label)=
11+
12+
# Subscribers (event handlers)
13+
14+
15+
16+
```{todo}
17+
take over content rom here: https://docs.plone.org/external/plone.app.dexterity/docs/advanced/event-handlers.html and https://docs.plone.org/develop/addons/components/events.html
18+
```
19+

docs/classic-ui/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ In your configure.zcml:
198198
for="Products.CMFCore.interfaces.IFolderish
199199
example.contenttypes.interfaces.IExampleContenttypesLayer
200200
plone.dexterity.interfaces.IDexterityFTI"
201-
name="TechnicalFacility"
201+
name="Technical Facility"
202202
/>
203203

204204
<class class=".custom_forms.CustomAddView">

0 commit comments

Comments
 (0)