Interface ThemeConfigurationService


  • public interface ThemeConfigurationService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.util.regex.Pattern> getAllowListURLForCustomCSS()
      Returns the allow list of URL regular expression patterns which will be allowed in custom CSS in theme editor
      java.util.List<java.lang.String> getFontList()
      Returns the list of fonts configured through Theme Configuration service.
    • Method Detail

      • getFontList

        java.util.List<java.lang.String> getFontList()
        Returns the list of fonts configured through Theme Configuration service.
        Returns:
        The list of fonts configured through Theme Configuration service.
      • getAllowListURLForCustomCSS

        java.util.List<java.util.regex.Pattern> getAllowListURLForCustomCSS()
        Returns the allow list of URL regular expression patterns which will be allowed in custom CSS in theme editor
        Returns:
        List of regex patterns configured through Theme Configuration service.