@adobe/helix-shared-config
Advanced tools
Comparing version 10.5.3 to 10.6.0
{ | ||
"name": "@adobe/helix-shared-config", | ||
"version": "10.5.3", | ||
"version": "10.6.0", | ||
"description": "Shared modules of the Helix Project - config", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -23,5 +23,22 @@ { | ||
"properties": { | ||
"selectFirst": { | ||
"type": "string", | ||
"description": "A CSS selector expression that selects the first matching node in the HTML (DOM) or Markdown (MDAST) syntax tree" | ||
}, | ||
"value": { | ||
"type": "string", | ||
"description": "A ES6 template literal expression that extracts the value from the matching node(s) to be stored in the index" | ||
} | ||
}, | ||
"additionalProperties": false, | ||
"required": ["selectFirst", "value"] | ||
}, | ||
{ | ||
"title": "Multi-value property, concatenated to a single value", | ||
"description": "The property in an index. The value will be stored as a single cardinal value.", | ||
"type": "object", | ||
"properties": { | ||
"select": { | ||
"type": "string", | ||
"description": "A CSS selector expression that selects nodes in the HTML (DOM) or Markdown (MDAST) syntax tree" | ||
"description": "A CSS selector expression that selects all matching nodes in the HTML (DOM) or Markdown (MDAST) syntax tree" | ||
}, | ||
@@ -48,3 +65,3 @@ "value": { | ||
"type": "string", | ||
"description": "A CSS selector expression that selects nodes in the HTML (DOM) or Markdown (MDAST) syntax tree" | ||
"description": "A CSS selector expression that selects all matching nodes in the HTML (DOM) or Markdown (MDAST) syntax tree" | ||
}, | ||
@@ -51,0 +68,0 @@ "values": { |
Sorry, the diff of this file is too big to display
197291
2482