Control layout mode via URL parameter and/or default config #346
Labels
enhancement
New feature or request
Points: 5
5 agile story points
timescale/short-term
Becomes timescale/imminent in weeks or months
Hello,
As a system administrator/user who hosts our own ATT&CK Navigator instance, I’d like to present users an option to generate navigator url to be shared that can set layout options (show id, show name, mini, side, flat layout).
e.g. If a user wants to host iframe with navigator src url that only shows id and not name, they can use src url like:
http://localnavigator/#layerURL=http%3A%2F%2Flocalnavigator%2Flayer.json&showName=false&showID=true
or to use layout like mini:
http://localnavigator/#layerURL=http%3A%2F%2Flocalnavigator%2Flayer.json&layout=mini
I see such variables are already present as properties of viewModel.layout…but I cannot easily find a way to have them embed such properties as url or modify some config switch from host side. Is it somehow possible in current v4.3 navigator?
If not, could you consider adding such features?
Thanks.
The text was updated successfully, but these errors were encountered: