Hello Is there an example of how `"displayType": "...
# advice-metadata-modeling
b
Hello Is there an example of how
"displayType": "properties"
work? specifically, how should the record definition look like when using
"properties"
under our renderSpec
b
Hi there!
When using the properties type, you should be able to simply add your fields inside of a normal PDL aspect: record MyCustomAspect { fieldA: string fieldB: int .... }
b
thanks @big-carpet-38439 Does this get rendered similar to "Properties" tab ?
b
yup