Skip to content

A strapi plugin to have a react-icon as custom field

Notifications You must be signed in to change notification settings

taskworld/strapi-plugin-react-icons-custom-field

Repository files navigation

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
      },
    },