Can I put a custom message when I deactivate my domo brick in domo everywhere?


I would like to pause my current brick with a custom closed message. I see that I can only set to 'Off' and it throws the below . However I want to set a custom message for the users. How can I achieve this?
Best Answer
-
You can edit the brick to display text by updating the HTML and CSS:
HTML:
<div id="myDiv"> <h1>custom closed message</h1></div>CSS:
#myDiv { display: flex; align-items: center; justify-content: center; background: rgb(131,58,180); background: linear-gradient(90deg, rgba(121,64,161,1) 0%, rgba(228,88,80,1) 50%, rgba(251,141,52,1) 100%); height: calc(100vh);}
h1 { color: white;}Result:
You can also comment out your existing code to revert it if/when you decide to do that.
If I solved your problem, please select "yes" above
0
Answers
-
You can edit the brick to display text by updating the HTML and CSS:
HTML:
<div id="myDiv"> <h1>custom closed message</h1></div>CSS:
#myDiv { display: flex; align-items: center; justify-content: center; background: rgb(131,58,180); background: linear-gradient(90deg, rgba(121,64,161,1) 0%, rgba(228,88,80,1) 50%, rgba(251,141,52,1) 100%); height: calc(100vh);}
h1 { color: white;}Result:
You can also comment out your existing code to revert it if/when you decide to do that.
If I solved your problem, please select "yes" above
0
Categories
- All Categories
- Product Ideas
- 2.1K Ideas Exchange
- Data Connections
- 1.3K Connectors
- 309 Workbench
- 17 Cloud Integrations
- Data & ETL
- 2.3K Magic ETL
- 120 SQL DataFlows
- 667 Datasets
- Visualize & Apps
- 90 App Studio
- 198 Pro-code Components
- 2.6K Charting & Analyzer
- 873 Calculations & Variables (Beast Mode)
- AI & Data science
- 23 Domo AI & AI Chat
- 4 Managing AI
- 18 Jupyter Workspaces
- Automate
- 122 Workflows
- Alerts
- Distribute
- 118 Domo Everywhere
- 284 Reporting
- Manage
- 145 Governance & Security
- 489 APIs
- 11 Add-ins & Plugins
- 13 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 118 Community Announcements
- 5K Archive