Is there a way to take the setting values I (un)checked and put them in the Infobar? #1531
-
I'm trying to test saving a page with various combinations of settings and would like to have the current state of my settings available on hand in case it turns out the saved page was missing something I didn't catch until down the line. The closest I can find are: Option: save the filename template data into the page
{profile-name}
The problem with just including the profile name is that I'll need to keep that profile around for reference, which means no renaming or modifying its settings. I'd rather not have dozens of profiles floating around confusing me. I'm hoping maybe the first option somehow does this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Sorry for the late reply, I could add variables returning the JSON content, and pretty-printed (e.g. tab + carriage returns) of all the options, e.g. respectively |
Beta Was this translation helpful? Give feedback.
I added 2 variables
{options-json}
and{options-text}
, and the function%option-value<key>
. They won't be ordered like in the Settings page though unfortunately. I will add a variable for the version, this has already been suggested actually, see (4) here #1504. The new variables and function will be available in the next version.