**Configuration Modes**:
- **Value only** (`withValue=true`, `withLabel=false`): Shows attribute value inline
- **Value + Label** (`withValue=true`, `withLabel=true`): Shows both label and value (supports two layouts via `singleColumn`)

**Typical Configuration Workflow**:
1. Set `entity` to the page whose attribute should be displayed
   - Leave empty for current page
   - Omit entirely when embedded inside a `cf.platform.attributesGroup` widget (the parent provides the entity)
2. Set `quotedAttributeName` to the attribute to display
3. Configure display options:
   - `withValue` and `withLabel` (at least one must be true)
   - `singleColumn` for layout (only relevant when both value and label are shown)
   - `inPlaceEditing` to allow inline editing
4. Optional: Set `localizedAlternativeLabel` for a custom label
5. Optional: Set `showAttributeScript` for conditional visibility
6. Optional: Set `reloadAfterChange` to refresh parent widgets after edits

**Embedding in AttributesGroup**: When this widget is embedded inside a `cf.platform.attributesGroup` widget, the following parameters are controlled by the parent widget: `entity`, `useParent`, `singleColumn`, `useNewFrontend`.
