Question about the plugin interface.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Question about the plugin interface.

johnfound
Is it possible to read the text content from the dimension entity and modify it prom a plugin?

I have tested with Plug_Entity->getData and then data.value(DPI::TEXTCONTENT). But it returns empty string for the dimensions entries.

Also, there seems to not be an interface to the internal content of the blocks and dimensions, so I don't know how to traverse the tree.

Any help?
Reply | Threaded
Open this post in threaded view
|

Re: Question about the plugin interface.

johnfound
Never mind, I have found it in the source - still not implemented. But not for long.