Skip to content

Commit

Permalink
remove prefix from event jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Jul 26, 2024
1 parent 45c96a3 commit 7890dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/registry/markdown/event_macros.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{#- Macros for simplifying creating "Event" documentation. -#}
{% macro header(event) %}{% if event.name or event.prefix %}The event name MUST be `{{ event.name or event.prefix }}`.
{% macro header(event) %}{% if event.name %}The event name MUST be `{{ event.name }}`.

{% endif %}{% endmacro %}

0 comments on commit 7890dae

Please sign in to comment.