**Warning**: Use the full internal attribute name, not the simple/short name!

**Important**:
- **Custom attributes** require single quotes around the attribute name: `'cf.cplace.myApp.myAttribute'`
- **Builtin attributes** (e.g., `name`, `createdAt`, `creator`, `modifiedAt`, `modifier`, `owner`) are specified without quotes: `name`
- **Inside a `layout.define` string**: wrap the config value in a **double-quoted** outer JS string so these single-quoted tokens need no escaping — see the `cplace_execute_layout_script` tool description (quoting/escaping note). Never wrap it in a single-quoted string with unescaped inner `'` (throws `SyntaxError`).

**Workflow**:
1. Call `cplace_get_type_datamodel` for the type displayed in the connected table
2. Find the custom attribute you want to display
3. Use the custom attribute's `name` field (the full internal name), wrapped in single quotes
