https://ns.adobe.com/helix/shared/property#/oneOf/0
The property in an index. The value will be stored as a single cardinal value.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | property.schema.json* |
object
(Single-Value Property)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
select | string |
Required | cannot be null | Property |
value | string |
Required | cannot be null | Property |
faceted | boolean |
Optional | cannot be null | Property |
A CSS selector expression that selects nodes in the HTML (DOM) or Markdown (MDAST) syntax tree
select
-
is required
-
Type:
string
-
cannot be null
-
defined in: Property
string
A ES6 template literal expression that extracts the value from the matching node(s) to be stored in the index
value
-
is required
-
Type:
string
-
cannot be null
-
defined in: Property
string
Whether to enable faceted search on this property
faceted
-
is optional
-
Type:
boolean
-
cannot be null
-
defined in: Property
boolean