Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2022-07-26 17:25:08 +0300
committerGitHub <noreply@github.com>2022-07-26 17:25:08 +0300
commitf798bc645e9a087516c1ae34275ecf52c2446fef (patch)
tree2ec64c18f400666ad89b35b61bb1e808248feff2 /plugins
parent77424e78a80ba00062e40811cc1ac1f8434852ff (diff)
[Vue] remove use of angularjs from ExampleUI plugin (#19430)
* remove use of piwik-notification in twig template * fix attribute * Allow composer plugins for dev dependency codesniffer to fix travis builds.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ExampleUI/templates/notifications.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExampleUI/templates/notifications.twig b/plugins/ExampleUI/templates/notifications.twig
index f47be46a0f..64a78c3cd9 100644
--- a/plugins/ExampleUI/templates/notifications.twig
+++ b/plugins/ExampleUI/templates/notifications.twig
@@ -6,8 +6,8 @@
<h2>Inline notification example</h2>
<div style="display:inline-block;margin-top:10px;" id="exampleUI_notifications">
- <div piwik-notification
- notification-title="Info:"
+ <div vue-entry="CoreHome.Notification"
+ title="Info:"
noclear="true"
context="info">
This is an example for an inline notification. Have you noticed the success message disappeared after a few seconds?