Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
cm-page-builder
Advanced tools
Page builder package like notion
Run npm install -s cm-page-builder
Add to your index.html the fonts cdn: <link rel="stylesheet" href="https://d1azc1qln24ryf.cloudfront.net/120939/EXPAV3/style-cf.css?crxvf0">
Import it as import PageBuilder from 'cm-page-builder'
A PageBuilder component looks like this:
<PageBuilder
meta={meta}
pageComponents={pageComponents}
typeMapping={TYPE_MAP_COMPONENT}
REVERSE_TYPE_MAP_COMPONENT={REVERSE_TYPE_MAP_COMPONENT}
handleUpdate={this._updatePageComponent}
status={this.state.status}
requestHandler={requestHandler}
pageCategories={getResourceCategories()}
currentOffices={currentPerson.creatable_offices_for_pages}
/>
A list of Page components, to be initialized. They have the following structure
{
component_attachment: { content: String, filename: String, url: String}
component_type: String
content: String
position: Number
}
Edit
):Has to be one of Edit
['Header1','Header2','Olist','Ulist','Embed','Upload', 'File','Divider','Code']
):Array of available components. For example, setting options as ['Header1']
will only render Header1
component.
A function
that gets fired every time something happens with the components of a page. It receives four parameters, id
, data
, type
, key
id
: The ID of the component,data
: The data inside the component.type
: The kind of change that has happened with the component. It can be any of
"createComponent"
"updateComponent"
"deleteComponent"
key
: undefined
A hash that maps snake_cased names of components with cm-page-builder components found inside the src/components folder. Available components are
Header1
: The equivalent of a h1 tagHeader2
: The equivalent of a h2 tagOList
: An ordered list. Two or more adjacent components of this type will make a group, and the position number will increase sequentially within that groupUList
: An unordered listText
: The default component, regular text. It may have HTML formattingEmbed
: A vimeo or youtube video which is meant to be displayed as an embed fileUpload
: A file. component_attachment
will hold all relevant information. If it is an image, it should be displayed as an embedded imageDivider
: A line divider.Code
: A code snippet component.FAQs
Page builder package like notion
The npm package cm-page-builder receives a total of 23 weekly downloads. As such, cm-page-builder popularity was classified as not popular.
We found that cm-page-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.