How to add the plugin --------------------- Insert in the
: Config example -------------- "com.gentics.aloha.plugins.Align": { // Allow align left, center and justify only for all elements // 4 possibilities : left, center, right and justify config : [ 'left','center','justify'], editables : { // No align for the title. '#title' : [ ], // Allow align justify only for .article '.article' : [ 'justify' ] } } This plugin is release under the LGPL license.