[TYPO3-team-core-v5] Inserting plugins
Bastian Waidelich
bastian at typo3.org
Thu Oct 27 11:29:21 CEST 2011
Christian Jul Jensen wrote:
Hi Julle,
> Hope you have all surfaced well after the release :)
The todo list is growing instead of shrinking, but apart from that.. ;)
> I am trying to insert a FLOW3 app as plugin, I have:
>
> * Added a plugin class that inherits from the generic plugin class
> * Added contenttype configuration
> * Added a node to the content with the contenttype
Should be correct. Maybe it helps to compare your syntax to an existing
plugin (f.i. http://git.typo3.org/FLOW3/Packages/TYPO3.Release.git?a=tree)
> I see the node in the database, but nothing is rendered, I have tried to
> edit some of the other content, and the changes does come through, so I
> guess it is not a caching issue.
Did you set the node type to "Foo.Bar:YourPlugin"?
See
http://git.typo3.org/FLOW3/Packages/Flow3Org.git?a=blob;f=Resources/Private/Content/Sites.xml;h=40d651f9f7c9cbeb30205e4f83bcc01ea72796d7;hb=HEAD#l985
for an example
> Do I need to do anything else to enable the plugin?
The package needs to be active.. just in case ;)
> I have no idea how to debug this, so any hints for what to look for
> would be very welcome.
Hope that helps!
Basti
More information about the TYPO3-team-core-v5
mailing list