Name

global.UxThemePropertyReferenceQualifier

Description

This function adds a reference qualifier to the color variable fields that reference sys_ux_theme_property table - to only expose colors where schema=color .

Script

var UxThemePropertyReferenceQualifier = Class.create();
UxThemePropertyReferenceQualifier.prototype = {
  initialize: function() {
  },
  getColorVariables: function() {
  	return 'schema=ae8a69165b2120100cad226f9281c7f8';
  },
  type: 'UxThemePropertyReferenceQualifier'
};

Sys ID

56fb25f6772211109560df454b5a99cd

Offical Documentation

Official Docs: