https://github.com/matiere-noire/svg-icons-block
WordPress block d'iconnes SVG
https://github.com/matiere-noire/svg-icons-block
wordpress wordpress-block wordpress-plugin
Last synced: about 2 months ago
JSON representation
WordPress block d'iconnes SVG
- Host: GitHub
- URL: https://github.com/matiere-noire/svg-icons-block
- Owner: matiere-noire
- Created: 2020-02-21T11:27:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:34:22.000Z (over 2 years ago)
- Last Synced: 2025-03-04T10:16:25.443Z (3 months ago)
- Topics: wordpress, wordpress-block, wordpress-plugin
- Language: JavaScript
- Size: 4.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matiere Noire SVG icons block
Plugin WordPress qui ajoute un block **Icones SVG**
Pour ajouter les SVG que vous voulez ajouter vos fichiers SVG dans le dossier `/resoures/svg` de votre thème
## Scripts
* `yarn start` : pour travailler en dev
* `yarn build` : pour builder le plugin### A ajouter a votre composer.json
```
"post-install-cmd": [
"cd web/app/plugins/block-icon-svg && yarn install && yarn build"
]
``