mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 02:16:03 +00:00
This reverts commit 6c283862daa0c8846a544c183e72623b65907cc3. chore: Add all undeclared packages to package.json Add all undeclared packages to package.json (Round 2) Signed-off-by: Sora Morimoto <sora@morimoto.io> chore: move core deps to peer codemirror5 Signed-off-by: Sora Morimoto <sora@morimoto.io> Add all undeclared packages to `package.json` (Round 2) Signed-off-by: Sora Morimoto <sora@morimoto.io> _ Signed-off-by: Sora Morimoto <sora@morimoto.io> Add all undeclared "safe" packages to `package.json` Signed-off-by: Sora Morimoto <sora@morimoto.io> Add all undeclared "unsafe" packages to `package.json` Signed-off-by: Sora Morimoto <sora@morimoto.io> helper-plugin: remove `fs-extra` Signed-off-by: Sora Morimoto <sora@morimoto.io> https://github.com/strapi/strapi/pull/15797 i18n-plugin: move redux from devDependencies to dependencies Signed-off-by: Sora Morimoto <sora@morimoto.io> database: sqlite3 was a false-detected dependency Signed-off-by: Sora Morimoto <sora@morimoto.io> generators: revert changes Signed-off-by: Sora Morimoto <sora@morimoto.io> Regenerate yarn.lock Signed-off-by: Sora Morimoto <sora@morimoto.io> chore: update react-intl chore: fix post rebase chore: remove axios from packages that dont need it chore: ensure projects install r rd rrd & s Revert "chore: ensure projects install r rd rrd & s" This reverts commit 2e87a1d0fcaf21e187ce558f4690d41ff854d58d. Revert "Revert "chore: ensure projects install r rd rrd & s"" This reverts commit b53a3d49987b00abb393966738d2a34f59c9dc71. chore: Add all undeclared packages to package.json
Strapi plugin Color Picker
A Strapi-maintained color picker custom field.
Installation
To install this plugin, you need to add an NPM dependency to your Strapi application:
# Using Yarn
yarn add @strapi/plugin-color-picker
# Or using NPM
npm install @strapi/plugin-color-picker
Then, you'll need to build your admin panel:
# Using Yarn
yarn build
# Or using NPM
npm run build
Usage
Use saturation and hue sliders to select a color and save the value as a HEX string
