We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Section used for the show view.
It inherits its configuration from the base section.
base
You can display empty fields in show view with:
RailsAdmin.config do |config| config.compact_show_view = false end
More here