Skip to content
Snippets Groups Projects
Commit 70214a0c authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

#187 - Fix page set preset variables and feedback styling

parent d6cf863d
Branches
Tags
No related merge requests found
......@@ -63,7 +63,7 @@ module.exports = function () {
{
actionId: 'page_set_action',
options: {
'number': i + 1
'page': i + 1
}
}
]
......@@ -73,7 +73,11 @@ module.exports = function () {
{
feedbackId: 'page_active',
options: {
'number': i + 1
'index': i + 1
},
style: {
bgcolor: combineRgb(255, 0, 0),
color: combineRgb(255, 255, 255),
}
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment