Package The Property Editor

Create a JAR file containing all the components of your custom property editor. The JAR file must also contain a service loader definition file. This file must be located in the JAR file's META-INF/services/ folder, and must be called: com.escenic.studio.editors.spi.PropertyEditorSpi. It must contain the name of your PropertyEditorSpi subclass. For example:

com.mycompany.studio.plugin.MyCustomPropertyEditorSpi

You must then deploy the JAR file as described in Packaging and Deploying a Plug-in and restart Content Studio in order to test your property editor.