**Warning**: At least one of `withValue` or `withLabel` must be `true` for the widget configuration to be complete!

**Valid Values**:
- `false` (default): Hide the attribute's label/name
- `true`: Show the attribute's localized label/name

**Configuration Completeness Check**: The widget validates that at least one display option is enabled. If both `withValue=false` and `withLabel=false`, the configuration is considered incomplete and the widget will not render properly.

**Note**: The `singleColumn` attribute is only relevant when `withLabel=true` and `withValue=true` - it controls whether the label and value are displayed side by side or stacked vertically.

**Frontend Behavior**: When `withLabel=false` and `inPlaceEditing=false`, the widget renders in inline mode using a span element. Otherwise, it uses a block-level div element.
