Skip to content
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

yml syntax clarification #30

Open
sjdeere opened this issue Oct 14, 2015 · 0 comments
Open

yml syntax clarification #30

sjdeere opened this issue Oct 14, 2015 · 0 comments

Comments

@sjdeere
Copy link

sjdeere commented Oct 14, 2015

composer install of ss 3.1.15 with userforms

I can get Mathspam module to work.

---
name: spamprotection

---
FormSpamProtectionExtension:
  default_spam_protector: MathSpamProtector

I thought I would try Mollom.
But noting is showing in the admin regarding Mollom.
dev/build?flush=1
admin?flush=1

Trying to spot what could be wrong?
How should i be declaring FormSpamProtectionExtension in the yml file?

I notice your docs show FormSpamProtectionExtension::
The Math spam docs show FormSpamProtectionExtension:

2 colons or not?

---
name: spamprotection

---
FormSpamProtectionExtension::
  default_spam_protector: MollomSpamProtector
Mollom:
  public_key: dont8publish7mypublic0key5
  private_key: dont8publish7myprivate0key5

or

---
name: spamprotection

---
FormSpamProtectionExtension:
  default_spam_protector: MollomSpamProtector
Mollom:
  public_key: dont8publish7my0key5
  private_key: ont8publish7myprivate0key5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant