
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@magnolia/cli-create-block-plugin
Advanced tools
A plugin for Magnolia CLI to create a block in a light module
A plugin for Magnolia CLI to create a block in a light module
Run the following command in the project's root directory:
npm run mgnl -- add-plugin @magnolia/cli-create-block-plugin
The command will install the plugin, and automatically register the plugin in mgnl.config.js file:
import CreateBlockPlugin from "@magnolia/cli-create-block-plugin";
export default {
plugins: [
new CreateBlockPlugin()
]
};
To confirm that the plugin has been successfully installed, run:
npm run mgnl -- create-block --help
npm install @magnolia/cli-create-block-plugin
import CreateBlockPlugin from "@magnolia/cli-create-block-plugin";
export default {
plugins: [
new CreateBlockPlugin()
]
};
npm run mgnl -- create-block --help
| Short | Long | Description |
|---|---|---|
-lm [name] | --light-module [name] | set the light module for the block; defaults to the directory specified in mgnl.config.js file |
-pd <path> | --prototype-dir <path> | use the specified path to the custom prototype templates directory as the prototype source for block creation |
-p [name] | --prototype [name] | select a prototype for block creation |
-v | --version | output the version number |
-h | --help | display help for command |
npm run mgnl -- create-block "myFooBlock"
This commands creates a new block called "myFooBlock" based on "_default" prototype.
If neither the lightModulesPath nor the lightModule property exists in mgnl.config.js, the plugin will prompt you to choose each.
npm run mgnl -- create-block "myFooBlock" --prototype "empty"
This commands creates a new block called "myFooBlock" based on "empty" prototype.
If neither the lightModulesPath nor the lightModule property exists in mgnl.config.js, the plugin will prompt you to choose each.
For detailed documentation of the plugin, please refer to Plugin Documentation
This plugin is created to work with Magnolia CMS. For more information, please refer to Magnolia CMS Documentation
FAQs
A plugin for Magnolia CLI to create a block in a light module
We found that @magnolia/cli-create-block-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.