Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract Block Transforms into its own handbook page #21734

Merged
merged 27 commits into from
Apr 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
67f1677
Add skeleton for new Block Transforms section
oandregal Apr 20, 2020
58fa807
Add missing transform types
oandregal Apr 21, 2020
b2a7992
Type block: first pass
oandregal Apr 21, 2020
25700af
Type shortcode: first pass
oandregal Apr 21, 2020
cbb02d8
Type files: first pass
oandregal Apr 21, 2020
190af36
Type prefix: first pass
oandregal Apr 21, 2020
a67983c
Type raw: first pass
oandregal Apr 21, 2020
94148bf
Type enter: first pass
oandregal Apr 22, 2020
95fa568
Add priority to every transformation type
oandregal Apr 22, 2020
6b70f2e
Add example for enter type
oandregal Apr 22, 2020
1cfa9a3
Reorder transformations alphabetically
oandregal Apr 22, 2020
199aaaa
Better wording
oandregal Apr 22, 2020
09da727
Improve enter type
oandregal Apr 22, 2020
c385b9a
Better wording for the files transformation
oandregal Apr 22, 2020
5bdbaf2
Better wording for the prefix transformation
oandregal Apr 22, 2020
8e1403a
Better wording
oandregal Apr 22, 2020
f00905a
General improvements
oandregal Apr 23, 2020
d922e40
Clarify the directionality of every transformation type
oandregal Apr 23, 2020
908800f
Improve the shortcode transform
oandregal Apr 23, 2020
66567ac
Add example to the raw transform
oandregal Apr 23, 2020
b00985d
Document schema for the raw transformation
oandregal Apr 23, 2020
9830ea1
Point to the new created page from the block registration docs
oandregal Apr 23, 2020
106b697
Add new section in Block API TOC and fix links
oandregal Apr 23, 2020
3bdaee9
Add page to handbook
oandregal Apr 23, 2020
b9c6601
Use spaces to indent code
oandregal Apr 23, 2020
331bb98
Fix isMatch description
oandregal Apr 23, 2020
872b8dc
Add handbook manifest
oandregal Apr 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/designers-developers/developers/block-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The following sections will walk you through the existing block APIs:
- [Edit and Save](/docs/designers-developers/developers/block-api/block-edit-save.md)
- [Attributes](/docs/designers-developers/developers/block-api/block-attributes.md)
- [Deprecated blocks](/docs/designers-developers/developers/block-api/block-deprecation.md)
- [Transformations](./docs/designers-developers/developers/block-transforms.md)
- [Templates](/docs/designers-developers/developers/block-api/block-templates.md)
- [Annotations](/docs/designers-developers/developers/block-api/block-annotations.md)
- [Patterns (experimental)](/docs/designers-developers/developers/block-api/block-patterns.md)
Loading