Skip to content
Snippets Groups Projects
Commit ed6341c7 authored by Steven Ayers's avatar Steven Ayers Committed by Steven Ayers
Browse files

Issue #3390140: missing schema: operations

parent 4141b4e5
No related branches found
Tags 2.0.9
1 merge request!6Issue #3390140: missing schema: operations
......@@ -3,8 +3,18 @@ field.field.*.*.*.third_party.comment_delete:
label: 'Comment Delete'
mapping:
operation:
type: sequence
type: mapping
label: 'Allowed operations'
mapping:
hard:
type: string
label: 'Operation: Delete comment and its replies (hard delete)'
hard_partial:
type: string
label: 'Operation: Delete comment and move its replies up one level (partial hard delete)'
soft:
type: string
label: 'Operation: Delete comment and keep its replies at the current level (soft delete)'
visibility:
type: string
label: 'Operation visibility'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment