engine/vendor/assets/javascripts/locomotive/aloha/plugins/common/align
2012-01-16 23:59:59 +01:00
..
css first draft of the new inline editing toolbar 2012-01-16 23:59:59 +01:00
img first draft of the new inline editing toolbar 2012-01-16 23:59:59 +01:00
lib first draft of the new inline editing toolbar 2012-01-16 23:59:59 +01:00
nls first draft of the new inline editing toolbar 2012-01-16 23:59:59 +01:00
LICENSE first draft of the new inline editing toolbar 2012-01-16 23:59:59 +01:00
package.json first draft of the new inline editing toolbar 2012-01-16 23:59:59 +01:00
README first draft of the new inline editing toolbar 2012-01-16 23:59:59 +01:00

Config example
--------------

"align": { 
	// Allow align left, center and justify only for all elements
	// 4 possibilities : left, center, right and justify
	config : {
		alignment: [ 'left','center','justify']
	}
}

This plugin is release under the LGPL license.