1 package org.jahia.data.fields; 2 3 4 public class JahiaFieldDefinitionProperties { 5 6 /** 7 * Optional JSP output to be used by update fields ( and containers ) engines 8 * in place of default ones 9 */ 10 public static final String FIELD_UPDATE_JSP_FILE_PROP = "field_update_jsp_file_prop"; 11 12 /** 13 * Optional page selection filter for page fields with a filtered page view when 14 * linking or moving pages. 15 */ 16 public static final String PAGE_SELECTION_FILTER_PROP = "page_selection_filter_prop"; 17 } 18