mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
✨ Upgraded our Zapier integration to use API Keys and allow post creation
no issue - move the Zapier API Key details out of developer experiments because our Zapier 2.0.0 version is now public and requires an API Key when connecting
This commit is contained in:
parent
83a482f4be
commit
c578ca48ec
2 changed files with 0 additions and 3 deletions
|
@ -8,7 +8,6 @@ import {inject as service} from '@ember/service';
|
||||||
import {task, timeout} from 'ember-concurrency';
|
import {task, timeout} from 'ember-concurrency';
|
||||||
|
|
||||||
export default Controller.extend({
|
export default Controller.extend({
|
||||||
config: service(),
|
|
||||||
ghostPaths: service(),
|
ghostPaths: service(),
|
||||||
|
|
||||||
isTesting: undefined,
|
isTesting: undefined,
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{{#if config.enableDeveloperExperiments}}
|
|
||||||
<div class="m15 ba br3 b--lightgrey mt4">
|
<div class="m15 ba br3 b--lightgrey mt4">
|
||||||
<table class="ma0" style="table-layout: fixed">
|
<table class="ma0" style="table-layout: fixed">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -68,7 +67,6 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
<div class="mt12" id="zapier-toggle">
|
<div class="mt12" id="zapier-toggle">
|
||||||
<div class="gh-setting-content gh-setting-content--no-action">
|
<div class="gh-setting-content gh-setting-content--no-action">
|
||||||
|
|
Loading…
Add table
Reference in a new issue