Skip to content

Commit 56a1552

Browse files
authored
Fix spacing
1 parent f1c9b7d commit 56a1552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/ember-cli/v5/v1-addon-content-for-types.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ since: 6.3.0
44
until: 7.0.0
55
---
66
`app-prefix`, `app-suffix`, `tests-prefix`, and `tests-suffix` are deprecated as types passed to `contentFor`. See [RFC 1029](https://rfcs.emberjs.com/id/1029-deprecate-app-prefix) for more information.
7+
78
#### app-prefix
89

910
Returning content from an addon's `contentFor()` hook for `type="app-prefix"` is deprecated. Addons will no longer be allowed to inject arbitrary javascript here. If you need to provide code that apps will run before booting, document that app authors should import and call your code at the start of their own `app.js` file.

0 commit comments

Comments
 (0)