Create 500_follow-me-destinations.xml
This commit is contained in:
parent
f1b63969c9
commit
cebfa4bf6e
|
|
@ -0,0 +1,9 @@
|
|||
<context name="{v_context}">
|
||||
<extension name="follow-me-destinations" continue="false" uuid="846bbc43-683b-49e9-b697-c4714b17c528">
|
||||
<condition field="${user_exists}" expression="^true$"/>
|
||||
<condition field="${follow_me_enabled}" expression="^true$">
|
||||
<action application="info" data=""/>
|
||||
<action application="lua" data="app.lua follow_me"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
Loading…
Reference in New Issue