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: over 1 year 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
- Archived: true
- Created: 2019-06-30T22:21:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:15:26.000Z (over 3 years ago)
- Last Synced: 2025-01-23T13:37:31.044Z (over 1 year 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