1 2 3 4 5 6 7 8 9 10
use crate::apps::define_register_apps; define_register_apps! { plugin: CrmTag; key: "p_crm"; name: "CRM"; href: "/crm/leads"; icon: "building-office"; roles: ["superuser"]; }