Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kellymears/wp-block-glossary
Adds a WordPress block to handle the <dl> element
https://github.com/kellymears/wp-block-glossary
gutenberg wordpress wordpress-plugin
Last synced: 26 days ago
JSON representation
Adds a WordPress block to handle the <dl> element
- Host: GitHub
- URL: https://github.com/kellymears/wp-block-glossary
- Owner: kellymears
- License: mit
- Created: 2019-06-30T22:21:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:15:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T18:15:54.529Z (about 1 month ago)
- Topics: gutenberg, wordpress, wordpress-plugin
- Language: TypeScript
- Size: 2.83 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WP Block Glossary
Adds a description list (`
- ` element) to Gutenberg.
This block doesn't come with any styles except for a reset on the user default `margin-default-start` so I didn't lose my mind. I figure if you want a `dl/dt/dd` block you probably have your own plans.
## Colophon
Based on [wp-block-description-list](https://github.com/lassemt/wp-block-description-list), but with updated dependencies and a simpler implementation.
## License
MIT