1 2 3 4 5 6 7 8 9 10 11 12
//! Dashboard app tile registration for the export plugin. use lariv_rs::define_register_apps; define_register_apps! { plugin: ExportPluginTag; key: "p_export"; name: "Export"; href: "/export"; icon: "arrow-down-tray"; roles: []; }