Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 402 Bytes

File metadata and controls

21 lines (15 loc) · 402 Bytes

strapi-plugin-react-icons-custom-field

A plugin to add a react-icon custom field to allow using react icons for your menu items.

Installation

npm i strapi-plugin-react-icons-custom-field

Configuration

   "strapi-plugin-react-icons-custom-field": {
      enabled: true,
      config: {
        pack: ["lu"], // list of pack enabled in the admin panel
      },
    },