Don't base the Drupal Planet feed on tags

This commit is contained in:
Oliver Davies 2024-09-14 00:21:58 +01:00
parent 74042f01e1
commit e55a47f611
18 changed files with 18 additions and 18 deletions

View file

@ -8,10 +8,10 @@ tags:
- php
- feature-flags
- css
- drupal-planet
cta: ~
snippet: |
How I combined a feature flag and a data attribute to release some new CSS styles to a project.
drupal_planet: true
---
I recently used [Drupal's Feature Toggle module](https://www.drupal.org/project/feature_toggle) to set a data attribute which enabled some new styling for buttons.