Changeset 2037951
- Timestamp:
- 02/24/2019 12:39:14 AM (7 years ago)
- Location:
- blockbuddy/trunk
- Files:
-
- 2 edited
-
block-buddy.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blockbuddy/trunk/block-buddy.php
r2037948 r2037951 1 1 <?php 2 2 /* 3 Plugin Name: Block Buddy4 Plugin URI: https:// blockbuddy.net3 Plugin Name: BlockBuddy 4 Plugin URI: https://wordpress.org/plugins/blockbuddy/ 5 5 Description: Gutenberg Block to easily query and display content from any post type! 6 6 Version: 0.1 7 7 Author: Mateusz Michalik & Aaron Rutley 8 Author URI: http ://hookturn.io8 Author URI: https://wordpress.org/plugins/blockbuddy/ 9 9 License: GPL2 10 10 */ -
blockbuddy/trunk/readme.txt
r2037948 r2037951 1 === Block buddy ===1 === BlockBuddy === 2 2 Contributors: aaronrutley 3 3 Tags: gutenberg, block … … 12 12 == Description == 13 13 14 A plugin to extend WordPress Gutenberg editor and allow for dynamic blocks to be built using custom queries.15 16 14 === Custom Query Block == 17 15 18 Our first block, Custom Query Block allow for dynamic blocks to be built using custom queries.16 Use our first block, Custom Query Block to easily show a grid of posts from any post type, using our UI to performa a simple custom query. 19 17 20 18 The Custom Query Block comes with 3 basic templates which are stored in the plugin `/templates` directory.
Note: See TracChangeset
for help on using the changeset viewer.