Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wp-digital/wp-block-logos
List of logos with links.
https://github.com/wp-digital/wp-block-logos
block gutenberg-blocks logos wordpress-plugin
Last synced: about 2 months ago
JSON representation
List of logos with links.
- Host: GitHub
- URL: https://github.com/wp-digital/wp-block-logos
- Owner: wp-digital
- Created: 2022-07-03T21:43:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T13:48:15.000Z (over 1 year ago)
- Last Synced: 2024-11-14T12:54:27.737Z (2 months ago)
- Topics: block, gutenberg-blocks, logos, wordpress-plugin
- Language: JavaScript
- Homepage: https://demo.wpd.digital/logos-block/
- Size: 2.18 MB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logos Block
### Description
List of logos with links.
### Demo
[Logos Block](https://demo.wpd.digital/logos-block/)
### Install
- Preferable way is to use [Composer](https://getcomposer.org/):
````
composer require wp-digital/wp-block-logos
````- Alternate way is to clone this repo to `wp-content/plugins/`:
````
cd wp-content/plugins/
git clone [email protected]:wp-digital/wp-block-logos.git
````Activate **Logos Block** with [WP-CLI](https://make.wordpress.org/cli/handbook/)
`wp plugin activate wp-block-logos` or from **Plugins** page.