Hey, does someone know if it's possible to extend ...
# suitecommerce
t
Hey, does someone know if it's possible to extend an existing configuration JSON? I would like to add a simple text field to the Layout -> Navigation list. I found the original config in the core file under Advanced/SCA/Configuration/Navigation.json :
Copy code
{
	"type": "object",

    "properties": {

        "navigationData": {
            "group": "layout",
            "type": "array",
            "title": "Navigation",
            "docRef": "bridgehead_4393094608",
            "description": "Settings for the main navigation links like Home, Shop, etc. <br/>Links used to construct navigation. (maxi menu and sidebar) - by default the 'Home' and 'Shop' links. ",

            "items": {
                "type": "object",
                "properties": {
// Here I would like to add a property through my extension Configuration.json
Does someone know if that's possible? Thanks!
s
👍 1
t
I was going through the docs but didn't got to that page somehow... Anyway, a first, dirty test is working! As always, thank you very much!
netsuite halo 1