theme-experiments icon indicating copy to clipboard operation
theme-experiments copied to clipboard

Probd blocks

Open AbmSourav opened this issue 4 years ago • 2 comments

proBD Blocks is a block-based version of the proBD theme.

AbmSourav avatar Dec 29 '20 09:12 AbmSourav

There seem to be some PHP errors from setup.php where the color palettes are being added. This seemed to bring the whole site editor down so I couldn't evaluate much further.

As an alternative to adding those color palettes via PHP I suggest instead including them exclusively in the experimental-theme.json file instead. I don't believe there would be a reason in your theme to have them in both locations. As a test I simply removed

 31     $this->editor_font_size();
 32     
 33     $this->editor_color_palette();
 34     
 35     $this->editor_gradient_palette();

from setup.php and things seemed to run OK.

pbking avatar Feb 05 '21 20:02 pbking

Hi, do you plan to update this to the newest formats?

carolinan avatar Mar 26 '21 03:03 carolinan