netgen / NetgenInformationCollectionBundle

Information collection alike feature for eZ Publish 5/eZ Platform
https://netgen.io
GNU General Public License v2.0
19 stars 8 forks source link

Remove action keyword when configuring actions #1

Closed MarioBlazek closed 7 years ago

MarioBlazek commented 7 years ago

Currently configuration looks like this:

ng_feedback_form:
    - action: email
    - action: database

it would be better to have something like this:

ng_feedback_form:
    actions:
        - email
        - database