-
Notifications
You must be signed in to change notification settings - Fork 468
added size option to Google reCaptcha #501
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
Conversation
merge to current version
Update my fork to latest version
update to latest version
… patch-1 # Conflicts: # form-validator/security.js this was the compiled version, need it to overwrite my local compiled version.
(attribute) data-validation-recaptcha-size="compact|normal" (config) reCaptchaSize: "compact|normal"
|
@FuzzyBS you'll need to pull and try again 😦 |
# Conflicts: # form-validator/security.js
somehow (because I don't know how to use github) I got a corrupted version of this file, so I'm trying to fix it by replacing the contents with the contents from the original master.
|
Sorry...github confuses me somewhat. Did I fix my issue and do it right this time? Thanks @goatandsheep |
|
I think so?? Did you need help with GitHub? Ask any questions to clarify any troubles you were having with it. |
|
I guess some of it is just getting use to git and github terminology, but what I think messed me up was when I used github windows and adobe brackets to work on it and tried to use the grunt file and node-js to build it and make a minified version of security.js to use on my site until this gets to the CDN. However, the file it generated was just a diff of the affected file, not the actual contents. But now I'm guessing I shouldn't be building on my computer but should rather let you guys handle that until I know what's what. So really, I just need to get more familiar with node-js, grunt, and the whole workflow of developing this way. At some point, I'm hoping I can refine/fix some of the extensions/plug-ins for Adobe Brackets. Anyway, I'm glad to contribute what I can anywhere I can. My next venture into this particular project will be to write a wiki page demonstrating the use of the Google reCaptcha because that's the part of the documentation that was spotty when I was looking for it. Alright, I'll shut up now. Time to get back to work anyway. Thanks again, @goatandsheep . Bruce |
|
Awesome! Your contributions are greatly appreciated. I'll take a look at this and try to have it merged as soon as possible. |
|
@victorjonsson I'm having trouble creating the wiki page on your project. It's giving me a 500 server error, so I don't know if it's because of permissions or something. Anyway, I've got the wiki for Google reCaptcha done on my fork, and I'd be happy for you to copy it to yours, however that is done. Also please feel free to include any of the info in the documentation on your website or in the README.md. While fact-checking this I also discovered one other option for Google reCaptcha which is audio or image, so if I get around to it today I'll try to add that so it can make it into the next pull for distro. Ironically, after adding this option I decided I didn't want to use the compact size on my site after, but I'm sure someone will someday and I was already familiar with the code. |
Type of reCaptcha to render, image or audio. (defaults to image) HTML attribute: `data-validation-recaptcha-type="image|audio"` JS config setting: `reCaptchaSize: 'image|audio'`
|
Type of reCaptcha to render, image or audio. (defaults to image) HTML attribute: JS config setting: |
victorjonsson
left a comment
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.
👍
Merge pull request victorjonsson#501 from FuzzyBS/master
As an attribute:
data-validation-recaptcha-size="compact|normal"As a config parameter:
reCaptchaSize: "compact|normal"