-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[DEV-17228] Add markup and content for premium plugins promos [4.x] #21403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
<a class="btn" target="_blank" rel="noreferrer noopener" href="{{ plugin.shop.url|default('')|e('html_attr') }}"> | ||
{{ 'ProfessionalServices_CTAStartFreeTrial'|translate }} | ||
</a> | ||
<a class="learn-more" href="#" vue-directive="Marketplace.PluginName" vue-directive-value="{{ { pluginName: plugin.name }|json_encode }}" aria-label="{{ 'ProfessionalServices_CTALearnMore'|translate(plugin.displayName) }}"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just highlighting here that this is the only difference compared to the code for 5.x where the directive is called CorePluginsAdmin.PluginName
and here for 4.x it's called Marketplace.PluginName
.
fac829f
to
61c324a
Compare
ac1c68d
to
80e784f
Compare
80e784f
to
3f416c3
Compare
This issue is in "needs review" but there has been no activity for 7 days. ping @matomo-org/core-reviewers |
72449c5
to
cac4cb2
Compare
… off by default for UI tests
Port of #21402 to 4.x-dev. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
Any particular reason why Crash Analytics, A/B tests, Forms, Funnels, and Media Analytics use 'overview' as the stub page menu item, but Session recording and Heatmaps use 'Manage'?
I can help here, it's just matching those main menu item names that appear when you use the premium plugins. |
Description:
4.x version of #21402
Review