This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Can I hide display name of field or part,please #15020
Labels
You can continue the conversation there. Go to discussion →
Can I hide display name of field or part ,please?
I hope I can hide display name of field or part by two method:
1 During to add field or part in content type definition, it maybe to add a configuration item "allow hide display name";
2 During to custom content template, it maybe to add function parameter "allow hide display name" in @DisplayAsync(), like following:
@await DisplayAsync(Model.Content["ContentType-FieldName"], AllowHideDisplayName=true)
Thanks.
The text was updated successfully, but these errors were encountered: