harmony-span icon indicating copy to clipboard operation
harmony-span copied to clipboard

Suggested default config.json

Open ourcontact opened this issue 5 years ago • 0 comments

config.json could be improved for easier manual edit and readability, suggest:

{"Buttons":[ {"label":"Home Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"FF Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Rew Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Play Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Select Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Up Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Down Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Left Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Right Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Back Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Replay Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Info Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Del Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Search Integration", "url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Enter Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}]}

ourcontact avatar Sep 12 '20 21:09 ourcontact