mariohmol / ang-jsoneditor

Angular Jsoneditor that works with angular 4 to angular 15
https://stackblitz.com/edit/angular-json-editor
MIT License
155 stars 89 forks source link

Question: How to hide some of the options from option . #136

Open gitsunny404 opened 6 months ago

gitsunny404 commented 6 months ago

I was using this package inmy angular application. Now, I need to remove the some of the option it provides in the 'tree' node mode of the ang-jsoneditor. I want to remove the "duplicate" and "remove" options from the option. How can I do it? I tried to check into the package itself and the issues as well but I didn't get the solution.

You help will be highly appreciated Thanks.