Aloha Editor Gentics Content.Node Integration

There are serval Aloha Editor plugins that allow the integration of Aloha Editor with Gentics Content.Node.

1 Experimental Features

You may use a the latest experimental version of the gcn/gcn-plugin. The latest version will use the newly developed Gentics Content.Node Javascript Library.

You need to change the directory gcn with the gcn-gcnjslib. We suggest to use the following commands:


cd /Node/tomcat/webapps/CNPortletapp/20120314-145222/alohaeditor-0.10/plugins/gcn
mv gcn gcn-no_gcnjslib
mv gcn-gcnjslib gcn

The folderstructure may be slightly different on your system.

Do not use symlinks as tomcat won’t follow them.

You need to enable the block plugin when using the new gcn plugin. Please note that this feature might be enabled by default in future releases.


$CUSTOM_ALOHA_PLUGINS = array(
	'common/block'
);

$ALOHA_PLUGINS_GLOBAL = array_unique(array_merge($ALOHA_PLUGINS_GLOBAL, $CUSTOM_ALOHA_PLUGINS));