askvortsov i trying to understand better how can i get input value from settings and inject this directly to the code...
i don't know if i'm wrong but i think i need a controller right?
to clarify: thats my actual situation:
i have this in settings:
this field accept number, so if admin sets, 5 (for example) i need to replace this in frontend index.js (number 2 in this case must be 5):
vdom.children.splice(2, 0, insert);
what is the simplest way?