xndbogdan / statamic-bard-text-color

A statamic bard plugin that lets you change text color!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't config custom colors

remiduval opened this issue · comments

Hey!

Since the last update, overriding colors through the config file doesn't work on my side. Here's what I have on my config/bard-custom-colors.php

    'custom_colors' => [
    ],

    'default_colors' => [
        'Green'     => '#008000',
        'Blue'      => '#2574A9',
        'Pink'      => '#B500B5',
        'Purple'    => '#58007E',
        'Yellow'    => '#8D6708',
        'Orange'    => '#D43900',
        'Red'       => '#AA0000'
    ],

Hi.
Thanks for reporting this issue.
Which version are you using?
You're on 2.3, correct?
I'll investigate as soon as possible and come up with a fix.

Hi!
I'm on 2.3 indeed! Thanks

I think I fixed the issue.
Please update to version 2.4 and confirm that it works as it should.

I'm closing this issue.
If there's further problems, open up a new one.

It works again with 2.4, thank you!