Implement feature(s) to allow a message to use custom styles as defined by the user so alerts can look different on a individual basis.

Comments

kevinquillen’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
kevinquillen’s picture

Category: feature » task
kevinquillen’s picture

Status: Active » Postponed
kevinquillen’s picture

Status: Postponed » Active

Initial thoughts:

  • Entity contains 'style' property
  • Module implements a hook so others can define their own style properties
  • Style property becomes a class on the container

This should allow for a baseline styles out of the box of:

  • Normal
  • Minor
  • Major
  • Urgent

With more able to be added by a user for more style flexibility.

mrpeanut’s picture

Just putting in my comment that I would love to see this feature!

kevinquillen’s picture

I think I will close this in advisement of leveraging Display Suite, which will give someone all the flexibility they want without having to hardcode a lot of it in to start with.

kevinquillen’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)