ramp4-pcar4 / story-ramp

Storytelling with interactive maps using RAMP
MIT License
4 stars 13 forks source link

add customStyles attribute to text panel #366

Closed RyanCoulsonCA closed 1 year ago

RyanCoulsonCA commented 1 year ago

Closes #365

This PR adds a customStyles attribute to the text panel configuration. This attribute allows you to apply specific CSS properties to individual panels.

Example Usage, which would add a black border around the text panel:

{
    "title": "Text Panel Title",
    "content": "Text Content",
    "type": "text",
    "customStyles": "border: 2px solid black;"
}

This change is Reviewable

github-actions[bot] commented 1 year ago

Your demo site is ready! 🚀 Visit it here: https://ramp4-pcar4.github.io/story-ramp/fix-365/#/en/00000000-0000-0000-0000-000000000000