I'm working on a new theme that has template-specific entry properties. These properties can typically be emitted as {$entry.properties.my_property}.
So, I have a custom entries.tpl. With the extended properties for entries plugin, my entry property prints in any $view, ie detailed entry view, startpage, etc.. However, without the plugin installed, the $entries array does not contain any extended properties for any view other than a detailed entry view. I have not tried this in anything other than s9y 2.0.
I was under the impression that using theme specific entry properties did not require the extended properties plugin. Is this not true?
I can test suggestions, but the theme isn't far enough along to share just yet.