/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ package com.liferay.portlet.configuration.css.web.internal.constants; /** * @author Eudaldo Alonso */ public class PortletConfigurationCSSConstants { public static final String CATEGORY_KEY_ADVANCED_STYLING = "advanced-styling"; public static final String CATEGORY_KEY_BACKGROUND_STYLES = "background-styles"; public static final String CATEGORY_KEY_BORDER_STYLES = "border-styles"; public static final String CATEGORY_KEY_GENERAL = "general"; public static final String CATEGORY_KEY_MARGIN_AND_PADDING = "margin-and-padding"; public static final String CATEGORY_KEY_TEXT_STYLES = "text-styles"; public static final String FORM_NAVIGATOR_ID = "portlet.configuration.css"; }