|
|
@@ -87,7 +87,7 @@ return array(
|
|
|
'_' => 'item author', // IGNORE
|
|
|
'help' => 'Can also be a static string. Example: <code>"Anonymous"</code>', // IGNORE
|
|
|
),
|
|
|
- 'item_categories' => 'items tags', // IGNORE
|
|
|
+ 'item_categories' => 'item tags', // IGNORE
|
|
|
'item_content' => array(
|
|
|
'_' => 'item content', // IGNORE
|
|
|
'help' => 'Example to take the full item: <code>.</code>', // IGNORE
|
|
|
@@ -104,6 +104,10 @@ return array(
|
|
|
'_' => 'item title', // IGNORE
|
|
|
'help' => 'Use in particular the <a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">XPath axis</a> <code>descendant::</code> like <code>descendant::h2</code>', // IGNORE
|
|
|
),
|
|
|
+ 'item_uid' => array(
|
|
|
+ '_' => 'item unique ID', // IGNORE
|
|
|
+ 'help' => 'Optional. Example: <code>descendant::div/@data-uri</code>', // TODO
|
|
|
+ ),
|
|
|
'item_uri' => array(
|
|
|
'_' => 'item link (URL)', // IGNORE
|
|
|
'help' => 'Example: <code>descendant::a/@href</code>', // IGNORE
|