You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to have to add a title for every object so I don't see "Untitled object" everywhere. Its really redundant because all my object names are what I would title them anyway. Is there config option to just plug in the object name in the docs if title field is absent?
The text was updated successfully, but these errors were encountered:
I have been attempting to implement this enhancement via modifications to the schemaProxy, but it is clunky an error prone.
I'm not familiar enough with the patterns in use, but it seems that a more effective path forward would be to default each element's title property to the element's name during the schema transversal. The approach I have in the schemaProxy will likely require ensuring the element being interrogated is actually a property and not a reserved keyword.
I don't want to have to add a title for every object so I don't see "Untitled object" everywhere. Its really redundant because all my object names are what I would title them anyway. Is there config option to just plug in the object name in the docs if title field is absent?
The text was updated successfully, but these errors were encountered: