I am trying to add my own Decorator classes to the Prop system, and I created a class My_Props, added class methods:
method HE_PropsSpecOracleGetSpecDecoratorClasses(valid references List of String) as Boolean
add back "MyTest1" to valid
return false
.
and added _Props as the Parent class.
For some reason it isn't showing up in my Props GLOM in the Spec Oracle, did I miss a step here such as a Register command or do I need to make a prototype?