Hello everyone,
I am writing a JS file that is supposed to retrieve every configurable option from every section in a specified entity. So far I got everything except the "Show a line at the top", "Label Alignment" and "Label Position". I don't care that much about the last two, but I would really like to be able to get the "Show a line at the top" property from the sections. I haven't seen any HTML/CSS property in the innerHTML, outerHTML's, so does anyone know from where I can see if that line is enabled or not ?
Thanks!