pub.leaflet.blocks.postsList

leaflet.pub

Documentation

main object

No description available.

Properties

filterByTags array of string Optional

No description available.

highlightFirstPost boolean Optional

No description available.

limit integer Optional

Show at most this many posts.

minimum: 1
view string Optional

No description available.

Known values: small, medium
View raw schema
{
  "type": "object",
  "required": [],
  "properties": {
    "view": {
      "type": "string",
      "knownValues": [
        "small",
        "medium"
      ]
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "description": "Show at most this many posts."
    },
    "filterByTags": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "highlightFirstPost": {
      "type": "boolean"
    }
  }
}

Lexicon Garden

@