Pathologic was missing because of a .git folder inside.
[yaffs-website] / console / chain / form-sample.yml
1 commands:
2   - command: generate:form:config
3     options:
4       module: example
5       class: ConfigForm
6       form-id: config_form
7       services:
8         - state
9       inputs:
10         - name: email
11           type: email
12           label: Email
13           description: 'Enter a valid email.'
14           fieldset: ''
15         - name: api_key
16           type: textfield
17           label: 'API Key'
18           description: 'Enter API Key'
19           maxlength: '64'
20           size: '64'
21         - name: number_field
22           type: number
23           label: 'Number field'
24           description: 'Enter a valid number.'
25         - name: big_text
26           type: textarea
27           label: 'Big text'
28           description: 'Enter a big text, you can user <enter> key'
29       path: '/admin/config/form'
30       menu_link_gen: true
31       menu_link_title: 'Example Config Form'
32       menu_parent: system.admin_config_system
33       menu_link_desc: 'A Example Config Form.'
34 # Rebuild routes
35   - command: router:rebuild