WebDevStudios / wds-headless-wordpress

This codebase has been moved to a monorepo. Please see the documentation to learn more. 🍻
https://github.com/WebDevStudios/nextjs-wordpress-starter
GNU General Public License v2.0
32 stars 15 forks source link

Feature/383 todos paragraph #25

Closed ravewebdev closed 3 years ago

ravewebdev commented 3 years ago

Description

Removed font size presets, leaving only "normal" (16px). Removed gradient color palette presets (this can be re-added later by customizing the wdsAddColorPaletteHexValues function to handle gradients). Added filter to pass hex values of (solid) color palette presets as extra attributes.

Screenshots

Reduced font-size presets

Screen Shot 2021-04-28 at 2 41 47 PM

New color hex attrs

Screen Shot 2021-04-28 at 2 44 49 PM

FE display with pre-defined and custom colors

Screen Shot 2021-04-28 at 2 44 06 PM

Steps To Verify Feature

  1. Edit any post (e.g., https://nextjsdevstart.wpengine.com/wp-admin/post.php?post=421&action=edit)
  2. Add a paragraph block with font size & color settings
  3. Font size options should be default, normal, custom
  4. With FE PR #395 checked out, view the post on the FE to see the color settings applied