generated from bobbingwide/sb-starting-block
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create sb-debug-block from sb-starting-block template, and refactor S…
…tarting to Debug. Issue #1
- Loading branch information
1 parent
7a3b268
commit d59392f
Showing
12 changed files
with
47 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
# Starting block | ||
# Debug block | ||
* Contributors: bobbingwide | ||
* Tags: block, starting, scaffold, SSR | ||
* Tags: block, debug, scaffold, SSR | ||
* Tested up to: 5.7.0 | ||
* Stable tag: 0.0.0 | ||
* License: GPLv3 | ||
* License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
Starting point for a single block server side rendered block. | ||
Debug point for a single block server side rendered block. | ||
|
||
## Description | ||
The Starting block plugin is a single block plugin to be used as the starting point for future Server Side Rendered blocks. | ||
## Description | ||
The Debug block plugin is a single block plugin to be used as the debug point for future Server Side Rendered blocks. | ||
|
||
## Installation | ||
## Installation | ||
The purpose of this plugin is to provide the source code for a Server Side Rendered block | ||
that is copied into an existing plugin where the new SSR logic replaces an existing shortcode. | ||
|
||
You should not need to activate this plugin. If you do, it's just like any other plugin. | ||
|
||
## Screenshots | ||
1. Starting block - rendered | ||
2. Starting block - settings | ||
## Screenshots | ||
1. Debug block - rendered | ||
2. Debug block - settings | ||
|
||
## Upgrade Notice | ||
# 0.0.0 | ||
## Upgrade Notice | ||
# 0.0.0 | ||
First version to be used to replace any `[your name here]` shortcodes in FSE themes | ||
|
||
## Changelog | ||
# 0.0.0 | ||
* Added: First version of the server side rendered block,[#1](https://github.com/bobbingwide/sb-starting-block/issues/1) | ||
## Changelog | ||
# 0.0.0 | ||
* Added: First version of the server side rendered block,[#1](https://github.com/bobbingwide/sb-debug-block/issues/1) | ||
* Tested: With WordPress 5.7.1 and WordPress Multi Site | ||
* Tested: With Gutenberg 10.6.0-rc.1 | ||
* Tested: With PHP 8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
import './starting-block'; | ||
import './debug-block'; |