7 users online. Create an account or sign in to join them.Users
using RegExp on "Settings" Page
This is an open discussion with 2 replies, filed under Troubleshooting.
Search
You could base64_encode your settings when you write those to the config. Or you could save the settings in a separate database table. The URL Router extension might be a place to find some code for the latter.
Thanks, works like a charm.
Create an account or sign in to comment.
For my extension I'm trying to a add validationfield on the settings page that holds a regular expression. All in all it works but escaped characters get stripped out (I think it's because of
Symphony::Configuration()get and set.). I know it is possible on a regular validation field. Is there a possible workaround?Greetings, Thomas