Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title';
</template>
```

Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".
Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".

To evaluate more addons to add/manage content in the `<head>` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content).

Expand Down
12 changes: 0 additions & 12 deletions guides/release/components/helper-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../

## Built-in and Common Helpers

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported.
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

Below you will find some useful template helpers documented.
For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/release/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/release/classes/@ember%2Fhelper) documentation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title';
</template>
```

Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".
Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".

To evaluate more addons to add/manage content in the `<head>` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content).

Expand Down
12 changes: 0 additions & 12 deletions guides/v6.10.0/components/helper-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../

## Built-in and Common Helpers

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported.
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

Below you will find some useful template helpers documented.
For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/6.10.0/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/6.10.0/classes/@ember%2Fhelper) documentation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title';
</template>
```

Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".
Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".

To evaluate more addons to add/manage content in the `<head>` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content).

Expand Down
12 changes: 0 additions & 12 deletions guides/v6.11.0/components/helper-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../

## Built-in and Common Helpers

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported.
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

Below you will find some useful template helpers documented.
For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/6.11.0/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/6.11.0/classes/@ember%2Fhelper) documentation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title';
</template>
```

Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".
Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".

To evaluate more addons to add/manage content in the `<head>` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content).

Expand Down
12 changes: 0 additions & 12 deletions guides/v6.12.0/components/helper-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../

## Built-in and Common Helpers

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported.
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

Below you will find some useful template helpers documented.
For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/6.12.0/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/6.12.0/classes/@ember%2Fhelper) documentation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title';
</template>
```

Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".
Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".

To evaluate more addons to add/manage content in the `<head>` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content).

Expand Down
12 changes: 0 additions & 12 deletions guides/v6.7.0/components/helper-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../

## Built-in and Common Helpers

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported.
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

Below you will find some useful template helpers documented.
For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/6.7.0/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/6.7.0/classes/@ember%2Fhelper) documentation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title';
</template>
```

Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".
Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".

To evaluate more addons to add/manage content in the `<head>` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content).

Expand Down
12 changes: 0 additions & 12 deletions guides/v6.8.0/components/helper-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../

## Built-in and Common Helpers

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported.
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

Below you will find some useful template helpers documented.
For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/6.8.0/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/6.8.0/classes/@ember%2Fhelper) documentation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title';
</template>
```

Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".
Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".

To evaluate more addons to add/manage content in the `<head>` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content).

Expand Down
12 changes: 0 additions & 12 deletions guides/v6.9.0/components/helper-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../

## Built-in and Common Helpers

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported.
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

Below you will find some useful template helpers documented.
For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/6.9.0/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/6.9.0/classes/@ember%2Fhelper) documentation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { pageTitle } from 'ember-page-title';
</template>
```

Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gts`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".
Each call to the `{{pageTitle}}` helper will prepend the title string to the existing title all the way up to the root title in `application.gjs`. So, if your application is titled "My App", then the full title for the above example would be "My Title | Posts | My App".

To evaluate more addons to add/manage content in the `<head>` of a page, view this category on [Ember Observer](https://emberobserver.com/categories/header-content).

Expand Down
12 changes: 0 additions & 12 deletions guides/v7.0.0/components/helper-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,18 +301,6 @@ discussing state in the next chapter), or requiring access to a [service](../../

## Built-in and Common Helpers

<div class="cta">
<div class="cta-note">
<div class="cta-note-body">
<div class="cta-note-heading">Zoey says...</div>
<div class="cta-note-message">
Unlike nearly everything else in template tag (`.gts`) files, these helpers do not need to be explicitly imported.
</div>
</div>
<img src="/images/mascots/zoey.png" role="presentation" alt="">
</div>
</div>

Below you will find some useful template helpers documented.
For the full list of available helpers, you can check the [template helpers API](https://api.emberjs.com/ember/7.0.0/classes/Ember.Templates.helpers/) and [@ember/helpers](https://api.emberjs.com/ember/7.0.0/classes/@ember%2Fhelper) documentation.

Expand Down
Loading