Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@mentor-medier/author-bio-block
Advanced tools
@wpmedia/author-bio-block
Author Short Biography block for Fusion News Theme
Prop | Required | Type | Description |
---|---|---|---|
required prop | yes | ||
optional prop | no | ||
contentConfig example | Please specify which content sources are compatible |
The Author Bio Block expects the credits
section from Composer's ANS schema, which is laid out as
credits: {
by: [{
name: ...
url: ...
...
}]
}
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
via globalContent
credits.by[x]
credits.by[x].description
optionalcredits.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'
}
}
}
]
}
}
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.
This is optional. Please add an additional context that would be important to know in order to use this block.
FAQs
Fusion News Theme byline block
We found that @mentor-medier/author-bio-block demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.