Development

#3158: addPage.yml

You must first sign up to be able to contribute.

Ticket #3158: addPage.yml

File addPage.yml, 475 bytes (added by onanga, 9 months ago)

PATCH file

Line 
1 fillin:
2   enabled: on
3   param:
4     name: cms_tools_create_page
5
6 fields:
7   slug:
8     required:
9       msg:            Please enter a path
10     sfPropelUniqueValidator:
11       class:          sfSimpleCMSPage
12       column:         slug
13       unique_error:   A page with this path already exits
14     sfRegexValidator:
15       pattern:        '#^[a-zA-Z0-9\.\-_/]*$#'
16       match:          true
17       match_error:    A path can only be composed of alphanumeric characters and - _ / .
18