-
-
Notifications
You must be signed in to change notification settings - Fork 29
Add reaction links and RSVP block editor extensions #568
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
base: main
Are you sure you want to change the base?
Changes from all commits
06b12bb
6856544
4fa6527
b3d582d
b13f12a
c57a8d1
b04fa6f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "name": "webmention/reaction-links", | ||
| "title": "Reaction Links: Microformats2 reaction classes for links", | ||
| "category": "widgets", | ||
| "icon": "format-status", | ||
| "keywords": [ | ||
| "reaction", | ||
| "microformats", | ||
| "indieweb", | ||
| "webmention" | ||
| ], | ||
| "editorScript": "file:./index.js", | ||
| "editorStyle": "file:./index.css" | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <?php return array('dependencies' => array('wp-data', 'wp-dom-ready', 'wp-i18n'), 'version' => '7cb8bf9f7714645e1a13'); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "name": "webmention/rsvp", | ||
| "title": "RSVP: Microformats2 RSVP format for event responses", | ||
| "category": "widgets", | ||
| "icon": "calendar-alt", | ||
| "keywords": [ | ||
| "rsvp", | ||
| "microformats", | ||
| "indieweb", | ||
| "webmention", | ||
| "event" | ||
| ], | ||
| "editorScript": "file:./index.js", | ||
| "editorStyle": "file:./index.css" | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives', 'wp-rich-text'), 'version' => 'a767f7b502cf0dee8b77'); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "name": "webmention/reaction-links", | ||
| "title": "Reaction Links: Microformats2 reaction classes for links", | ||
| "category": "widgets", | ||
| "icon": "format-status", | ||
| "keywords": [ "reaction", "microformats", "indieweb", "webmention" ], | ||
| "editorScript": "file:./index.js", | ||
| "editorStyle": "file:./index.css" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| /** | ||
| * Microformats Reaction Links - Editor Styles | ||
| * | ||
| * Matches WordPress block-editor-link-control__setting design | ||
| */ | ||
|
|
||
| .webmention-reaction-setting.block-editor-link-control__setting { | ||
| flex-wrap: nowrap; | ||
| padding-top: 16px; | ||
| padding-bottom: 16px; | ||
| border-top: 1px solid #ddd; | ||
| margin-top: 0; | ||
|
|
||
| .webmention-reaction-setting__label { | ||
| flex-shrink: 0; | ||
| padding-right: 16px; | ||
| } | ||
|
|
||
| .webmention-reaction-setting__select { | ||
| flex: 1; | ||
| max-width: 180px; | ||
| } | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.