Differences
This shows you the differences between two versions of the page.
— |
ardiadminguide:integrating_addons_with_single_vision [2025/03/17 04:30] (current) optrix created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====Integrating Addons with Single Vision==== | ||
+ | |||
+ | Other addons can integrate with the search and dynamic navigation system from Single Vision. | ||
+ | |||
+ | To do so, you need to create a **comnav.php** file in the root folder of your addon. This file needs to return a JSON response - and array of items of interest. | ||
+ | |||
+ | ===Objects Returned=== | ||
+ | |||
+ | There are two main types of items the script should respond with. | ||
+ | |||
+ | **Folders** - folders are places where you find related content (for example, reports with a similar theme). | ||
+ | |||
+ | **Items** - buttons that the user can push to go to a destination URL. | ||