You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/v3.4.0/configuring-ember/optional-features.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,11 @@ Available features:
46
46
47
47
Once you see a feature that you would like to toggle for your project you can run one of two commands, `ember feature:enable <feature>` and `ember feature:disable <feature>`.
48
48
49
-
Let us disable `template-only-glimmer-components` to see what happens:
49
+
Let us disable `jquery-integration` to see what happens:
50
50
51
51
```bash
52
-
$ ember feature:disable template-only-glimmer-components
53
-
Disabled template-only-glimmer-components. Be sure to commit config/optional-features.json to source control!
52
+
$ ember feature:disable jquery-integration
53
+
Disabled jquery-integration. Be sure to commit config/optional-features.json to source control!
54
54
```
55
55
56
56
As we can see from the warning, `@ember/optional-features` has created a file in `config/optional-features.json` to store the configuration for your project.
Copy file name to clipboardExpand all lines: guides/v3.5.0/configuring-ember/optional-features.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,11 @@ Available features:
46
46
47
47
Once you see a feature that you would like to toggle for your project you can run one of two commands, `ember feature:enable <feature>` and `ember feature:disable <feature>`.
48
48
49
-
Let us disable `template-only-glimmer-components` to see what happens:
49
+
Let us disable `jquery-integration` to see what happens:
50
50
51
51
```bash
52
-
$ ember feature:disable template-only-glimmer-components
53
-
Disabled template-only-glimmer-components. Be sure to commit config/optional-features.json to source control!
52
+
$ ember feature:disable jquery-integration
53
+
Disabled jquery-integration. Be sure to commit config/optional-features.json to source control!
54
54
```
55
55
56
56
As we can see from the warning, `@ember/optional-features` has created a file in `config/optional-features.json` to store the configuration for your project.
0 commit comments