Skip to content

Commit

Permalink
Merge pull request #4 from new-data-services/feature/statamic5
Browse files Browse the repository at this point in the history
Feature/statamic5
  • Loading branch information
heidkaemper authored May 3, 2024
2 parents c6b7702 + 4461fc4 commit 55b1bf2
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 11,541 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
- Predefined color swatches
- Support for HEX, RGB, CMYK and more
- Beautiful and easy to use color panel
- Ready for Tiptap 2 (Statamic 3.4+)

## Installation

Expand All @@ -27,7 +26,7 @@ composer require ndx/statamic-bard-color-picker

Open the blueprint or fieldset that contains your Bard field, open the settings of that field and activate the text color button.

![Preview of open text color panel](preview.png "Text color panel")
![Preview of open text color panel](docs/preview.png)

## Configuration

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
}
],
"require": {
"statamic/cms": "^3.4 || ^4.0"
"statamic/cms": "^3.4 || ^4.0 || ^5.0"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.34",
"laravel/pint": "^1.15"
},
Expand Down
Loading

0 comments on commit 55b1bf2

Please sign in to comment.