Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (19 loc) · 569 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 569 Bytes

Modules

Request for new example can be left as issue for this repository, will do my best to implement if it is possible.

Extending host popup menu


Action extends host popup menu with urls from it inventory url_a, url_b and url_c fields. At the moment only one module can extend popup menu. Required files:

    actions
        MenuPopupExtendedAction.php

maniest.json file required changes:

    "actions": {
		"menu.popup": {
			"class": "MenuPopupExtendedAction",
			"layout": "layout.json"
		}
	}