Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raidowolf/lenspress
WordPress Gutenberg plugin for conditional content based on client variables
https://github.com/raidowolf/lenspress
Last synced: about 1 month ago
JSON representation
WordPress Gutenberg plugin for conditional content based on client variables
- Host: GitHub
- URL: https://github.com/raidowolf/lenspress
- Owner: RaidoWolf
- License: gpl-3.0
- Created: 2018-10-20T04:15:01.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T00:31:38.000Z (about 2 years ago)
- Last Synced: 2023-08-15T00:29:36.844Z (over 1 year ago)
- Language: PHP
- Size: 409 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.txt
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
=== LensPress ===
Contributors: dangerbarber
Tags: lens, press, conditional, content
Requires at least: 4.9.8
Tested up to: 4.9.8
Requires PHP: 7.2
License: GPL 3.0+
License URI: https://www.gnu.org/licenses/gpl-3.0.en.htmlA simple WordPress Gutenberg editor plugin that provides a method of creating conditional content dependent on client-side variables.
== Description ==
A simple WordPress Gutenberg editor plugin that provides a method of creating conditional content dependent on client-side variables.Developers run the following to get started:
- composer install
- yarn installThen, to run the PHP unit tests once, run (from the project's root):
- ./vendor/bin/phpunit --config phpunit.xmlThen, to build the JavaScript code, run:
- yarn run buildOr, if you want the JavaScript to automatically build when files are modified:
- yarn run dev