pub.leaflet.blocks.membersOnlyDelimiter

leaflet.pub

Documentation

Marks where members-only content begins and declares which publication members can read past it.

main object

Marks where members-only content begins and declares which publication members can read past it.

Properties

audience string Required

Whether access is available to all subscribers, all paid members, or selected paid tiers.

Known values: subscribers, paid, tiers
tierIds array of string Optional

Paid tier ids that grant access when audience is tiers. An empty selection grants no membership access.

View raw schema
{
  "type": "object",
  "required": [
    "audience"
  ],
  "properties": {
    "tierIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Paid tier ids that grant access when audience is tiers. An empty selection grants no membership access."
    },
    "audience": {
      "type": "string",
      "description": "Whether access is available to all subscribers, all paid members, or selected paid tiers.",
      "knownValues": [
        "subscribers",
        "paid",
        "tiers"
      ]
    }
  },
  "description": "Marks where members-only content begins and declares which publication members can read past it."
}

Lexicon Garden

@