Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 428 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 428 Bytes

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"
]
``