-
Notifications
You must be signed in to change notification settings - Fork 0
/
outline.yml
75 lines (75 loc) · 2.14 KB
/
outline.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
- 00 Introduction
- Who am I
- 01 What came before CMI (variables table)
- Problems with Variables table (variable_get & variable_set)
- Why CMI is better
- Why is that better?
- Defined structure
- Configuration Variables have language settings
- Defaults are now set in the system
- Enter Drupal 8 Configuration Management Initiative
- 02 History (http://groups.drupal.org/build-systems-change-management/cmi)
- 03 What is CMI
- format
- Yaml
- Drupal cmi yml
- File structure
- Subcategories
- What does Drupal do with yaml files
- 04 settings.php $conf to $settings
- What is settings.php and what does it do
- overriding settings.php before cmi
- Multiple configuration storage locations
- deployment issues
- overriding settings with $settings
- when to use $settings object
- 05 Writing a module that uses $conf object
- Anatomy of a configuration object
- Yaml Conventions
- Location
- Namespaces
- Simple $conf object
- Inspect some core conf objects
- Content types
- Vocabularies
- User
- Generic Entity and Bundle
- 06 Community modules
- config_update
- config_tools
- config_readonly
- config_sync
-
- 07 Comand line tools
- Drush
- DrupalConsole
- 08 Features
- 09 Multilingual
- 10 How Do I ...?
- Drush
- Find all config settings?
- Set a config setting?
- Export a config setting?
- Export a collection of config settings?
- Import config settings?
- DrupalConsole
- Find all config settings
- Set a config setting
- Export a config setting
- Export a collection of config settings
- Import config settings
- Development
- Define a config entity
- Create a form for setting a config entity
- Package default config
- Package custom node/entity type
- Package a view
- Override base settings
- Theme stuff?
- Workflow
- Set custom active directories
- Set drupal to work from files rather than the database
- Package default settings in an install profile
- Export Config to code
- Import Config from code
- Move setting from Local to Dev to Test to Prod