Skip to content

Commit 0993cf4

Browse files
committed
update example promt
1 parent a9e542f commit 0993cf4

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

EXAMPLE-PROMT.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# plone todos
22

3-
Note: use plonecli>=7.0.b8, not the current stable version!
3+
Note: use plonecli>=7.0.b10, not the current stable version!
44

55
Create a new plone addon "derico.todos", with the following features:
66

@@ -21,7 +21,7 @@ Create a new plone addon "derico.todos", with the following features:
2121
- parent: Todos
2222
- no default behaviors activated
2323
- fields:
24-
- name: priority, type: choice field (hight, normal, low), default: normal
24+
- name: priority, type: choice field with vocabulary (hight, normal, low), default: normal
2525
- name: done, type: boolean, default: False
2626
- name: description, type: RichText, required: False
2727

@@ -39,3 +39,8 @@ name: view
3939
registration for CT: Todo
4040
purpose: shows Todo details
4141

42+
The addon has to be translated into german.
43+
44+
## Restapi
45+
46+
create a restapi service to show all todo infos on the todos list without calling single todos.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)