author-bio-block
/
5.18.1-arc-themes-release-version-2.0.2.4522
author-bio-block 5.18.1-arc-themes-release-version-2.0.2.4522
Install from the command line:
Learn more about npm packages
$ npm install @wpmedia/author-bio-block@5.18.1-arc-themes-release-version-2.0.2.4522
Install via package.json:
"@wpmedia/author-bio-block": "5.18.1-arc-themes-release-version-2.0.2.4522"
About this version
This Author Short Biography block displays author image, author name, description and social links
Prop | Required | Type | Description |
---|---|---|---|
customFields.lazyLoad | no | Boolean | Prevent block display until when nearly in-view for the user. Default is false . |
The Author Bio Block expects the credits
section from Composer's ANS schema, which is laid out as
credits: {
by: [{
type: "author"
name: "author_name"
description: "description",
image: {
url: "img_url",
},
social_links: [
{
{ site: "twitter", url: "https://twitter.com/sLcarothers" },
}
],
additional_properties: {
original: {}
}
}]
}
If there is no description provided by the schema, then no author bio will be displayed - this means that they are not a staff writer. If there is no credits or global content provided, no section tag at all will be rendered.
-
credits.by
viaglobalContent
credits.by[x]
-
credits.by[x].description
optional -
credits.by[x].additional_properties.original
optional
{
credits: {
by: [
{
social_links: [
{
site: "linkedin",
url: "https://linkedin.com/in/jack",
},
],
description: "They are a journalist",
additional_properties: {
original: {
bio: "I enjoy long walks on the beach and writing journalism",
},
},
},
];
}
}
- Add all internationalization fields used in the block
n/a
n/a
Details
- author-bio-block
- WPMedia
- about 2 years ago
- CC-BY-NC-ND-4.0
- 3 dependencies
Assets
- author-bio-block-5.18.1-arc-themes-release-version-2.0.2.4522.tgz
Download activity
- Total downloads 5
- Last 30 days 0
- Last week 0
- Today 0
Recent versions
View all- 5.18.1-arc-themes-release-version-2.4.0.4895
- 5.18.1-arc-themes-release-version-2.5.0.4895
- 5.18.1-arc-themes-release-version-2.4.0.4894
- 5.18.1-arc-themes-release-version-2.4.0.4885
- 5.18.1-arc-themes-release-version-1.33.3561
- 5.18.1-arc-themes-release-version-2.3.1.4873
- 5.18.1-arc-themes-release-version-2.3.0.4885
- 5.18.1-arc-themes-release-version-2.2.1.4845
- 5.18.1-arc-themes-release-version-2.1.3.4773
- 5.18.1-arc-themes-release-version-2.1.3.4763