Topic: [1.3] Simple configuration for extensions
There is any possibility of an automatic configuration page with pairs name/value to be written in "config" table ?
I'm thinking something like this (view code) in manifest.xml, for simple extensions. More complex extensions should be generate their own configuration page.
<configuration>
<description><![CDATA[
echo 'This extension blah blah blah'
]]></description>
<input name="name1" text="Name 1" require="require" />
<input name="name2" text="Name 2" />
</configuration>
Sorry for my english