# pub.leaflet.blocks.recommendedPubs

> Published by [leaflet.pub](https://lexicon.garden/identity/did:plc:btxrwcaeyodrap5mnjw2fvmz)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:btxrwcaeyodrap5mnjw2fvmz/pub.leaflet.blocks.recommendedPubs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:btxrwcaeyodrap5mnjw2fvmz/pub.leaflet.blocks.recommendedPubs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:btxrwcaeyodrap5mnjw2fvmz/pub.leaflet.blocks.recommendedPubs/examples)

## Definitions

### `pub.leaflet.blocks.recommendedPubs`

**Type**: `object`

The publications this publication recommends, resolved at render time from its recommendations rather than stored on the block.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `compact` | `boolean` | No | Lay the recommendations out as a single side-scrolling row instead of a grid. |

## Raw Schema

```json
{
  "id": "pub.leaflet.blocks.recommendedPubs",
  "defs": {
    "main": {
      "type": "object",
      "required": [],
      "properties": {
        "compact": {
          "type": "boolean",
          "description": "Lay the recommendations out as a single side-scrolling row instead of a grid."
        }
      },
      "description": "The publications this publication recommends, resolved at render time from its recommendations rather than stored on the block."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
