-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add options to switch off \ on Slideshow indicators and controls #869
Conversation
Version 3.1.6
Thank you for your contribute. I will be running a marathon this Sunday, so I will review and approve these changes next Monday. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think in the line 120. You should use $checked instead of checked. It will raise the PHP error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, sorry, bad copy and paste. 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 92: use $params->get('indicators', 1) instead of $indicators
Line 124: use $params->get('controls', 1) instead of $controls
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you merge this with the latest one in https://github.com/templaza/astroid-framework/blob/v3/framework/elements/formbuilder/ajax.php? I fixed #867 on this
Add options to switch off \ on Slideshow indicators and controls
Also minor bug with widget ordering