We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b36b27 commit 8de04b0Copy full SHA for 8de04b0
1 file changed
src/schema_metadata.h
@@ -290,6 +290,7 @@ METADATA_TAG( MPropertyCustomFGDType, const char * );
290
METADATA_TAG( MPropertySuppressBaseClassField, const char * );
291
METADATA_TAG( MPropertyAttributeSuggestionName, const char * );
292
METADATA_TAG( MPropertyProvidesEditContextString, const char * );
293
+METADATA_TAG( MPropertyEditContextOverrideKey, const char * );
294
METADATA_TAG( MPropertyCustomEditor, const char * );
295
METADATA_TAG( MPropertyEditClassAsString, CSchemaPropertyEditClassAsString );
296
METADATA_TAG( MPropertyAttrChangeCallback, FnPropertyAttrChangeCb );
0 commit comments