docs: add event_type inline code annotation for open edX events (#36355)
This commit is contained in:
committed by
GitHub
parent
7ef0d61e5f
commit
f90e59e52a
@@ -1208,6 +1208,7 @@ def duplicate_block(
|
||||
store.update_item(parent, user.id)
|
||||
|
||||
# .. event_implemented_name: XBLOCK_DUPLICATED
|
||||
# .. event_type: org.openedx.content_authoring.xblock.duplicated.v1
|
||||
XBLOCK_DUPLICATED.send_event(
|
||||
time=datetime.now(timezone.utc),
|
||||
xblock_info=DuplicatedXBlockData(
|
||||
|
||||
Reference in New Issue
Block a user