manifest / integrations / wp-blocks-for-every-action
π£ WP Blocks for Every Action
Non-profit CRM support for the WordPress 5 Block editor
by Tiny Pixel Collective, Kelly Mears <developers@tinypixel.io> Β· github.com/pixelcollective/wp-blocks-for-every-action Β· website
β
6stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/pixelcollective/wp-blocks-for-every-action/archive/refs/heads/master.zipReadme
WP Blocks for Every Action
WordPress 5.0 blocks for NGP VAN's Every Action CRM platform.
Note
I am in no way affiliated with NGP VAN. I just build tools for non-profits.
What's inside the box?
/every-action # β Root of plugin
βββ assets/ # β Packed JS/CSS
βββ includes/ # β PHP Classes, etc.
βββ languages/ # β i18n
βββ node_modules/ # β Node.js packages (never edit)
βββ src # β Blocks
β βββ blocks/ # β Block Assets
β β βββ action-tag/ # β Every Action Blocks
β β βββ button/ # β Button
β β βββ card/ # β Simple container block
β β βββ components/ # β Abstractions/utilities
β β βββ _common.scss # β Baseline stylesheet
β β βββ _vars.scss # β Stylesheet settings and variables
β β βββ editor.js # β JS Entrypoint
β β βββ editor.scss # β SCSS Main for wp-admin
β β βββ icons.js # β svg icons
β β βββ public.js # β JS Entrypoint for public
β β βββ public.scss # β SCSS Main for public
β β ββββwp_imports.js # β WordPress API wrapper
β βββ client/ # β Public scripts
βββ vendor/ # β Composer packages (never edit)
βββ composer.json # β Composer dependencies (never edit)
βββ composer.lock # β Composer lockfile (never edit)
βββ index.php # β // silence is golden
βββ LICENSE # β MIT License
βββ package.json # β npm packages
βββ postcss.config.js # β postcss configuration
βββ uninstall.php # β Plugin uninstaller
βββ README.md # β ** YOU ARE HERE **
βββ every-action.php # β Plugin main
βββ wpackio.php # β PHP style and script loader (dev and prod)
βββ wpackio.project.js # β wpack.io configuration
βββ wpackio.server.js # β wpack.io dev server configuration
βββ yarn.lock # β yarn lockfile (never edit)
Credit Where It's Due
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.0.6 | Aug 22, 2019 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.