mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Merged v4.8.4 into main
v4.8.4
This commit is contained in:
commit
1bfee18cbe
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
{{#if @image}}
|
{{#if @image}}
|
||||||
<div class="gh-image-uploader -with-image">
|
<div class="gh-image-uploader -with-image">
|
||||||
<div><img src={{@image}}></div>
|
<div><img src={{@image}}></div>
|
||||||
<a class="image-delete" title="Delete" {{on "click" @remove}}>
|
<a class="image-delete" title="Delete" {{on "click" (fn @remove "")}}>
|
||||||
{{svg-jar "trash"}}
|
{{svg-jar "trash"}}
|
||||||
<span class="hidden">Delete</span>
|
<span class="hidden">Delete</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -191,7 +191,7 @@
|
||||||
@text="Add Twitter image"
|
@text="Add Twitter image"
|
||||||
@allowUnsplash={{true}}
|
@allowUnsplash={{true}}
|
||||||
@update={{action (mut this.settings.twitterImage)}}
|
@update={{action (mut this.settings.twitterImage)}}
|
||||||
@remove={{action (mut this.settings.twitterImage "")}}
|
@remove={{action (mut this.settings.twitterImage) ""}}
|
||||||
/>
|
/>
|
||||||
</GhFormGroup>
|
</GhFormGroup>
|
||||||
<GhFormGroup @errors={{this.settings.errors}} @hasValidated={{this.settings.hasValidated}} @property="twitterTitle">
|
<GhFormGroup @errors={{this.settings.errors}} @hasValidated={{this.settings.hasValidated}} @property="twitterTitle">
|
||||||
|
@ -279,7 +279,7 @@
|
||||||
@text="Add Facebook image"
|
@text="Add Facebook image"
|
||||||
@allowUnsplash={{true}}
|
@allowUnsplash={{true}}
|
||||||
@update={{action (mut this.settings.ogImage)}}
|
@update={{action (mut this.settings.ogImage)}}
|
||||||
@remove={{action (mut this.settings.ogImage "")}}
|
@remove={{action (mut this.settings.ogImage) ""}}
|
||||||
/>
|
/>
|
||||||
</GhFormGroup>
|
</GhFormGroup>
|
||||||
<GhFormGroup @errors={{this.settings.errors}} @hasValidated={{this.settings.hasValidated}} @property="ogTitle">
|
<GhFormGroup @errors={{this.settings.errors}} @hasValidated={{this.settings.hasValidated}} @property="ogTitle">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ghost-admin",
|
"name": "ghost-admin",
|
||||||
"version": "4.8.3",
|
"version": "4.8.4",
|
||||||
"description": "Ember.js admin client for Ghost",
|
"description": "Ember.js admin client for Ghost",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"homepage": "http://ghost.org",
|
"homepage": "http://ghost.org",
|
||||||
|
|
Loading…
Add table
Reference in a new issue