Load external WpConf from disk (take two)
Addresses some feedback in !628 (closed) :
- Loading is now done at the
WpConf
interface, notWpSpaJson
-
WpProperties
are used to alter the behaviour ofwp_conf_new_open
and friends (an unnamed object can now be loaded as a named section, and fragment searching can be disabled) - The Lua API returns a section (sort of... this part is broken and needs some work/advice)