You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# Configurable Color Picker for Episerver
1
+
# Configurable Color Picker for Optimizely CMS
2
2
3
3

4
4
5
5
## Description
6
-
This package provides an easy-to-use color picker for Episerver—which allows full configurability of the color palette.
6
+
This package provides an easy-to-use color picker for Optimizely CMS allows full configurability of the color palette.
7
7
8
8
## Features
9
9
* Available colors are fully configurable
@@ -13,15 +13,24 @@ This package provides an easy-to-use color picker for Episerver—which allows f
13
13
14
14
## Getting started
15
15
### Installation
16
-
* The NuGet package can be installed from the [Episerver NuGet feed](https://nuget.episerver.com/feed/)
17
-
* See the installation details here: https://nuget.episerver.com/package/?id=DoubleJay.Epi.ConfigurableColorPicker
16
+
* The NuGet package can be installed from the [Optimizely NuGet feed](https://nuget.optimizely.com/feed/)
17
+
* See the installation details here: https://nuget.optimizely.com/package/?id=DoubleJay.Epi.ConfigurableColorPicker
18
18
19
19
### Configuration & Usage
20
+
In CMS 12, to register you should call the `AddConfigurableColorPicker` method in your startup class `ConfigureServices` method::
**Version 2** added the ability to name palettes and use these throughout the website, as such, configuration and usage changed significantly. Breaking changes are listed in the [documentation](https://github.com/jacobjones/DoubleJay.Epi.ConfigurableColorPicker/wiki).
21
30
22
31
Please consult with the relevant documentation for further details:
0 commit comments