=== Sub-pages block === Contributors: klarityorg Tags: sub-pages, block, gutenberg Requires at least: 5.0.0 Tested up to: 5.1.0 Requires PHP: 7.2.0 Stable tag: 1.1.6 License: MIT License URI: https://opensource.org/licenses/MIT This plugin allows to show as cards the direct sub-pages of a page. == Description == This plugin allows to show as cards the direct sub-pages of a page. == Installation == Upload the plugin's zip to the `/wp-content/plugins` directory of your Wordpress setup If you wish to build the plugin yourself, see the "Building" section hereunder. == Frequently Asked Questions == == Screenshots == 1. Screenshot of three cases with different case status == Changelog == = 1.1.6 = * New play icon = 1.1.5 = * Increase maximum text length in labels = 1.1.4 = * Allow the admin to indicate a label on the top of cards, using metadata = 1.1.3 = * Fixed play icon bug = 1.1.2 = * Fixed packaging problem = 1.1.1 = * Timestamp position fix for mobile = 1.0 = * Initial release == Building == 1. Make sure that the plugin is located in the `/wp-content/plugins` directory of your Wordpress setup 1. Build the plugin with : `npm install` 1. If you wish to make code changes, run `npm start` and make these changes. They will compiled automatically. 1. After you make changes to the code, you may need to remove and add again the blocks that you had previously created so that the changes are caught.