com.citytechinc.cq.component.annotations.widgets.rte.MiscTools Maven / Gradle / Ivy
package com.citytechinc.cq.component.annotations.widgets.rte;
/**
* @see com.citytechinc.cq.component.annotations.widgets.RichTextEditor#misctools()
*/
public @interface MiscTools {
boolean specialchars() default true;
boolean sourceedit() default true;
}