article-tag-block 5.16.1-arc-themes-release-version-2.4.0.4884
Install from the command line:
Learn more about npm packages
$ npm install @wpmedia/article-tag-block@5.16.1-arc-themes-release-version-2.4.0.4884
Install via package.json:
"@wpmedia/article-tag-block": "5.16.1-arc-themes-release-version-2.4.0.4884"
About this version
Article Tag Block renders a list of Pills.
- If there is a tags array, it will render a Pill component with clickable text set to Tag Text.
- If there is a tags array and slug is missing for tags, it will render a Pill component.
- If the tags array is empty, it will not render anything.
- If taxonomy section is missing, it will not render anything.
Prop | Required | Type | Description |
---|---|---|---|
required prop | yes | ||
optional prop | no | ||
contentConfig example | Please specify which content sources are compatible |
The Article Tag Block expects the taxonomy
section from Composer's ANS schema, which is laid out as
taxonomy: {
tags: [{
description: "Tag-1 Description",
slug: "Tag-1 Slug",
text: "Tag-1 Text"
}, {
description: "Tag-2 Description",
slug: "Tag-2 Slug",
text: "Tag-2 Text"
}]
}
-
taxonomy.tags[x].slug
Detects for '' as href for fallback -
taxonomy.tags[x].text
Required to be string
{
taxonomy: {
tags: [
{
slug: "sports",
text: "Sports",
},
{
slug: "#",
text: "General",
},
];
}
}
- Add all internationalization fields used in the block
Blocks can emit events. The following is a list of events that are emitted by this block.
Event Name | Description |
---|---|
eventName | Describe the event |
Include block specific instructions for event listening.
OR
This block does not emit any events.
Optional
Details
- article-tag-block
- WPMedia
- 8 months ago
- CC-BY-NC-ND-4.0
- 2 dependencies
Assets
- article-tag-block-5.16.1-arc-themes-release-version-2.4.0.4884.tgz
Download activity
- Total downloads 20,363
- Last 30 days 2,305
- Last week 840
- Today 13
Recent versions
View all- 5.16.1-arc-themes-release-version-2.4.0.4884
- 5.16.1-arc-themes-release-version-1.33.3561
- 5.16.1-arc-themes-release-version-2.3.1.4873
- 5.16.1-arc-themes-release-version-2.3.0.4885
- 5.16.1-arc-themes-release-version-2.1.3.4756
- 5.16.1-arc-themes-release-version-2.1.2.4756
- 5.16.1-arc-themes-release-version-2.0.3.4657
- 5.16.1-arc-themes-release-version-2.0.3.4645
- 5.16.1-arc-themes-release-version-2.0.3.4636
- 5.16.1-arc-themes-release-version-2.0.1.3974