We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4e97d commit 0fa0ae1Copy full SHA for 0fa0ae1
frontend/src/components/Layouts/AppSidebar.vue
@@ -514,6 +514,13 @@ const articles = ref([
514
{ name: 'email-template', title: __('Email template') },
515
],
516
},
517
+ {
518
+ title: __('Capturing leads'),
519
+ opened: false,
520
+ subArticles: [
521
+ { name: 'web-form', title: __('Web form') },
522
+ ],
523
+ },
524
{
525
title: __('Views'),
526
opened: false,
0 commit comments