com.citytechinc.cq.component.annotations.widgets.rte.UISettings Maven / Gradle / Ivy
package com.citytechinc.cq.component.annotations.widgets.rte;
import com.citytechinc.cq.component.annotations.widgets.ToolbarConfig;
public @interface UISettings {
/**
* For Touch-UI Only
*
* Configures in inline toolbar
*/
ToolbarConfig[] inline() default {};
/**
* For Touch-UI Only
*
* Configures in fullscreen toolbar
*/
ToolbarConfig[] fullscreen() default {};
}