chintan39 / wildblog

Automatically exported from code.google.com/p/wildblog
Other
0 stars 0 forks source link

Items properties added by theme selected (5h) #324

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some themes can use some added item properties, e.g. image by article, file, ...

These properties could be added in Theme itself:

self::addProperty('Basic', 'Articles', new stdText('text2'));
self::addProperty('Basic', 'News', new stdColor('headlineColor'));

Original issue reported on code.google.com by horak.honza@gmail.com on 6 May 2012 at 7:15