Created
April 4, 2024 07:37
-
-
Save BoweFrankema/a7024e8ef7748a7a26a2c163f72c5dbc to your computer and use it in GitHub Desktop.
widget-test.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"widget_title": "Custom Widget", | |
"widget_size": "full", | |
"widget_html": "<div class=\"items-center dol-empty-state max-w-screen-xl gap-8 px-4 py-2 mx-auto xl:gap-16 md:grid md:grid-cols-2 sm:py-16 lg:px-6\">\n <div class=\"mt-4 md:mt-0\">\n <h2 class=\"mb-4 text-xl font-extrabold tracking-tight text-gray-900 dark:text-white\">No vulnerabilities detected</h2>\n <p class=\"mb-6 font-light text-gray-500 md:text-lg dark:text-gray-400\">\n Your sites are clean. If we detect any vulnerability we will let you know immediately.\n </p>\n </div>\n</div>" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment