diff --git a/options.xhtml b/options.xhtml index 370c19271..387250cd7 100644 --- a/options.xhtml +++ b/options.xhtml @@ -85937,29 +85937,25 @@ attribute set of (INI atom (null, bool, int, float or string) or attribute set o
Default:
{ }
Example:
''
- {
- actions = true;
- anchor = "top-right";
- background-color = "#000000";
- border-color = "#FFFFFF";
- border-radius = 0;
- default-timeout = 0;
- font = "monospace 10";
- height = 100;
- width = 300;
- icons = true;
- ignore-timeout = false;
- layer = "top";
- margin = 10;
- markup = true;
-
- # Section example
- "actionable=true" = {
- anchor = "top-left";
- };
- }
-''
+Example:
{
+ "actionable=true" = {
+ anchor = "top-left";
+ };
+ actions = true;
+ anchor = "top-right";
+ background-color = "#000000";
+ border-color = "#FFFFFF";
+ border-radius = 0;
+ default-timeout = 0;
+ font = "monospace 10";
+ height = 100;
+ icons = true;
+ ignore-timeout = false;
+ layer = "top";
+ margin = 10;
+ markup = true;
+ width = 300;
+}
Declared by: