diff --git a/core/built/assets/ghost.min-623fa2a8d0bedf49f1af9c96a8174e64.js b/core/built/assets/ghost.min-3be2063b1193271d95418abf24db291f.js similarity index 87% rename from core/built/assets/ghost.min-623fa2a8d0bedf49f1af9c96a8174e64.js rename to core/built/assets/ghost.min-3be2063b1193271d95418abf24db291f.js index e9fa34baea..e3d1f9a697 100644 --- a/core/built/assets/ghost.min-623fa2a8d0bedf49f1af9c96a8174e64.js +++ b/core/built/assets/ghost.min-3be2063b1193271d95418abf24db291f.js @@ -658,7 +658,7 @@ var i=function(){return function(e,t){if(Array.isArray(e))return e if(Symbol.iterator in Object(e))return function(e,t){var s=[],n=!0,a=!1,r=void 0 try{for(var i,o=e[Symbol.iterator]();!(n=(i=o.next()).done)&&(s.push(i.value),!t||s.length!==t);n=!0);}catch(l){a=!0,r=l}finally{try{!n&&o.return&&o.return()}finally{if(a)throw r}}return s}(e,t) throw new TypeError("Invalid attempt to destructure non-iterable instance")}}() -e.default=Ember.Controller.extend({ajax:Ember.inject.service(),config:Ember.inject.service(),dropdown:Ember.inject.service(),ghostPaths:Ember.inject.service(),notifications:Ember.inject.service(),session:Ember.inject.service(),slugGenerator:Ember.inject.service(),leaveSettingsTransition:null,dirtyAttributes:!1,showDeleteUserModal:!1,showSuspendUserModal:!1,showTransferOwnerModal:!1,showUploadCoverModal:!1,showUplaodImageModal:!1,_scratchFacebook:null,_scratchTwitter:null,saveHandlers:(0,r.taskGroup)().enqueue(),user:Ember.computed.alias("model"),currentUser:Ember.computed.alias("session.user"),email:Ember.computed.readOnly("user.email"),slugValue:(0,t.default)("user.slug"),canAssignRoles:Ember.computed.or("currentUser.isAdmin","currentUser.isOwner"),canChangeEmail:Ember.computed.not("isAdminUserOnOwnerProfile"),canChangePassword:Ember.computed.not("isAdminUserOnOwnerProfile"),canMakeOwner:Ember.computed.and("currentUser.isOwner","isNotOwnProfile","user.isAdmin"),isAdminUserOnOwnerProfile:Ember.computed.and("currentUser.isAdmin","user.isOwner"),isNotOwnersProfile:Ember.computed.not("user.isOwner"),rolesDropdownIsVisible:Ember.computed.and("isNotOwnProfile","canAssignRoles","isNotOwnersProfile"),userActionsAreVisible:Ember.computed.or("deleteUserActionIsVisible","canMakeOwner"),isNotOwnProfile:Ember.computed.not("isOwnProfile"),isOwnProfile:Ember.computed("user.id","currentUser.id",function(){return this.get("user.id")===this.get("currentUser.id")}),deleteUserActionIsVisible:Ember.computed("currentUser","canAssignRoles","user",function(){if(this.get("canAssignRoles")&&this.get("isNotOwnProfile")&&!this.get("user.isOwner")||this.get("currentUser.isEditor")&&(this.get("isNotOwnProfile")||this.get("user.isAuthorOrContributor")))return!0}),coverTitle:Ember.computed("user.name",function(){return`${this.get("user.name")}'s Cover Image`}),roles:Ember.computed(function(){return this.store.query("role",{permissions:"assign"})}),actions:{changeRole(e){this.get("user").set("role",e),this.set("dirtyAttributes",!0)},deleteUser(){return this._deleteUser().then(()=>{this._deleteUserSuccess()},()=>{this._deleteUserFailure()})},toggleDeleteUserModal(){this.get("deleteUserActionIsVisible")&&this.toggleProperty("showDeleteUserModal")},suspendUser(){return this.get("user").set("status","inactive"),this.get("save").perform()},toggleSuspendUserModal(){this.get("deleteUserActionIsVisible")&&this.toggleProperty("showSuspendUserModal")},unsuspendUser(){return this.get("user").set("status","active"),this.get("save").perform()},toggleUnsuspendUserModal(){this.get("deleteUserActionIsVisible")&&this.toggleProperty("showUnsuspendUserModal")},validateFacebookUrl(){let e=this.get("_scratchFacebook"),t=this.get("user.facebook"),s="" +e.default=Ember.Controller.extend({ajax:Ember.inject.service(),config:Ember.inject.service(),dropdown:Ember.inject.service(),ghostPaths:Ember.inject.service(),notifications:Ember.inject.service(),session:Ember.inject.service(),slugGenerator:Ember.inject.service(),leaveSettingsTransition:null,dirtyAttributes:!1,showDeleteUserModal:!1,showSuspendUserModal:!1,showTransferOwnerModal:!1,showUploadCoverModal:!1,showUplaodImageModal:!1,_scratchFacebook:null,_scratchTwitter:null,saveHandlers:(0,r.taskGroup)().enqueue(),user:Ember.computed.alias("model"),currentUser:Ember.computed.alias("session.user"),email:Ember.computed.readOnly("user.email"),slugValue:(0,t.default)("user.slug"),canAssignRoles:Ember.computed.or("currentUser.isAdmin","currentUser.isOwner"),canChangeEmail:Ember.computed.not("isAdminUserOnOwnerProfile"),canChangePassword:Ember.computed.not("isAdminUserOnOwnerProfile"),canMakeOwner:Ember.computed.and("currentUser.isOwner","isNotOwnProfile","user.isAdmin","isNotSuspended"),isAdminUserOnOwnerProfile:Ember.computed.and("currentUser.isAdmin","user.isOwner"),isNotOwnersProfile:Ember.computed.not("user.isOwner"),isNotSuspended:Ember.computed.not("user.isSuspended"),rolesDropdownIsVisible:Ember.computed.and("isNotOwnProfile","canAssignRoles","isNotOwnersProfile"),userActionsAreVisible:Ember.computed.or("deleteUserActionIsVisible","canMakeOwner"),isNotOwnProfile:Ember.computed.not("isOwnProfile"),isOwnProfile:Ember.computed("user.id","currentUser.id",function(){return this.get("user.id")===this.get("currentUser.id")}),deleteUserActionIsVisible:Ember.computed("currentUser","canAssignRoles","user",function(){if(this.get("canAssignRoles")&&this.get("isNotOwnProfile")&&!this.get("user.isOwner")||this.get("currentUser.isEditor")&&(this.get("isNotOwnProfile")||this.get("user.isAuthorOrContributor")))return!0}),coverTitle:Ember.computed("user.name",function(){return`${this.get("user.name")}'s Cover Image`}),roles:Ember.computed(function(){return this.store.query("role",{permissions:"assign"})}),actions:{changeRole(e){this.get("user").set("role",e),this.set("dirtyAttributes",!0)},deleteUser(){return this._deleteUser().then(()=>{this._deleteUserSuccess()},()=>{this._deleteUserFailure()})},toggleDeleteUserModal(){this.get("deleteUserActionIsVisible")&&this.toggleProperty("showDeleteUserModal")},suspendUser(){return this.get("user").set("status","inactive"),this.get("save").perform()},toggleSuspendUserModal(){this.get("deleteUserActionIsVisible")&&this.toggleProperty("showSuspendUserModal")},unsuspendUser(){return this.get("user").set("status","active"),this.get("save").perform()},toggleUnsuspendUserModal(){this.get("deleteUserActionIsVisible")&&this.toggleProperty("showUnsuspendUserModal")},validateFacebookUrl(){let e=this.get("_scratchFacebook"),t=this.get("user.facebook"),s="" if(this.get("user.errors").remove("facebook"),this.get("user.hasValidated").removeObject("facebook"),""!==e){e||(e=t) try{if((e=e.replace(/(https?:\/\/)?(www\.)?facebook\.com/i,"")).match(/^(http|\/\/)/i))throw"invalid url" if(e=`https://www.facebook.com/${e=e.replace(/^\//,"")}`,!n.default.isURL(e))throw"invalid url" @@ -855,7 +855,7 @@ e.removeObjects(t),t.invoke("deleteRecord")},isAuthoredByUser(e){return this.get return e.get("isNew")||!i?-1:t.get("isNew")||!o?1:(s=Ember.compare(e.get("id"),t.get("id")),a=function(e,t){let s=e.get("status"),n=t.get("status") return s||n?!s&&n?-1:!n&&s?1:"scheduled"!==s||"draft"!==n&&"published"!==n?"scheduled"!==n||"draft"!==s&&"published"!==s?Ember.compare(s.valueOf(),n.valueOf()):1:-1:0}(e,t),r=Ember.compare(i.valueOf(),o.valueOf()),n=function(e,t){let s=e.get("publishedAtUTC"),n=t.get("publishedAtUTC") return s||n?!s&&n?-1:!n&&s?1:Ember.compare(s.valueOf(),n.valueOf()):0}(e,t),0===a?0===n?0===r?-1*s:-1*r:-1*n:a)},beforeSave(){let e=this.get("publishedAtBlogTZ"),t=e?e.utc():null -this.set("publishedAtUTC",t)}})}),define("ghost-admin/models/role",["exports","ember-data/model","ember-data/attr"],function(e,t,s){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t.default.extend({name:(0,s.default)("string"),description:(0,s.default)("string"),createdAtUTC:(0,s.default)("moment-utc"),updatedAtUTC:(0,s.default)("moment-utc"),createdBy:(0,s.default)("number"),updatedBy:(0,s.default)("number"),lowerCaseName:Ember.computed("name",function(){return this.get("name").toLocaleLowerCase()})})}),define("ghost-admin/models/setting",["exports","ember-data/model","ghost-admin/mixins/validation-engine","ember-data/attr"],function(e,t,s,n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t.default.extend(s.default,{validationType:"setting",title:(0,n.default)("string"),description:(0,n.default)("string"),logo:(0,n.default)("string"),coverImage:(0,n.default)("string"),icon:(0,n.default)("string"),defaultLocale:(0,n.default)("string"),forceI18n:(0,n.default)("boolean"),activeTimezone:(0,n.default)("string",{defaultValue:"Etc/UTC"}),ghostHead:(0,n.default)("string"),ghostFoot:(0,n.default)("string"),facebook:(0,n.default)("facebook-url-user"),twitter:(0,n.default)("twitter-url-user"),labs:(0,n.default)("string"),navigation:(0,n.default)("navigation-settings"),isPrivate:(0,n.default)("boolean"),publicHash:(0,n.default)("string"),password:(0,n.default)("string"),slack:(0,n.default)("slack-settings"),amp:(0,n.default)("boolean"),unsplash:(0,n.default)("unsplash-settings",{defaultValue:()=>({isActive:!0})}),membersSubscriptionSettings:(0,n.default)("string")})}),define("ghost-admin/models/slack-integration",["exports","ghost-admin/mixins/validation-engine"],function(e,t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.Object.extend(t.default,{url:"",username:"",validationType:"slackIntegration",isActive:Ember.computed("url",function(){let e=this.get("url") +this.set("publishedAtUTC",t)}})}),define("ghost-admin/models/role",["exports","ember-data/model","ember-data/attr"],function(e,t,s){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t.default.extend({name:(0,s.default)("string"),description:(0,s.default)("string"),createdAtUTC:(0,s.default)("moment-utc"),updatedAtUTC:(0,s.default)("moment-utc"),createdBy:(0,s.default)("number"),updatedBy:(0,s.default)("number"),lowerCaseName:Ember.computed("name",function(){return(this.name||"").toLocaleLowerCase()})})}),define("ghost-admin/models/setting",["exports","ember-data/model","ghost-admin/mixins/validation-engine","ember-data/attr"],function(e,t,s,n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t.default.extend(s.default,{validationType:"setting",title:(0,n.default)("string"),description:(0,n.default)("string"),logo:(0,n.default)("string"),coverImage:(0,n.default)("string"),icon:(0,n.default)("string"),defaultLocale:(0,n.default)("string"),forceI18n:(0,n.default)("boolean"),activeTimezone:(0,n.default)("string",{defaultValue:"Etc/UTC"}),codeinjectionHead:(0,n.default)("string"),codeinjectionFoot:(0,n.default)("string"),facebook:(0,n.default)("facebook-url-user"),twitter:(0,n.default)("twitter-url-user"),labs:(0,n.default)("string"),navigation:(0,n.default)("navigation-settings"),isPrivate:(0,n.default)("boolean"),publicHash:(0,n.default)("string"),password:(0,n.default)("string"),slack:(0,n.default)("slack-settings"),amp:(0,n.default)("boolean"),unsplash:(0,n.default)("unsplash-settings",{defaultValue:()=>({isActive:!0})}),membersSubscriptionSettings:(0,n.default)("string")})}),define("ghost-admin/models/slack-integration",["exports","ghost-admin/mixins/validation-engine"],function(e,t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.Object.extend(t.default,{url:"",username:"",validationType:"slackIntegration",isActive:Ember.computed("url",function(){let e=this.get("url") return!Ember.isBlank(e)})})}),define("ghost-admin/models/subscriber",["exports","ember-data/model","ghost-admin/mixins/validation-engine","ember-data/attr","ember-data/relationships"],function(e,t,s,n,a){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t.default.extend(s.default,{validationType:"subscriber",name:(0,n.default)("string"),email:(0,n.default)("string"),status:(0,n.default)("string"),subscribedUrl:(0,n.default)("string"),subscribedReferrer:(0,n.default)("string"),unsubscribedUrl:(0,n.default)("string"),unsubscribedAtUTC:(0,n.default)("moment-utc"),createdAtUTC:(0,n.default)("moment-utc"),updatedAtUTC:(0,n.default)("moment-utc"),createdBy:(0,n.default)("number"),updatedBy:(0,n.default)("number"),post:(0,a.belongsTo)("post")})}),define("ghost-admin/models/tag",["exports","ember-data/model","ghost-admin/mixins/validation-engine","ember-data/attr"],function(e,t,s,n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t.default.extend(s.default,{validationType:"tag",name:(0,n.default)("string"),slug:(0,n.default)("string"),description:(0,n.default)("string"),parent:(0,n.default)("string"),metaTitle:(0,n.default)("string"),metaDescription:(0,n.default)("string"),featureImage:(0,n.default)("string"),visibility:(0,n.default)("string",{defaultValue:"public"}),createdAtUTC:(0,n.default)("moment-utc"),updatedAtUTC:(0,n.default)("moment-utc"),createdBy:(0,n.default)("number"),updatedBy:(0,n.default)("number"),count:(0,n.default)("raw"),isInternal:Ember.computed.equal("visibility","internal"),isPublic:Ember.computed.equal("visibility","public"),feature:Ember.inject.service(),updateVisibility(){this.set("visibility",/^#.?/.test(this.get("name"))?"internal":"public")},save(){return this.get("changedAttributes.name")&&!this.get("isDeleted")&&this.updateVisibility(),this._super(...arguments)}})}),define("ghost-admin/models/theme",["exports","ember-data/model","ember-data/attr"],function(e,t,s){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t.default.extend({active:(0,s.default)("boolean"),errors:(0,s.default)("raw"),name:(0,s.default)("string"),package:(0,s.default)("raw"),templates:(0,s.default)("raw",{defaultValue:()=>[]}),warnings:(0,s.default)("raw"),customTemplates:Ember.computed("templates.[]",function(){return(this.get("templates")||[]).filter(function(e){return Ember.isBlank(e.slug)})}),slugTemplates:Ember.computed("templates.[]",function(){return(this.get("templates")||[]).filter(function(e){return!Ember.isBlank(e.slug)})}),activate(){return this.store.adapterFor(this.constructor.modelName).activate(this).then(()=>{return this.store.peekAll("theme").filterBy("active",!0).forEach(e=>{e!==this&&this.store.push({data:{id:e.id,type:"theme",attributes:{active:!1}}})}),this})}})}),define("ghost-admin/models/unsplash-integration",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.Object.extend({isActive:!1})}),define("ghost-admin/models/user",["exports","ember-data/model","ghost-admin/mixins/validation-engine","ember-data/attr","ember-data/relationships","ember-concurrency"],function(e,t,s,n,a,r){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t.default.extend(s.default,{validationType:"user",name:(0,n.default)("string"),slug:(0,n.default)("string"),email:(0,n.default)("string"),profileImage:(0,n.default)("string"),coverImage:(0,n.default)("string"),bio:(0,n.default)("string"),website:(0,n.default)("string"),location:(0,n.default)("string"),accessibility:(0,n.default)("string"),status:(0,n.default)("string"),locale:(0,n.default)("string"),metaTitle:(0,n.default)("string"),metaDescription:(0,n.default)("string"),lastLoginUTC:(0,n.default)("moment-utc"),createdAtUTC:(0,n.default)("moment-utc"),createdBy:(0,n.default)("number"),updatedAtUTC:(0,n.default)("moment-utc"),updatedBy:(0,n.default)("number"),roles:(0,a.hasMany)("role",{embedded:"always",async:!1}),count:(0,n.default)("raw"),facebook:(0,n.default)("facebook-url-user"),twitter:(0,n.default)("twitter-url-user"),tour:(0,n.default)("json-string"),ghostPaths:Ember.inject.service(),ajax:Ember.inject.service(),session:Ember.inject.service(),notifications:Ember.inject.service(),config:Ember.inject.service(),isContributor:Ember.computed.equal("role.name","Contributor"),isAuthor:Ember.computed.equal("role.name","Author"),isEditor:Ember.computed.equal("role.name","Editor"),isAdmin:Ember.computed.equal("role.name","Administrator"),isOwner:Ember.computed.equal("role.name","Owner"),isOwnerOrAdmin:Ember.computed.or("isOwner","isAdmin"),isAuthorOrContributor:Ember.computed.or("isAuthor","isContributor"),isLoggedIn:Ember.computed("id","session.user.id",function(){return this.get("id")===this.get("session.user.id")}),isActive:Ember.computed("status",function(){return["active","warn-1","warn-2","warn-3","warn-4","locked"].indexOf(this.get("status"))>-1}),isSuspended:Ember.computed.equal("status","inactive"),isLocked:Ember.computed.equal("status","locked"),role:Ember.computed("roles",{get(){return this.get("roles.firstObject")},set(e,t){return this.get("roles").clear(),this.get("roles").pushObject(t),t}}),profileImageUrl:Ember.computed("ghostPaths.assetRoot","profileImage",function(){let e=this.ghostPaths.assetRoot.replace(/\/$/,"")+"/img/user-image-0d67f7ca80917835524605cf4d106aef.png" return this.profileImage||e}),coverImageUrl:Ember.computed("ghostPaths.assetRoot","coverImage",function(){let e=this.ghostPaths.assetRoot.replace(/\/$/,"")+"/img/user-cover-625b1a8563ed3aee1e1079b38146dd4d.png" return this.coverImage||e}),saveNewPassword:(0,r.task)(function*(){let e=this.get("isLoggedIn")?"ownPasswordChange":"passwordChange" @@ -1054,11 +1054,11 @@ let i=r[1],o=r[2] t[o]=i}),this._pagination=t,e}})}),define("ghost-admin/services/upgrade-status",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.Service.extend({notifications:Ember.inject.service(),isRequired:!1,message:"",handleUpgradeNotification(e){let t=Ember.get(e,"message") Ember.set(this,"message",Ember.String.htmlSafe(t))},maintenanceAlert(){Ember.get(this,"notifications").showAlert("Sorry, Ghost is currently undergoing maintenance, please wait a moment then try again.",{type:"error",key:"api-error.under-maintenance"})},requireUpgrade(){Ember.set(this,"isRequired",!0),Ember.get(this,"notifications").showAlert("Ghost has been upgraded, please copy any unsaved data and refresh the page to continue.",{type:"error",key:"api-error.upgrade-required"})}})}),define("ghost-admin/services/user-agent",["exports","ember-useragent/services/user-agent"],function(e,t){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"default",{enumerable:!0,get:function(){return t.default}})}),define("ghost-admin/session-stores/application",["exports","ember-simple-auth/session-stores/ephemeral"],function(e,t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t.default.extend({session:Ember.inject.service(),restore(){return this.session.user.then(()=>{let e={authenticated:{authenticator:"authenticator:cookie"}} return this.persist(e),e}).catch(()=>(this.session.notifyPropertyChange("user"),Ember.RSVP.reject()))}})}),define("ghost-admin/templates/-contributors",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"mmbf1o10",block:'{"symbols":[],"statements":[[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/JohnONolan"],[11,"title","JohnONolan"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/JohnONolan-47041b80c35c6341b9b929b03139aecc.jpeg"],[11,"alt","JohnONolan"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/ErisDS"],[11,"title","ErisDS"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/ErisDS-c958ccb9e3597320dee745a42f478569.jpeg"],[11,"alt","ErisDS"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/sebgie"],[11,"title","sebgie"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/sebgie-0fb02df00ee7834dbcc8beba84aec81e.png"],[11,"alt","sebgie"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/frantzypants"],[11,"title","frantzypants"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/frantzypants-637b03f85dff89700a661fde79daea5c.jpeg"],[11,"alt","frantzypants"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/cobbspur"],[11,"title","cobbspur"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/cobbspur-07ded67009757d12517621fc856eba62.jpeg"],[11,"alt","cobbspur"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/kevinansfield"],[11,"title","kevinansfield"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/kevinansfield-925606c55bc2f3f2f05c0fa58b953ad1.jpeg"],[11,"alt","kevinansfield"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/GeorginaLusby"],[11,"title","GeorginaLusby"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/GeorginaLusby-6cea5defddee3c4ea7320e580521e832.jpeg"],[11,"alt","GeorginaLusby"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/AileenCGN"],[11,"title","AileenCGN"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/AileenCGN-bf8b9ffbb34c0fd93beb8136af07771b.jpeg"],[11,"alt","AileenCGN"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/kirrg001"],[11,"title","kirrg001"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/kirrg001-79823418f2ca21e81719653f0286f95b.jpeg"],[11,"alt","kirrg001"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/disordinary"],[11,"title","disordinary"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/disordinary-b9997e5debb59b7aadc79ba90955b662.jpeg"],[11,"alt","disordinary"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/acburdine"],[11,"title","acburdine"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/acburdine-d9777fe2601dc215afb6723315829c89.jpeg"],[11,"alt","acburdine"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/dbalders"],[11,"title","dbalders"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/dbalders-452347a406c2ca23657daea9100878f3.jpeg"],[11,"alt","dbalders"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/felixrieseberg"],[11,"title","felixrieseberg"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/felixrieseberg-ecf29e8eadc58fab999c507049f898cf.jpeg"],[11,"alt","felixrieseberg"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/jaswilli"],[11,"title","jaswilli"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/jaswilli-8cc9a8d2539ca03239d113dfb25ff5c2.jpeg"],[11,"alt","jaswilli"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/halfdan"],[11,"title","halfdan"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/halfdan-00d6783e5fba2900ee1380939297d8ee.jpeg"],[11,"alt","halfdan"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/kevinkucharczyk"],[11,"title","kevinkucharczyk"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/kevinkucharczyk-3c7dfe2a103a83737b9d5ee8e19d67f8.jpeg"],[11,"alt","kevinkucharczyk"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/mixonic"],[11,"title","mixonic"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/mixonic-1ff87736dd02cfa080ae109b45131aa6.png"],[11,"alt","mixonic"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/rwjblue"],[11,"title","rwjblue"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/rwjblue-5c7cc009cda45baca2d45f0d1ed19e48.jpeg"],[11,"alt","rwjblue"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/tgriesser"],[11,"title","tgriesser"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/tgriesser-d871cbf74a871c0fb6d855e76a893f7e.png"],[11,"alt","tgriesser"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"article"],[9],[0,"\\n "],[7,"a"],[11,"href","https://github.com/bnookala"],[11,"title","bnookala"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/contributors/bnookala-5896fcdd2f477495323e420efe890657.jpeg"],[11,"alt","bnookala"],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/-contributors.hbs"}})}),define("ghost-admin/templates/about",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"kRpMR5//",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas js-settings-content"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[1,[27,"svg-jar",["ghost-logo"],[["class","alt"],["gh-logo","Ghost"]]],false],[0,"\\n "],[10],[0,"\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n "],[7,"section"],[11,"class","gh-env-details"],[9],[0,"\\n "],[7,"ul"],[11,"class","gh-env-list"],[9],[0,"\\n "],[7,"li"],[11,"class","gh-env-list-version"],[9],[7,"strong"],[9],[0,"Version"],[10],[0," "],[1,[23,["config","version"]],false],[10],[0,"\\n "],[7,"li"],[9],[7,"strong"],[9],[0,"Environment"],[10],[0," "],[1,[23,["config","environment"]],false],[10],[0,"\\n "],[7,"li"],[11,"class","gh-env-list-database-type"],[9],[7,"strong"],[9],[0,"Database"],[10],[0," "],[1,[23,["config","database"]],false],[10],[0,"\\n "],[7,"li"],[9],[7,"strong"],[9],[0,"Mail"],[10],[0," "],[4,"if",[[23,["config","mail"]]],null,{"statements":[[1,[23,["config","mail"]],false]],"parameters":[]},{"statements":[[0,"Native"]],"parameters":[]}],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-env-help"],[9],[0,"\\n "],[7,"a"],[11,"class","gh-btn"],[11,"href","https://docs.ghost.org"],[11,"target","_blank"],[9],[7,"span"],[9],[0,"User Documentation"],[10],[10],[0,"\\n "],[7,"a"],[11,"class","gh-btn"],[11,"href","https://forum.ghost.org/"],[11,"target","_blank"],[9],[7,"span"],[9],[0,"Get Help With Ghost"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["upgradeStatus","message"]]],null,{"statements":[[0," "],[7,"section"],[11,"class","gh-upgrade-notification"],[9],[0,"\\n "],[7,"p"],[9],[0,"\\n "],[7,"strong"],[9],[0,"Update available!"],[10],[0," "],[1,[23,["upgradeStatus","message"]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","gh-credits"],[9],[0,"\\n "],[7,"h2"],[9],[0,"The People Who Made it Possible"],[10],[0,"\\n\\n "],[7,"section"],[11,"class","gh-contributors"],[9],[0,"\\n "],[15,"contributors",[]],[0,"\\n "],[10],[0,"\\n\\n "],[7,"p"],[9],[0,"Ghost is built by an incredible group of contributors from all over the world. Here are just a few of the people who helped create the version you’re using right now."],[10],[0,"\\n\\n "],[7,"a"],[11,"class","gh-btn gh-btn-blue"],[11,"href","https://docs.ghost.org/concepts/contributing/"],[11,"target","_blank"],[9],[7,"span"],[9],[0,"Find out how you can get involved"],[10],[10],[0,"\\n\\n "],[10],[0,"\\n\\n "],[7,"footer"],[11,"class","gh-copyright-info"],[9],[0,"\\n Copyright © 2013 – "],[1,[21,"copyrightYear"],false],[0," Ghost Foundation, released under the "],[7,"a"],[11,"href","https://github.com/TryGhost/Ghost/blob/master/LICENSE"],[11,"target","_blank"],[9],[0,"MIT license"],[10],[0,".\\n "],[7,"br"],[9],[10],[0,"\\n "],[7,"a"],[11,"href","https://ghost.org/"],[11,"target","_blank"],[9],[0,"Ghost"],[10],[0," is a registered trademark of "],[7,"a"],[11,"href","https://ghost.org/trademark/"],[11,"target","_blank"],[9],[0,"Ghost Foundation Ltd"],[10],[0,".\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":true}',meta:{moduleName:"ghost-admin/templates/about.hbs"}})}),define("ghost-admin/templates/application-error",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"jBMc0FmZ",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-view"],[9],[0,"\\n "],[7,"section"],[11,"class","error-content error-404 js-error-container"],[9],[0,"\\n "],[7,"section"],[11,"class","error-details"],[9],[0,"\\n "],[7,"img"],[11,"class","error-ghost"],[11,"src","assets/img/404-ghost@2x-34c1119ed15cc3ea71e4406f80c8e810.png"],[11,"srcset","assets/img/404-ghost-e112dbfadde79cf30dbca8e8cfe7a21a.png 1x, assets/img/404-ghost@2x-34c1119ed15cc3ea71e4406f80c8e810.png 2x"],[9],[10],[0,"\\n "],[7,"section"],[11,"class","error-message"],[9],[0,"\\n "],[7,"h1"],[11,"class","error-code"],[9],[1,[23,["model","code"]],false],[10],[0,"\\n "],[7,"h2"],[11,"class","error-description"],[9],[0,"\\n "],[1,[27,"or",[[23,["model","payload","errors","firstObject","message"]],[23,["model","message"]]],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[1,[21,"ember-load-remover"],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/application-error.hbs"}})}),define("ghost-admin/templates/application",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"BaXWFv8l",block:'{"symbols":[],"statements":[[4,"gh-app",null,[["showSettingsMenu"],[[23,["ui","showSettingsMenu"]]]],{"statements":[[0," "],[4,"gh-skip-link",null,[["anchor"],[".gh-main"]],{"statements":[[0,"Skip to main content"]],"parameters":[]},null],[0,"\\n\\n "],[1,[21,"gh-alerts"],false],[0,"\\n\\n "],[7,"div"],[12,"class",[28,["gh-viewport ",[27,"if",[[23,["ui","showSettingsMenu"]],"settings-menu-expanded"],null]," ",[27,"if",[[23,["ui","showMobileMenu"]],"mobile-menu-expanded"],null]]]],[9],[0,"\\n"],[4,"if",[[23,["showNavMenu"]]],null,{"statements":[[0," "],[1,[27,"gh-nav-menu",null,[["icon"],[[23,["settings","settledIcon"]]]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"main"],[11,"class","gh-main"],[11,"role","main"],[9],[0,"\\n "],[1,[21,"outlet"],false],[0,"\\n "],[10],[0,"\\n\\n "],[1,[21,"gh-notifications"],false],[0,"\\n\\n "],[1,[21,"gh-content-cover"],false],[0,"\\n\\n "],[1,[21,"gh-mobile-nav-bar"],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[1,[21,"ember-load-remover"],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/application.hbs"}})}),define("ghost-admin/templates/components/aspect-ratio-box",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"vnK02UTk",block:'{"symbols":["&default"],"statements":[[4,"unless",[[23,["isResizing"]]],null,{"statements":[[14,1],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/aspect-ratio-box.hbs"}})}),define("ghost-admin/templates/components/draggable-object-target",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"jvo9C9KB",block:'{"symbols":["&default"],"statements":[[4,"if",[[23,["enableClicking"]]],null,{"statements":[[0," "],[7,"a"],[11,"href","#"],[3,"action",[[22,0,[]],"acceptForDrop"]],[9],[0,"\\n "],[14,1],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[14,1],[0,"\\n"]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/draggable-object-target.hbs"}})}),define("ghost-admin/templates/components/draggable-object",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"DlVbLRDW",block:'{"symbols":["&default"],"statements":[[4,"if",[[23,["enableClicking"]]],null,{"statements":[[0," "],[7,"a"],[11,"href","#"],[3,"action",[[22,0,[]],"selectForDrag"]],[9],[0,"\\n "],[14,1],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[14,1],[0,"\\n"]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/draggable-object.hbs"}})}) -define("ghost-admin/templates/components/gh-activating-list-item",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Rw8XX/Ub",block:'{"symbols":["&default"],"statements":[[4,"link-to",[[23,["route"]]],[["alternateActive","class"],[[27,"action",[[22,0,[]],"setActive"],null],[27,"concat",[[27,"if",[[23,["linkClasses"]],[27,"-normalize-class",["linkClasses",[23,["linkClasses"]]],null]],null]," "],null]]],{"statements":[[1,[21,"title"],false],[14,1]],"parameters":[]},null],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-activating-list-item.hbs"}})}),define("ghost-admin/templates/components/gh-alert",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"P6a0IRfh",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-alert-content"],[9],[0,"\\n "],[1,[23,["message","message"]],false],[0,"\\n"],[10],[0,"\\n"],[7,"button"],[11,"class","gh-alert-close"],[3,"action",[[22,0,[]],"closeNotification"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-alert.hbs"}})}),define("ghost-admin/templates/components/gh-alerts",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"caBISMOt",block:'{"symbols":["message"],"statements":[[4,"each",[[23,["messages"]]],null,{"statements":[[0," "],[1,[27,"gh-alert",null,[["message"],[[22,1,[]]]]],false],[0,"\\n"]],"parameters":[1]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-alerts.hbs"}})}),define("ghost-admin/templates/components/gh-app",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"b7ZC0c3/",block:'{"symbols":["&default"],"statements":[[14,1],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-app.hbs"}})}),define("ghost-admin/templates/components/gh-blog-url",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Gd1MwQZ0",block:'{"symbols":[],"statements":[[1,[23,["config","blogUrl"]],true]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-blog-url.hbs"}})}),define("ghost-admin/templates/components/gh-cm-editor",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ZAPTiBot",block:'{"symbols":[],"statements":[[1,[27,"gh-textarea",null,[["class","value","input"],["gh-cm-editor-textarea",[27,"readonly",[[23,["_value"]]],null],[27,"action",[[22,0,[]],"updateFromTextarea"],[["value"],["target.value"]]]]]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-cm-editor.hbs"}})}),define("ghost-admin/templates/components/gh-date-time-picker",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"gzAZX7l3",block:'{"symbols":["dp"],"statements":[[7,"div"],[11,"class","gh-date-time-picker"],[9],[0,"\\n"],[4,"power-datepicker",null,[["selected","center","onSelect","renderInPlace","disabled"],[[23,["_date"]],[23,["_date"]],[27,"action",[[22,0,[]],"setDate"],[["value"],["date"]]],true,[23,["disabled"]]]],{"statements":[[4,"component",[[22,1,["trigger"]]],[["tabindex"],["-1"]],{"statements":[[0," "],[7,"div"],[12,"class",[28,["gh-date-time-picker-date ",[27,"if",[[23,["dateError"]],"error"],null]]]],[9],[0,"\\n "],[7,"input"],[11,"readonly",""],[12,"value",[27,"moment-format",[[23,["_date"]],"MM/DD/YYYY"],null]],[12,"disabled",[21,"disabled"]],[11,"type","text"],[9],[10],[0,"\\n "],[1,[27,"svg-jar",["calendar"],null],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"component",[[22,1,["content"]]],[["class"],["dropdown-menu"]],{"statements":[[0," "],[1,[22,1,["nav"]],false],[0,"\\n "],[1,[27,"component",[[22,1,["days"]]],[["minDate","maxDate","weekdayFormat"],[[23,["_minDate"]],[23,["_maxDate"]],"min"]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[1]},null],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-date-time-picker-time ",[27,"if",[[23,["hasError"]],"error"],null]]]],[9],[0,"\\n "],[7,"input"],[12,"value",[21,"_time"]],[12,"disabled",[21,"disabled"]],[12,"oninput",[27,"action",[[22,0,[]],[27,"mut",[[23,["_time"]]],null]],[["value"],["target.value"]]]],[12,"onblur",[27,"action",[[22,0,[]],"setTime",[23,["_time"]]],null]],[11,"type","text"],[9],[10],[0,"\\n "],[7,"small"],[11,"class","gh-date-time-picker-timezone"],[9],[0,"("],[1,[21,"timezone"],false],[0,")"],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[4,"if",[[23,["hasError"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-date-time-picker-error"],[9],[1,[21,"dateError"],false],[1,[21,"timeError"],false],[10],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-date-time-picker.hbs"}})}),define("ghost-admin/templates/components/gh-download-count",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ymWsTHbX",block:'{"symbols":["&default"],"statements":[[4,"if",[[24,1]],null,{"statements":[[0," "],[14,1,[[23,["count"]]]],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[21,"count"],false],[0,"\\n"]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-download-count.hbs"}})}),define("ghost-admin/templates/components/gh-editor-post-status",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"6SnwtwEA",block:'{"symbols":[],"statements":[[4,"if",[[23,["_isSaving"]]],null,{"statements":[[0," Saving...\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["isPublished"]]],null,{"statements":[[0," Published\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["isScheduled"]]],null,{"statements":[[0," Scheduled\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["isNew"]]],null,{"statements":[[0," New\\n"]],"parameters":[]},{"statements":[[0," Draft\\n"]],"parameters":[]}]],"parameters":[]}]],"parameters":[]}]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-editor-post-status.hbs"}})}),define("ghost-admin/templates/components/gh-editor",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"yNKR5/bh",block:'{"symbols":["&default"],"statements":[[14,1,[[27,"hash",null,[["headerClass","headerHeight","isDraggedOver","isFullScreen","droppedFiles","uploadedImageUrls","imageMimeTypes","imageExtensions","toggleFullScreen","togglePreview","toggleSplitScreen","uploadComplete","uploadCancelled","uploadImages"],[[23,["headerClass"]],[23,["headerHeight"]],[23,["isDraggedOver"]],[23,["isFullScreen"]],[23,["droppedFiles"]],[23,["uploadedImageUrls"]],[23,["imageMimeTypes"]],[23,["imageExtensions"]],[27,"action",[[22,0,[]],"toggleFullScreen"],null],[27,"action",[[22,0,[]],"togglePreview"],null],[27,"action",[[22,0,[]],"toggleSplitScreen"],null],[27,"action",[[22,0,[]],"uploadComplete"],null],[27,"action",[[22,0,[]],"uploadCancelled"],null],[27,"action",[[22,0,[]],"uploadImages"],null]]]]]],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-editor.hbs"}})}),define("ghost-admin/templates/components/gh-error-message",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"RDXVmnQp",block:'{"symbols":[],"statements":[[1,[21,"message"],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-error-message.hbs"}})}),define("ghost-admin/templates/components/gh-feature-flag",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"K+thomks",block:'{"symbols":["&default"],"statements":[[7,"input"],[12,"checked",[21,"value"]],[12,"disabled",[21,"disabled"]],[12,"id",[21,"for"]],[12,"name",[21,"name"]],[12,"onclick",[27,"action",[[22,0,[]],[27,"mut",[[23,["value"]]],null]],[["value"],["target.checked"]]]],[11,"type","checkbox"],[9],[10],[0,"\\n"],[7,"span"],[11,"class","input-toggle-component"],[9],[10],[0,"\\n"],[14,1],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-feature-flag.hbs"}})}),define("ghost-admin/templates/components/gh-file-upload",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"qRyfqe0L",block:'{"symbols":[],"statements":[[7,"input"],[11,"class","gh-input gh-input-file q"],[11,"data-url","upload"],[11,"name","importfile"],[12,"accept",[28,[[21,"acceptEncoding"]]]],[11,"type","file"],[9],[10],[0,"\\n"],[7,"button"],[11,"id","startupload"],[11,"class","gh-btn gh-btn-hover-blue"],[12,"disabled",[21,"uploadButtonDisabled"]],[11,"type","submit"],[3,"action",[[22,0,[]],"upload"]],[9],[0,"\\n "],[7,"span"],[9],[1,[21,"uploadButtonText"],false],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-file-upload.hbs"}})}),define("ghost-admin/templates/components/gh-file-uploader",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"+VaU8mAO",block:'{"symbols":[],"statements":[[4,"if",[[23,["file"]]],null,{"statements":[[4,"if",[[23,["failureMessage"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","failed"],[9],[1,[21,"failureMessage"],false],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[11,"class","progress-container"],[9],[0,"\\n "],[7,"div"],[11,"class","progress"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["bar ",[27,"if",[[23,["failureMessage"]],"fail"],null]]]],[12,"style",[21,"progressStyle"]],[9],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["failureMessage"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-green"],[3,"action",[[22,0,[]],"reset"]],[9],[7,"span"],[9],[0,"Try Again"],[10],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},{"statements":[[0," "],[7,"div"],[11,"class","upload-form"],[9],[0,"\\n"],[4,"gh-file-input",null,[["multiple","alt","action","accept"],[false,[23,["labelText"]],[27,"action",[[22,0,[]],"fileSelected"],null],[23,["accept"]]]],{"statements":[[0," "],[7,"div"],[11,"class","description"],[9],[1,[21,"labelText"],false],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-file-uploader.hbs"}})}),define("ghost-admin/templates/components/gh-fullscreen-modal",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"OCUWlw6N",block:'{"symbols":["&default"],"statements":[[4,"liquid-wormhole",null,[["class"],["fullscreen-modal-container"]],{"statements":[[0," "],[7,"div"],[11,"class","fullscreen-modal-background"],[3,"action",[[22,0,[]],"clickOverlay"]],[9],[10],[0,"\\n "],[7,"div"],[12,"class",[21,"modalClasses"]],[9],[0,"\\n"],[4,"if",[[24,1]],null,{"statements":[[0," "],[14,1],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"component",[[23,["modalPath"]]],[["model","confirm","closeModal"],[[23,["model"]],[27,"action",[[22,0,[]],"confirm"],null],[27,"action",[[22,0,[]],"close"],null]]]],false],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-fullscreen-modal.hbs"}})}),define("ghost-admin/templates/components/gh-image-uploader-with-preview",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"R17Ke7cm",block:'{"symbols":[],"statements":[[4,"if",[[23,["image"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-image-uploader -with-image"],[9],[0,"\\n "],[7,"div"],[9],[7,"img"],[12,"src",[21,"image"]],[9],[10],[10],[0,"\\n "],[7,"a"],[11,"class","image-cancel"],[11,"title","Delete"],[3,"action",[[22,0,[]],"remove"]],[9],[0,"\\n "],[1,[27,"svg-jar",["trash"],null],false],[0,"\\n "],[7,"span"],[11,"class","hidden"],[9],[0,"Delete"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"gh-image-uploader",null,[["text","altText","allowUnsplash","update","uploadStarted","uploadFinished"],[[23,["text"]],[23,["altText"]],[23,["allowUnsplash"]],[27,"action",[[22,0,[]],"update"],null],[27,"action",[[22,0,[]],"uploadStarted"],null],[27,"action",[[22,0,[]],"uploadFinished"],null]]]],false],[0,"\\n"]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-image-uploader-with-preview.hbs"}})}),define("ghost-admin/templates/components/gh-image-uploader",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"PCEdUS2C",block:'{"symbols":[],"statements":[[4,"if",[[23,["file"]]],null,{"statements":[[4,"if",[[23,["failureMessage"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","failed"],[9],[1,[21,"failureMessage"],false],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[11,"class","progress-container"],[9],[0,"\\n "],[7,"div"],[11,"class","progress"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["bar ",[27,"if",[[23,["failureMessage"]],"fail"],null]]]],[12,"style",[21,"progressStyle"]],[9],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["failureMessage"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-green"],[3,"action",[[22,0,[]],"reset"]],[9],[7,"span"],[9],[0,"Try Again"],[10],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},{"statements":[[0," "],[7,"div"],[11,"class","upload-form"],[9],[0,"\\n"],[4,"gh-file-input",null,[["multiple","alt","action","accept"],[false,[23,["description"]],[27,"action",[[22,0,[]],"fileSelected"],null],[23,["accept"]]]],{"statements":[[0," "],[7,"div"],[11,"class","gh-btn gh-btn-outline"],[9],[7,"span"],[9],[1,[21,"description"],false],[10],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[27,"and",[[23,["allowUnsplash"]],[23,["settings","unsplash","isActive"]]],null]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-image-uploader-unsplash"],[3,"action",[[22,0,[]],[27,"toggle",["_showUnsplash",[22,0,[]]],null]]],[9],[0,"\\n "],[1,[27,"svg-jar",["unsplash"],null],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]}],[0,"\\n"],[4,"if",[[23,["_showUnsplash"]]],null,{"statements":[[0," "],[1,[27,"gh-unsplash",null,[["select","close"],[[27,"action",[[22,0,[]],"addUnsplashPhoto"],null],[27,"action",[[22,0,[]],[27,"toggle",["_showUnsplash",[22,0,[]]],null]],null]]]],false],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-image-uploader.hbs"}})}),define("ghost-admin/templates/components/gh-infinity-loader",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ceBu14Qe",block:'{"symbols":["&default"],"statements":[[4,"if",[[24,1]],null,{"statements":[[0," "],[14,1,[[23,["infinityModelContent"]]]],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["isDoneLoading"]]],null,{"statements":[],"parameters":[]},{"statements":[[0," "],[7,"div"],[11,"class","gh-loading-spinner"],[9],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-infinity-loader.hbs"}})}),define("ghost-admin/templates/components/gh-koenig-editor",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Y2A6tGmI",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-koenig-editor-pane flex flex-column mih-100"],[12,"onmousedown",[27,"action",[[22,0,[]],"trackMousedown"],null]],[12,"onmouseup",[27,"action",[[22,0,[]],"focusEditor"],null]],[9],[0,"\\n "],[1,[27,"gh-textarea",null,[["class","placeholder","tabindex","autoExpand","value","input","focus-out","keyDown","didCreateTextarea"],["gh-editor-title",[23,["titlePlaceholder"]],"1",".gh-koenig-editor",[27,"readonly",[[23,["title"]]],null],[27,"action",[[22,0,[]],"onTitleChange"],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"onTitleFocusOut"],null],[27,"action",[[22,0,[]],"onTitleKeydown"],null],[27,"action",[[22,0,[]],"onTitleCreated"],null]]]],false],[0,"\\n\\n "],[1,[27,"koenig-editor",null,[["mobiledoc","placeholder","autofocus","spellcheck","onChange","didCreateEditor","cursorDidExitAtTop","headerOffset","dropTargetSelector","scrollContainerSelector","scrollOffsetTopSelector","scrollOffsetBottomSelector","wordCountDidChange"],[[23,["body"]],[23,["bodyPlaceholder"]],[23,["bodyAutofocus"]],true,[27,"action",[[22,0,[]],"onBodyChange"],null],[27,"action",[[22,0,[]],"onEditorCreated"],null],[27,"action",[[22,0,[]],"focusTitle"],null],[23,["headerOffset"]],".gh-koenig-editor-pane",[23,["scrollContainerSelector"]],[23,["scrollOffsetTopSelector"]],[23,["scrollOffsetBottomSelector"]],[27,"action",[[22,0,[]],[23,["onWordCountChange"]]],null]]]],false],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-koenig-editor.hbs"}})}),define("ghost-admin/templates/components/gh-loading-spinner",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"MwDIj0vT",block:'{"symbols":[],"statements":[[4,"if",[[23,["showSpinner"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-loading-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-loading-spinner"],[9],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-loading-spinner.hbs"}})}),define("ghost-admin/templates/components/gh-markdown-editor",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ot6bHHzA",block:'{"symbols":["&default"],"statements":[[14,1,[[27,"hash",null,[["editor","isFullScreen","isSplitScreen","focus"],[[27,"component",["gh-simplemde"],[["value","placeholder","autofocus","onChange","onFocus","onBlur","onEditorInit","onEditorDestroy","options"],[[23,["markdown"]],[23,["placeholder"]],[23,["autofocus"]],[27,"action",[[22,0,[]],"updateMarkdown"],null],[27,"action",[[22,0,[]],"updateFocusState",true],null],[27,"action",[[22,0,[]],"updateFocusState",false],null],[27,"action",[[22,0,[]],"setEditor"],null],[27,"action",[[22,0,[]],"destroyEditor"],null],[23,["simpleMDEOptions"]]]]],[23,["_isFullScreen"]],[23,["_isSplitScreen"]],[27,"action",[[22,0,[]],"focusEditor"],null]]]]]],[0,"\\n\\n"],[7,"div"],[11,"style","display:none"],[9],[0,"\\n "],[1,[27,"gh-file-input",null,[["multiple","action","accept"],[true,[27,"action",[[22,0,[]],[23,["onImageFilesSelected"]]],null],[23,["imageMimeTypes"]]]]],false],[0,"\\n"],[10],[0,"\\n\\n"],[4,"if",[[23,["_showUnsplash"]]],null,{"statements":[[0," "],[1,[27,"gh-unsplash",null,[["select","close"],[[27,"action",[[22,0,[]],"insertUnsplashPhoto"],null],[27,"action",[[22,0,[]],"toggleUnsplash"],null]]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showMarkdownHelp"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["markdown-help"],[["close","modifier"],[[27,"action",[[22,0,[]],"toggleMarkdownHelp"],null],"wide"]]],false],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-markdown-editor.hbs"}})}),define("ghost-admin/templates/components/gh-member-avatar",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"aenM0p5R",block:'{"symbols":["&attrs"],"statements":[[8,"div"],[11,"class","flex items-center justify-center br-100"],[12,"style",[22,0,["backgroundStyle"]]],[13,1],[9],[0,"\\n "],[7,"span"],[12,"class",[28,["db white ",[22,0,["initialsClass"]]]]],[9],[1,[22,0,["initials"]],false],[10],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-member-avatar.hbs"}})}),define("ghost-admin/templates/components/gh-mobile-nav-bar",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"rme0Fz/E",block:'{"symbols":["&default"],"statements":[[4,"link-to",["editor.new","post"],null,{"statements":[[1,[27,"svg-jar",["pen"],null],false],[0,"New post"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[27,"eq",[[23,["router","currentRouteName"]],"posts.index"],null]],null,{"statements":[[0," "],[4,"link-to",["posts",[27,"query-params",null,[["type"],[null]]]],[["classNames"],["active"]],{"statements":[[1,[27,"svg-jar",["content"],null],false],[0,"Posts"]],"parameters":[]},null],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[4,"link-to",["posts"],null,{"statements":[[1,[27,"svg-jar",["content"],null],false],[0,"Posts"]],"parameters":[]},null],[0,"\\n"]],"parameters":[]}],[4,"link-to",["staff"],[["classNames"],["gh-nav-main-users"]],{"statements":[[1,[27,"svg-jar",["account-group"],null],false],[0,"Staff"]],"parameters":[]},null],[0,"\\n"],[7,"div"],[11,"class","gh-mobile-nav-bar-more"],[3,"action",[[22,0,[]],"openMobileMenu"],[["target","data-test-mobile-nav"],[[23,["ui"]],"more"]]],[9],[1,[27,"svg-jar",["icon"],[["class"],["icon-gh"]]],false],[0,"More"],[10],[0,"\\n"],[14,1],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-mobile-nav-bar.hbs"}})}),define("ghost-admin/templates/components/gh-mobiledoc",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"TbZ2Miax",block:'{"symbols":["&default"],"statements":[[14,1],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-mobiledoc.hbs"}})}),define("ghost-admin/templates/components/gh-modal-dialog",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"2AbJ45QK",block:'{"symbols":["&default"],"statements":[[7,"div"],[11,"class","modal-container js-modal-container"],[3,"action",[[22,0,[]],"closeModal"]],[9],[0,"\\n "],[7,"article"],[12,"class",[28,[[21,"klass"]," js-modal"]]],[9],[0,"\\n "],[7,"section"],[11,"class","modal-content"],[3,"action",[[22,0,[]],"noBubble"],[["bubbles","preventDefault"],[false,false]]],[9],[0,"\\n "],[4,"if",[[23,["title"]]],null,{"statements":[[7,"header"],[11,"class","modal-header"],[9],[7,"h1"],[9],[1,[21,"title"],false],[10],[10]],"parameters":[]},null],[0,"\\n "],[4,"if",[[23,["showClose"]]],null,{"statements":[[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","modal-body"],[9],[0,"\\n "],[14,1],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["confirm"]]],null,{"statements":[[0," "],[7,"footer"],[11,"class","modal-footer"],[9],[0,"\\n"],[0," "],[7,"button"],[12,"class",[28,[[21,"rejectButtonClass"]," btn-minor"]]],[11,"type","button"],[3,"action",[[22,0,[]],"confirm","reject"]],[9],[1,[23,["confirm","reject","text"]],false],[10],[7,"button"],[12,"class",[28,[[21,"acceptButtonClass"]]]],[11,"type","button"],[3,"action",[[22,0,[]],"confirm","accept"]],[9],[1,[23,["confirm","accept","text"]],false],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"div"],[11,"class","modal-background js-modal-background"],[9],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-modal-dialog.hbs"}})}),define("ghost-admin/templates/components/gh-nav-menu",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"SiNG4Nex",block:'{"symbols":["menuItem","dropdown","menuItem"],"statements":[[4,"gh-basic-dropdown",null,[["horizontalPosition","calculatePosition"],["right",[23,["userDropdownPosition"]]]],{"statements":[[4,"component",[[22,2,["trigger"]]],[["tagName","class"],["header","gh-nav-menu"]],{"statements":[[0," "],[7,"div"],[11,"class","gh-nav-menu-icon"],[12,"style",[21,"iconStyle"]],[9],[10],[0,"\\n "],[7,"div"],[11,"class","gh-nav-menu-details"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-nav-menu-details-blog"],[9],[1,[23,["config","blogTitle"]],false],[10],[0,"\\n "],[7,"div"],[11,"class","gh-nav-menu-details-user"],[9],[1,[23,["session","user","name"]],false],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-down-small"],null],false],[0,"\\n"]],"parameters":[]},null],[4,"component",[[22,2,["content"]]],[["class"],["gh-nav-menu-dropdown"]],{"statements":[[0," "],[7,"ul"],[11,"class","dropdown-menu dropdown-triangle-top"],[11,"role","menu"],[3,"action",[[22,0,[]],[22,2,["actions","close"]]],[["on","preventDefault"],["click",false]]],[9],[0,"\\n "],[7,"li"],[11,"role","presentation"],[9],[7,"a"],[11,"class","dropdown-item"],[12,"href",[28,[[23,["config","blogUrl"]],"/"]]],[11,"target","_blank"],[11,"tabindex","-1"],[9],[1,[27,"svg-jar",["view-site"],null],false],[0," View site"],[10],[10],[0,"\\n "],[7,"li"],[11,"role","presentation"],[9],[4,"link-to",["about"],[["classNames","role","tabindex"],["dropdown-item","menuitem","-1"]],{"statements":[[1,[27,"svg-jar",["store"],null],false],[0," About Ghost"]],"parameters":[]},null],[10],[0,"\\n "],[7,"li"],[11,"class","divider"],[9],[10],[0,"\\n "],[7,"li"],[11,"role","presentation"],[9],[4,"link-to",["staff.user",[23,["session","user","slug"]]],[["classNames","role","tabindex"],["dropdown-item","menuitem","-1"]],{"statements":[[1,[27,"svg-jar",["user-circle"],null],false],[0," Your Profile"]],"parameters":[]},null],[10],[0,"\\n "],[7,"li"],[11,"role","presentation"],[9],[7,"a"],[11,"class","dropdown-item"],[11,"role","menuitem"],[11,"tabindex","-1"],[11,"href","https://docs.ghost.org/"],[11,"target","_blank"],[9],[1,[27,"svg-jar",["ambulance"],null],false],[0," Support Center"],[10],[10],[0,"\\n "],[7,"li"],[11,"role","presentation"],[9],[7,"a"],[11,"class","dropdown-item"],[11,"role","menuitem"],[11,"tabindex","-1"],[11,"href","https://twitter.com/intent/tweet?text=%40TryGhost+Hi%21+Can+you+help+me+with+&related=TryGhost"],[11,"target","_blank"],[11,"onclick","window.open(this.href, \'twitter-share\', \'width=550,height=235\');return false;"],[9],[1,[27,"svg-jar",["twitter"],null],false],[0," Tweet @TryGhost!"],[10],[10],[0,"\\n "],[7,"li"],[11,"role","presentation"],[9],[7,"a"],[11,"class","dropdown-item"],[11,"role","menuitem"],[11,"tabindex","-1"],[11,"href","https://docs.ghost.org/faq/using-ghost/"],[11,"target","_blank"],[9],[1,[27,"svg-jar",["book-open"],null],false],[0," How to Use Ghost"],[10],[10],[0,"\\n "],[7,"li"],[11,"class","divider"],[9],[10],[0,"\\n\\n"],[4,"if",[[23,["showDropdownExtension"]]],null,{"statements":[[4,"each",[[23,["config","clientExtensions","dropdown","items"]]],null,{"statements":[[4,"if",[[22,3,["divider"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","divider"],[9],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"li"],[11,"role","presentation"],[9],[0,"\\n "],[7,"a"],[12,"href",[28,[[22,3,["href"]]]]],[11,"target","_blank"],[12,"class",[28,["dropdown-item ",[22,3,["classes"]]]]],[11,"role","menuitem"],[11,"tabindex","-1"],[9],[1,[27,"svg-jar",[[22,3,["icon"]]],null],false],[1,[22,3,["text"]],false],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[3]},null],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"li"],[11,"role","presentation"],[9],[4,"link-to",["signout"],[["classNames","role","tabindex"],["dropdown-item user-menu-signout","menuitem","-1"]],{"statements":[[1,[27,"svg-jar",["signout"],null],false],[0," Sign Out"]],"parameters":[]},null],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[2]},null],[7,"section"],[11,"class","gh-nav-body"],[9],[0,"\\n "],[7,"section"],[11,"class","gh-nav-search"],[9],[0,"\\n "],[1,[27,"gh-search-input",null,[["class"],["gh-nav-search-input"]]],false],[0,"\\n "],[10],[0,"\\n "],[7,"ul"],[11,"class","gh-nav-list gh-nav-main"],[9],[0,"\\n "],[7,"li"],[11,"class","relative"],[9],[0,"\\n "],[4,"link-to",["editor.new","post"],[["classNames","alt"],["gh-nav-new-post","New story"]],{"statements":[[7,"span"],[9],[1,[27,"svg-jar",["add-stroke"],null],false],[10]],"parameters":[]},null],[0,"\\n"],[4,"if",[[27,"eq",[[23,["router","currentRouteName"]],"posts.index"],null]],null,{"statements":[[0," "],[4,"link-to",["posts",[27,"query-params",null,[["type","author","tag","order"],[null,null,null,null]]]],[["classNames"],["active"]],{"statements":[[1,[27,"svg-jar",["content"],null],false],[0,"Posts"]],"parameters":[]},null],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[4,"link-to",["posts"],null,{"statements":[[1,[27,"svg-jar",["content"],null],false],[0,"Posts"]],"parameters":[]},null],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[7,"li"],[9],[0,"\\n"],[4,"if",[[27,"eq",[[23,["router","currentRouteName"]],"pages.index"],null]],null,{"statements":[[0," "],[4,"link-to",["pages",[27,"query-params",null,[["type","author","tag","order"],[null,null,null,null]]]],[["classNames"],["active"]],{"statements":[[1,[27,"svg-jar",["pages"],null],false],[0,"Pages"]],"parameters":[]},null],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[4,"link-to",["pages"],null,{"statements":[[1,[27,"svg-jar",["pages"],null],false],[0,"Pages"]],"parameters":[]},null],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n"],[4,"if",[[27,"and",[[23,["config","enableDeveloperExperiments"]],[27,"gh-user-can-admin",[[23,["session","user"]]],null]],null]],null,{"statements":[[0," "],[7,"li"],[9],[4,"link-to",["members"],[["current-when"],["members member"]],{"statements":[[1,[27,"svg-jar",["members"],null],false],[0,"Members"]],"parameters":[]},null],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"li"],[9],[4,"link-to",["staff"],null,{"statements":[[1,[27,"svg-jar",["staff"],null],false],[0,"Staff"]],"parameters":[]},null],[10],[0,"\\n"],[4,"if",[[27,"and",[[23,["feature","subscribers"]],[27,"gh-user-can-admin",[[23,["session","user"]]],null]],null]],null,{"statements":[[0," "],[7,"li"],[9],[4,"link-to",["subscribers"],null,{"statements":[[1,[27,"svg-jar",["email"],null],false],[0,"Subscribers"]],"parameters":[]},null],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"],[4,"if",[[27,"gh-user-can-admin",[[23,["session","user"]]],null]],null,{"statements":[[0," "],[7,"ul"],[11,"class","gh-nav-list gh-nav-settings"],[9],[0,"\\n "],[7,"li"],[11,"class","gh-nav-list-h"],[9],[0,"Settings"],[10],[0,"\\n "],[7,"li"],[9],[4,"link-to",["settings.general"],null,{"statements":[[1,[27,"svg-jar",["settings"],null],false],[0,"General"]],"parameters":[]},null],[10],[0,"\\n "],[7,"li"],[9],[4,"link-to",["settings.design"],null,{"statements":[[1,[27,"svg-jar",["paintbrush"],null],false],[0,"Design"]],"parameters":[]},null],[10],[0,"\\n "],[7,"li"],[9],[4,"link-to",["settings.tags"],null,{"statements":[[1,[27,"svg-jar",["tag"],null],false],[0,"Tags"]],"parameters":[]},null],[10],[0,"\\n "],[7,"li"],[9],[4,"link-to",["settings.code-injection"],null,{"statements":[[1,[27,"svg-jar",["brackets"],null],false],[0,"Code injection"]],"parameters":[]},null],[10],[0,"\\n "],[7,"li"],[9],[4,"link-to",["settings.integrations"],[["current-when"],[[23,["isIntegrationRoute"]]]],{"statements":[[1,[27,"svg-jar",["modules"],null],false],[0,"Integrations"]],"parameters":[]},null],[10],[0,"\\n "],[7,"li"],[9],[4,"link-to",["settings.labs"],null,{"statements":[[1,[27,"svg-jar",["labs"],null],false],[0,"Labs"]],"parameters":[]},null],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showMenuExtension"]]],null,{"statements":[[0," "],[7,"ul"],[11,"class","gh-nav-list gh-nav-settings"],[9],[0,"\\n "],[4,"if",[[23,["config","clientExtensions","menu","title"]]],null,{"statements":[[7,"li"],[11,"class","gh-nav-list-h"],[9],[1,[23,["config","clientExtensions","menu","title"]],false],[10]],"parameters":[]},null],[0,"\\n"],[4,"each",[[23,["config","clientExtensions","menu","items"]]],null,{"statements":[[0," "],[7,"li"],[9],[0,"\\n "],[7,"a"],[12,"href",[28,[[22,1,["href"]]]]],[11,"target","_blank"],[9],[1,[27,"svg-jar",[[22,1,["icon"]]],null],false],[1,[22,1,["text"]],false],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showScriptExtension"]]],null,{"statements":[[0," "],[1,[23,["config","clientExtensions","script","container"]],true],[0,"\\n "],[7,"script"],[12,"src",[28,[[23,["config","clientExtensions","script","src"]]]]],[9],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[10],[0,"\\n"],[7,"footer"],[11,"class","gh-nav-foot"],[9],[0,"\\n "],[7,"a"],[11,"class","gh-nav-foot-sitelink"],[12,"href",[28,[[23,["config","blogUrl"]],"/"]]],[11,"target","_blank"],[9],[1,[27,"svg-jar",["view-site"],null],false],[0," View site"],[10],[0,"\\n"],[10],[0,"\\n\\n"],[1,[27,"gh-tour-item",["getting-started"],[["target","throbberAttachment","popoverTriangleClass"],[".gh-nav header","middle right","left-top"]]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-nav-menu.hbs"}})}),define("ghost-admin/templates/components/gh-navitem",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"mVj+C51j",block:'{"symbols":[],"statements":[[4,"unless",[[23,["navItem","isNew"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","gh-blognav-grab"],[9],[0,"\\n "],[1,[27,"svg-jar",["grab"],null],false],[0,"\\n "],[7,"span"],[11,"class","sr-only"],[9],[0,"Reorder"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[7,"div"],[11,"class","gh-blognav-line"],[9],[0,"\\n"],[4,"gh-validation-status-container",null,[["tagName","class","errors","property","hasValidated"],["span","gh-blognav-label",[23,["navItem","errors"]],"label",[23,["navItem","hasValidated"]]]],{"statements":[[0," "],[1,[27,"gh-trim-focus-input",null,[["shouldFocus","placeholder","value","input","keyPress","focus-out"],[[23,["navItem","last"]],"Label",[27,"readonly",[[23,["navItem","label"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["navItem","label"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"clearLabelErrors"],null],[27,"action",[[22,0,[]],"updateLabel",[23,["navItem","label"]]],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["navItem","errors"]],"label"]]],false],[0,"\\n"]],"parameters":[]},null],[4,"gh-validation-status-container",null,[["tagName","class","errors","property","hasValidated"],["span","gh-blognav-url",[23,["navItem","errors"]],"url",[23,["navItem","hasValidated"]]]],{"statements":[[0," "],[1,[27,"gh-navitem-url-input",null,[["baseUrl","isNew","url","update","clearErrors"],[[23,["baseUrl"]],[23,["navItem","isNew"]],[27,"readonly",[[23,["navItem","url"]]],null],[27,"action",[[22,0,[]],"updateUrl"],null],[27,"action",[[22,0,[]],"clearUrlErrors"],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["navItem","errors"]],"url"]]],false],[0,"\\n"]],"parameters":[]},null],[10],[0,"\\n\\n"],[4,"if",[[23,["navItem","isNew"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-blognav-add"],[11,"type","button"],[3,"action",[[22,0,[]],"addItem"]],[9],[0,"\\n "],[1,[27,"svg-jar",["add"],null],false],[7,"span"],[11,"class","sr-only"],[9],[0,"Add"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"button"],[11,"class","gh-blognav-delete"],[11,"type","button"],[3,"action",[[22,0,[]],"deleteItem",[23,["navItem"]]]],[9],[0,"\\n "],[1,[27,"svg-jar",["trash"],null],false],[7,"span"],[11,"class","sr-only"],[9],[0,"Delete"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-navitem.hbs"}})}),define("ghost-admin/templates/components/gh-notification",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"WqKaguA8",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-notification-content"],[9],[0,"\\n "],[1,[23,["message","message"]],false],[0,"\\n"],[10],[0,"\\n"],[7,"button"],[11,"class","gh-notification-close"],[3,"action",[[22,0,[]],"closeNotification"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-notification.hbs"}})}),define("ghost-admin/templates/components/gh-notifications",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"SO/ybsJN",block:'{"symbols":["message"],"statements":[[4,"each",[[23,["messages"]]],null,{"statements":[[0," "],[1,[27,"gh-notification",null,[["message"],[[22,1,[]]]]],false],[0,"\\n"]],"parameters":[1]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-notifications.hbs"}})}),define("ghost-admin/templates/components/gh-post-settings-menu",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"v7IZeAaV",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","settings-menu-container"],[9],[0,"\\n "],[7,"div"],[11,"id","entry-controls"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,[[27,"if",[[23,["isViewingSubview"]],"settings-menu-pane-out-left","settings-menu-pane-in"],null]," settings-menu settings-menu-pane"]]],[9],[0,"\\n "],[7,"div"],[11,"class","settings-menu-header"],[9],[0,"\\n "],[7,"h4"],[9],[1,[27,"capitalize",[[23,["post","displayName"]]],null],false],[0," Settings"],[10],[0,"\\n "],[7,"button"],[11,"class","close settings-menu-header-action"],[3,"action",[[22,0,[]],"closeMenus"],[["target"],[[23,["ui"]]]]],[9],[0,"\\n "],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","settings-menu-content"],[9],[0,"\\n "],[1,[27,"gh-image-uploader-with-preview",null,[["image","text","allowUnsplash","update","remove"],[[23,["post","featureImage"]],"Upload post image",true,[27,"action",[[22,0,[]],"setCoverImage"],null],[27,"action",[[22,0,[]],"clearCoverImage"],null]]]],false],[0,"\\n "],[7,"form"],[9],[0,"\\n "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[7,"label"],[11,"for","url"],[9],[1,[27,"capitalize",[[23,["post","displayName"]]],null],false],[0," URL"],[10],[0,"\\n"],[4,"unless",[[23,["post","isNew"]]],null,{"statements":[[4,"if",[[23,["post","isPublished"]]],null,{"statements":[[0," "],[7,"a"],[11,"class","post-view-link"],[11,"target","_blank"],[12,"href",[28,[[23,["post","url"]]]]],[9],[0,"\\n View "],[1,[23,["post","displayName"]],false],[0," "],[1,[27,"svg-jar",["external"],null],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"a"],[11,"class","post-view-link"],[11,"target","_blank"],[12,"href",[28,[[23,["post","previewUrl"]]]]],[9],[0,"\\n Preview "],[1,[27,"svg-jar",["external"],null],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","gh-input-icon gh-icon-link"],[9],[0,"\\n "],[1,[27,"svg-jar",["link"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["class","id","name","value","input","focus-out","stopEnterKeyDownPropagation"],["post-setting-slug","url","post-setting-slug",[27,"readonly",[[23,["slugValue"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["slugValue"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"updateSlug",[23,["slugValue"]]],null],true]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-url-preview",null,[["slug","tagName","classNames"],[[23,["slugValue"]],"p","description"]]],false],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n"],[4,"if",[[27,"or",[[23,["post","isDraft"]],[23,["post","isPublished"]],[23,["post","pastScheduledTime"]]],null]],null,{"statements":[[0," "],[7,"label"],[9],[0,"Publish Date"],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"label"],[9],[0,"Scheduled Date"],[10],[0,"\\n "],[7,"p"],[9],[0,"Use the publish menu to re-schedule"],[10],[0,"\\n"]],"parameters":[]}],[0," "],[1,[27,"gh-date-time-picker",null,[["date","time","setDate","setTime","errors","dateErrorProperty","timeErrorProperty","maxDate","disabled","static"],[[23,["post","publishedAtBlogDate"]],[23,["post","publishedAtBlogTime"]],[27,"action",[[22,0,[]],"setPublishedAtBlogDate"],null],[27,"action",[[22,0,[]],"setPublishedAtBlogTime"],null],[23,["post","errors"]],"publishedAtBlogDate","publishedAtBlogTime","now",[23,["post","isScheduled"]],true]]],false],[0,"\\n "],[10],[0,"\\n\\n"],[4,"unless",[[23,["session","user","isContributor"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[7,"label"],[11,"for","tag-input"],[9],[0,"Tags"],[10],[0,"\\n "],[1,[27,"gh-psm-tags-input",null,[["post","triggerId"],[[23,["post"]],"tag-input"]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"customExcerpt"]],{"statements":[[0," "],[7,"label"],[11,"for","custom-excerpt"],[9],[0,"Excerpt"],[10],[0,"\\n "],[1,[27,"gh-textarea",null,[["class","id","name","value","input","focus-out","stopEnterKeyDownPropagation"],["post-setting-custom-excerpt","custom-excerpt","post-setting-custom-excerpt",[27,"readonly",[[23,["customExcerptScratch"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["customExcerptScratch"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setCustomExcerpt",[23,["customExcerptScratch"]]],null],"true"]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"customExcerpt"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"unless",[[23,["session","user","isAuthorOrContributor"]]],null,{"statements":[[4,"gh-form-group",null,[["class","errors","hasValidated","property"],["for-select",[23,["post","errors"]],[23,["post","hasValidated"]],"authors"]],{"statements":[[0," "],[7,"label"],[11,"for","author-list"],[9],[0,"Authors"],[10],[0,"\\n "],[1,[27,"gh-psm-authors-input",null,[["selectedAuthors","updateAuthors","triggerId"],[[23,["post","authors"]],[27,"action",[[22,0,[]],"changeAuthors"],null],"author-list"]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"authors"]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0,"\\n "],[7,"ul"],[11,"class","nav-list nav-list-block"],[9],[0,"\\n "],[7,"li"],[11,"class","nav-list-item"],[3,"action",[[22,0,[]],"showSubview","meta-data"]],[9],[0,"\\n "],[7,"button"],[11,"type","button"],[9],[0,"\\n "],[7,"b"],[9],[0,"Meta Data"],[10],[0,"\\n "],[7,"span"],[9],[0,"Extra content for search engines"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[7,"li"],[11,"class","nav-list-item"],[3,"action",[[22,0,[]],"showSubview","twitter-data"]],[9],[0,"\\n "],[7,"button"],[11,"type","button"],[9],[0,"\\n "],[7,"b"],[9],[0,"Twitter Card"],[10],[0,"\\n "],[7,"span"],[9],[0,"Customise structured data for Twitter"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[7,"li"],[11,"class","nav-list-item"],[3,"action",[[22,0,[]],"showSubview","facebook-data"]],[9],[0,"\\n "],[7,"button"],[11,"type","button"],[9],[0,"\\n "],[7,"b"],[9],[0,"Facebook Card"],[10],[0,"\\n "],[7,"span"],[9],[0,"Customise Open Graph data"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[7,"li"],[11,"class","nav-list-item"],[3,"action",[[22,0,[]],"showSubview","codeinjection"]],[9],[0,"\\n "],[7,"button"],[11,"type","button"],[9],[0,"\\n "],[7,"b"],[9],[0,"Code Injection"],[10],[0,"\\n "],[7,"span"],[9],[0,"Add styles/scripts to the header & footer"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","form-group for-checkbox"],[9],[0,"\\n "],[7,"label"],[11,"class","checkbox"],[11,"for","featured"],[3,"action",[[22,0,[]],"toggleFeatured"],[["bubbles"],["false"]]],[9],[0,"\\n "],[7,"input"],[12,"checked",[23,["post","featured"]]],[11,"class","gh-input post-settings-featured"],[12,"onclick",[27,"action",[[22,0,[]],[27,"mut",[[23,["post","featured"]]],null]],[["value"],["target.checked"]]]],[11,"type","checkbox"],[9],[10],[0,"\\n "],[7,"span"],[11,"class","input-toggle-component"],[9],[10],[0,"\\n "],[7,"p"],[9],[0,"Feature this "],[1,[23,["post","displayName"]],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[1,[27,"gh-psm-template-select",null,[["post","onTemplateSelect"],[[23,["post"]],[27,"action",[[22,0,[]],[27,"mut",[[23,["post","customTemplate"]]],null]],null]]]],false],[0,"\\n\\n"],[4,"unless",[[23,["post","isNew"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-link gh-btn-icon settings-menu-delete-button"],[11,"type","button"],[3,"action",[[22,0,[]],"deletePost"]],[9],[7,"span"],[9],[1,[27,"svg-jar",["trash"],null],false],[0," Delete Post"],[10],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[12,"class",[28,[[27,"if",[[23,["isViewingSubview"]],"settings-menu-pane-in","settings-menu-pane-out-right"],null]," settings-menu settings-menu-pane"]]],[9],[0,"\\n "],[7,"div"],[11,"class","active"],[9],[0,"\\n"],[4,"if",[[23,["isViewingSubview"]]],null,{"statements":[[4,"if",[[27,"eq",[[23,["subview"]],"meta-data"],null]],null,{"statements":[[0," "],[7,"div"],[11,"class","settings-menu-header subview"],[9],[0,"\\n "],[7,"button"],[11,"class","back settings-menu-header-action"],[3,"action",[[22,0,[]],"closeSubview"]],[9],[1,[27,"svg-jar",["arrow-left"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Back"],[10],[10],[0,"\\n "],[7,"h4"],[9],[0,"Meta Data"],[10],[0,"\\n "],[7,"div"],[11,"style","width:23px;"],[9],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","settings-menu-content"],[9],[0,"\\n "],[7,"form"],[3,"action",[[22,0,[]],"discardEnter"],[["on"],["submit"]]],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"metaTitle"]],{"statements":[[0," "],[7,"label"],[11,"for","meta-title"],[9],[0,"Meta Title"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["class","id","name","value","input","focus-out","stopEnterKeyDownPropagation"],["post-setting-meta-title","meta-title","post-setting-meta-title",[27,"readonly",[[23,["metaTitleScratch"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["metaTitleScratch"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setMetaTitle",[23,["metaTitleScratch"]]],null],true]]],false],[0,"\\n "],[7,"p"],[9],[0,"Recommended: "],[7,"b"],[9],[0,"70"],[10],[0," characters. You’ve used "],[1,[27,"gh-count-down-characters",[[23,["metaTitleScratch"]],70],null],false],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"meta-title"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"metaDescription"]],{"statements":[[0," "],[7,"label"],[11,"for","meta-description"],[9],[0,"Meta Description"],[10],[0,"\\n "],[1,[27,"gh-textarea",null,[["class","id","name","value","input","focus-out","stopEnterKeyDownPropagation"],["post-setting-meta-description","meta-description","post-setting-meta-description",[27,"readonly",[[23,["metaDescriptionScratch"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["metaDescriptionScratch"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setMetaDescription",[23,["metaDescriptionScratch"]]],null],"true"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Recommended: "],[7,"b"],[9],[0,"156"],[10],[0," characters. You’ve used "],[1,[27,"gh-count-down-characters",[[23,["metaDescriptionScratch"]],156],null],false],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"meta-description"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[7,"label"],[9],[0,"Search Engine Result Preview"],[10],[0,"\\n "],[7,"div"],[11,"class","seo-preview"],[9],[0,"\\n "],[7,"div"],[11,"class","seo-preview-title"],[9],[1,[27,"truncate",[[23,["seoTitle"]],70],null],false],[10],[0,"\\n "],[7,"div"],[11,"class","seo-preview-link"],[9],[1,[27,"truncate",[[23,["seoURL"]],70],null],false],[10],[0,"\\n "],[7,"div"],[11,"class","seo-preview-description"],[9],[1,[27,"truncate",[[23,["seoDescription"]],300],null],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[27,"eq",[[23,["subview"]],"twitter-data"],null]],null,{"statements":[[0," "],[7,"div"],[11,"class","settings-menu-header subview"],[9],[0,"\\n "],[7,"button"],[11,"class","back settings-menu-header-action"],[3,"action",[[22,0,[]],"closeSubview"]],[9],[1,[27,"svg-jar",["arrow-left"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Back"],[10],[10],[0,"\\n "],[7,"h4"],[9],[0,"Twitter Card"],[10],[0,"\\n "],[7,"div"],[11,"style","width:23px;"],[9],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","settings-menu-content"],[9],[0,"\\n\\n "],[7,"form"],[3,"action",[[22,0,[]],"discardEnter"],[["on"],["submit"]]],[9],[0,"\\n "],[1,[27,"gh-image-uploader-with-preview",null,[["image","text","allowUnsplash","update","remove"],[[23,["post","twitterImage"]],"Add Twitter image",true,[27,"action",[[22,0,[]],"setTwitterImage"],null],[27,"action",[[22,0,[]],"clearTwitterImage"],null]]]],false],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"twitterTitle"]],{"statements":[[0," "],[7,"label"],[11,"for","twitter-title"],[9],[0,"Twitter Title"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["class","id","name","placeholder","value","input","focus-out","stopEnterKeyDownPropagation"],["post-setting-twitter-title","twitter-title","post-setting-twitter-title",[27,"truncate",[[23,["twitterTitle"]],40],null],[27,"readonly",[[23,["twitterTitleScratch"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["twitterTitleScratch"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setTwitterTitle",[23,["twitterTitleScratch"]]],null],true]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"twitterTitle"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"twitterDescription"]],{"statements":[[0," "],[7,"label"],[11,"for","twitter-description"],[9],[0,"Twitter Description"],[10],[0,"\\n "],[1,[27,"gh-textarea",null,[["class","id","name","placeholder","stopEnterKeyDownPropagation","value","input","focus-out"],["post-setting-twitter-description","twitter-description","post-setting-twitter-description",[27,"truncate",[[23,["twitterDescription"]],155],null],"true",[27,"readonly",[[23,["twitterDescriptionScratch"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["twitterDescriptionScratch"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setTwitterDescription",[23,["twitterDescriptionScratch"]]],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"twitterDescription"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[7,"label"],[9],[0,"Preview"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-twitter-preview"],[9],[0,"\\n"],[4,"if",[[23,["twitterImage"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-twitter-preview-image"],[12,"style",[27,"background-image-style",[[23,["twitterImage"]]],null]],[9],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[11,"class","gh-twitter-preview-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-twitter-preview-title"],[9],[1,[21,"twitterTitle"],false],[10],[0,"\\n "],[7,"div"],[11,"class","gh-twitter-preview-description"],[9],[1,[27,"truncate",[[23,["twitterDescription"]],155],null],false],[10],[0,"\\n "],[7,"div"],[11,"class","gh-twitter-preview-footer"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-twitter-preview-footer-left"],[9],[0,"\\n "],[1,[23,["config","blogDomain"]],false],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-twitter-preview-footer-right"],[9],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[27,"eq",[[23,["subview"]],"facebook-data"],null]],null,{"statements":[[0," "],[7,"div"],[11,"class","settings-menu-header subview"],[9],[0,"\\n "],[7,"button"],[11,"class","back settings-menu-header-action"],[3,"action",[[22,0,[]],"closeSubview"]],[9],[1,[27,"svg-jar",["arrow-left"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Back"],[10],[10],[0,"\\n "],[7,"h4"],[9],[0,"Facebook Card"],[10],[0,"\\n "],[7,"div"],[11,"style","width:23px;"],[9],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","settings-menu-content"],[9],[0,"\\n "],[7,"form"],[3,"action",[[22,0,[]],"discardEnter"],[["on"],["submit"]]],[9],[0,"\\n "],[1,[27,"gh-image-uploader-with-preview",null,[["image","text","allowUnsplash","update","remove"],[[23,["post","ogImage"]],"Add Facebook image",true,[27,"action",[[22,0,[]],"setOgImage"],null],[27,"action",[[22,0,[]],"clearOgImage"],null]]]],false],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"ogTitle"]],{"statements":[[0," "],[7,"label"],[11,"for","og-title"],[9],[0,"Facebook Title"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["class","id","name","placeholder","value","input","focus-out","stopEnterKeyDownPropagation"],["post-setting-og-title","og-title","post-setting-og-title",[27,"truncate",[[23,["facebookTitle"]],40],null],[27,"readonly",[[23,["ogTitleScratch"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["ogTitleScratch"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setOgTitle",[23,["ogTitleScratch"]]],null],true]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"ogTitle"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"ogDescription"]],{"statements":[[0," "],[7,"label"],[11,"for","og-description"],[9],[0,"Facebook Description"],[10],[0,"\\n "],[1,[27,"gh-textarea",null,[["class","id","name","placeholder","value","input","focus-out","stopEnterKeyDownPropagation"],["post-setting-og-description","og-description","post-setting-og-description",[27,"truncate",[[23,["facebookDescription"]],160],null],[27,"readonly",[[23,["ogDescriptionScratch"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["ogDescriptionScratch"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setOgDescription",[23,["ogDescriptionScratch"]]],null],"true"]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"ogDescription"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[7,"label"],[9],[0,"Preview"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-og-preview"],[9],[0,"\\n"],[4,"if",[[23,["facebookImage"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-og-preview-image"],[12,"style",[27,"background-image-style",[[23,["facebookImage"]]],null]],[9],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[11,"class","gh-og-preview-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-og-preview-title"],[9],[1,[27,"truncate",[[23,["facebookTitle"]],88],null],false],[10],[0,"\\n "],[7,"div"],[11,"class","gh-og-preview-description"],[9],[1,[27,"truncate",[[23,["facebookDescription"]],300],null],false],[10],[0,"\\n "],[7,"div"],[11,"class","gh-og-preview-footer"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-og-preview-footer-left"],[9],[0,"\\n "],[1,[23,["config","blogDomain"]],false],[0," "],[7,"span"],[11,"class","gh-og-preview-footer-left-divider"],[9],[0,"|"],[10],[0," by "],[7,"span"],[11,"class","gh-og-preview-footer-author"],[9],[1,[23,["post","author","name"]],false],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-og-preview-footer-right"],[9],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[27,"eq",[[23,["subview"]],"codeinjection"],null]],null,{"statements":[[0," "],[7,"div"],[11,"class","settings-menu-header subview"],[9],[0,"\\n "],[7,"button"],[11,"class","back settings-menu-header-action"],[3,"action",[[22,0,[]],"closeSubview"]],[9],[1,[27,"svg-jar",["arrow-left"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Back"],[10],[10],[0,"\\n "],[7,"h4"],[9],[0,"Code Injection"],[10],[0,"\\n "],[7,"div"],[11,"style","width:23px;"],[9],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","settings-menu-content settings-menu-content-codeinjection"],[9],[0,"\\n "],[7,"form"],[3,"action",[[22,0,[]],"discardEnter"],[["on"],["submit"]]],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"codeinjectionHead"]],{"statements":[[0," "],[7,"label"],[11,"for","codeinjection-head"],[9],[0,"Post Header "],[7,"code"],[9],[0,"{{ghost_head}}"],[10],[10],[0,"\\n "],[1,[27,"gh-cm-editor",[[23,["codeinjectionHeadScratch"]]],[["id","class","name","focusOut","stopEnterKeyDownPropagation","update"],["post-setting-codeinjection-head","post-setting-codeinjection","post-setting-codeinjection-head",[27,"action",[[22,0,[]],"setHeaderInjection",[23,["codeinjectionHeadScratch"]]],null],"true",[27,"action",[[22,0,[]],[27,"mut",[[23,["codeinjectionHeadScratch"]]],null]],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"codeinjectionHead"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"codeinjectionFoot"]],{"statements":[[0," "],[7,"label"],[11,"for","codeinjection-foot"],[9],[0,"Post Footer "],[7,"code"],[9],[0,"{{ghost_foot}}"],[10],[10],[0,"\\n "],[1,[27,"gh-cm-editor",[[23,["codeinjectionFootScratch"]]],[["id","class","name","focusOut","stopEnterKeyDownPropagation","update"],["post-setting-codeinjection-foot","post-setting-codeinjection","post-setting-codeinjection-foot",[27,"action",[[22,0,[]],"setFooterInjection",[23,["codeinjectionFootScratch"]]],null],"true",[27,"action",[[22,0,[]],[27,"mut",[[23,["codeinjectionFootScratch"]]],null]],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"codeinjectionFoot"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[4,"if",[[23,["_showThrobbers"]]],null,{"statements":[[0," "],[1,[27,"gh-tour-item",["featured-post"],[["target","throbberAttachment","throbberOffset","popoverTriangleClass"],["label[for=\'featured\'] p","middle middle","0px -20px","bottom-right"]]],false],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-post-settings-menu.hbs"}})}) +define("ghost-admin/templates/components/gh-activating-list-item",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Rw8XX/Ub",block:'{"symbols":["&default"],"statements":[[4,"link-to",[[23,["route"]]],[["alternateActive","class"],[[27,"action",[[22,0,[]],"setActive"],null],[27,"concat",[[27,"if",[[23,["linkClasses"]],[27,"-normalize-class",["linkClasses",[23,["linkClasses"]]],null]],null]," "],null]]],{"statements":[[1,[21,"title"],false],[14,1]],"parameters":[]},null],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-activating-list-item.hbs"}})}),define("ghost-admin/templates/components/gh-alert",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"P6a0IRfh",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-alert-content"],[9],[0,"\\n "],[1,[23,["message","message"]],false],[0,"\\n"],[10],[0,"\\n"],[7,"button"],[11,"class","gh-alert-close"],[3,"action",[[22,0,[]],"closeNotification"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-alert.hbs"}})}),define("ghost-admin/templates/components/gh-alerts",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"caBISMOt",block:'{"symbols":["message"],"statements":[[4,"each",[[23,["messages"]]],null,{"statements":[[0," "],[1,[27,"gh-alert",null,[["message"],[[22,1,[]]]]],false],[0,"\\n"]],"parameters":[1]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-alerts.hbs"}})}),define("ghost-admin/templates/components/gh-app",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"b7ZC0c3/",block:'{"symbols":["&default"],"statements":[[14,1],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-app.hbs"}})}),define("ghost-admin/templates/components/gh-blog-url",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Gd1MwQZ0",block:'{"symbols":[],"statements":[[1,[23,["config","blogUrl"]],true]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-blog-url.hbs"}})}),define("ghost-admin/templates/components/gh-cm-editor",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ZAPTiBot",block:'{"symbols":[],"statements":[[1,[27,"gh-textarea",null,[["class","value","input"],["gh-cm-editor-textarea",[27,"readonly",[[23,["_value"]]],null],[27,"action",[[22,0,[]],"updateFromTextarea"],[["value"],["target.value"]]]]]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-cm-editor.hbs"}})}),define("ghost-admin/templates/components/gh-date-time-picker",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"gzAZX7l3",block:'{"symbols":["dp"],"statements":[[7,"div"],[11,"class","gh-date-time-picker"],[9],[0,"\\n"],[4,"power-datepicker",null,[["selected","center","onSelect","renderInPlace","disabled"],[[23,["_date"]],[23,["_date"]],[27,"action",[[22,0,[]],"setDate"],[["value"],["date"]]],true,[23,["disabled"]]]],{"statements":[[4,"component",[[22,1,["trigger"]]],[["tabindex"],["-1"]],{"statements":[[0," "],[7,"div"],[12,"class",[28,["gh-date-time-picker-date ",[27,"if",[[23,["dateError"]],"error"],null]]]],[9],[0,"\\n "],[7,"input"],[11,"readonly",""],[12,"value",[27,"moment-format",[[23,["_date"]],"MM/DD/YYYY"],null]],[12,"disabled",[21,"disabled"]],[11,"type","text"],[9],[10],[0,"\\n "],[1,[27,"svg-jar",["calendar"],null],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"component",[[22,1,["content"]]],[["class"],["dropdown-menu"]],{"statements":[[0," "],[1,[22,1,["nav"]],false],[0,"\\n "],[1,[27,"component",[[22,1,["days"]]],[["minDate","maxDate","weekdayFormat"],[[23,["_minDate"]],[23,["_maxDate"]],"min"]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[1]},null],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-date-time-picker-time ",[27,"if",[[23,["hasError"]],"error"],null]]]],[9],[0,"\\n "],[7,"input"],[12,"value",[21,"_time"]],[12,"disabled",[21,"disabled"]],[12,"oninput",[27,"action",[[22,0,[]],[27,"mut",[[23,["_time"]]],null]],[["value"],["target.value"]]]],[12,"onblur",[27,"action",[[22,0,[]],"setTime",[23,["_time"]]],null]],[11,"type","text"],[9],[10],[0,"\\n "],[7,"small"],[11,"class","gh-date-time-picker-timezone"],[9],[0,"("],[1,[21,"timezone"],false],[0,")"],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[4,"if",[[23,["hasError"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-date-time-picker-error"],[9],[1,[21,"dateError"],false],[1,[21,"timeError"],false],[10],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-date-time-picker.hbs"}})}),define("ghost-admin/templates/components/gh-download-count",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ymWsTHbX",block:'{"symbols":["&default"],"statements":[[4,"if",[[24,1]],null,{"statements":[[0," "],[14,1,[[23,["count"]]]],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[21,"count"],false],[0,"\\n"]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-download-count.hbs"}})}),define("ghost-admin/templates/components/gh-editor-post-status",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"6SnwtwEA",block:'{"symbols":[],"statements":[[4,"if",[[23,["_isSaving"]]],null,{"statements":[[0," Saving...\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["isPublished"]]],null,{"statements":[[0," Published\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["isScheduled"]]],null,{"statements":[[0," Scheduled\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["isNew"]]],null,{"statements":[[0," New\\n"]],"parameters":[]},{"statements":[[0," Draft\\n"]],"parameters":[]}]],"parameters":[]}]],"parameters":[]}]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-editor-post-status.hbs"}})}),define("ghost-admin/templates/components/gh-editor",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"yNKR5/bh",block:'{"symbols":["&default"],"statements":[[14,1,[[27,"hash",null,[["headerClass","headerHeight","isDraggedOver","isFullScreen","droppedFiles","uploadedImageUrls","imageMimeTypes","imageExtensions","toggleFullScreen","togglePreview","toggleSplitScreen","uploadComplete","uploadCancelled","uploadImages"],[[23,["headerClass"]],[23,["headerHeight"]],[23,["isDraggedOver"]],[23,["isFullScreen"]],[23,["droppedFiles"]],[23,["uploadedImageUrls"]],[23,["imageMimeTypes"]],[23,["imageExtensions"]],[27,"action",[[22,0,[]],"toggleFullScreen"],null],[27,"action",[[22,0,[]],"togglePreview"],null],[27,"action",[[22,0,[]],"toggleSplitScreen"],null],[27,"action",[[22,0,[]],"uploadComplete"],null],[27,"action",[[22,0,[]],"uploadCancelled"],null],[27,"action",[[22,0,[]],"uploadImages"],null]]]]]],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-editor.hbs"}})}),define("ghost-admin/templates/components/gh-error-message",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"RDXVmnQp",block:'{"symbols":[],"statements":[[1,[21,"message"],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-error-message.hbs"}})}),define("ghost-admin/templates/components/gh-feature-flag",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"K+thomks",block:'{"symbols":["&default"],"statements":[[7,"input"],[12,"checked",[21,"value"]],[12,"disabled",[21,"disabled"]],[12,"id",[21,"for"]],[12,"name",[21,"name"]],[12,"onclick",[27,"action",[[22,0,[]],[27,"mut",[[23,["value"]]],null]],[["value"],["target.checked"]]]],[11,"type","checkbox"],[9],[10],[0,"\\n"],[7,"span"],[11,"class","input-toggle-component"],[9],[10],[0,"\\n"],[14,1],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-feature-flag.hbs"}})}),define("ghost-admin/templates/components/gh-file-upload",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"qRyfqe0L",block:'{"symbols":[],"statements":[[7,"input"],[11,"class","gh-input gh-input-file q"],[11,"data-url","upload"],[11,"name","importfile"],[12,"accept",[28,[[21,"acceptEncoding"]]]],[11,"type","file"],[9],[10],[0,"\\n"],[7,"button"],[11,"id","startupload"],[11,"class","gh-btn gh-btn-hover-blue"],[12,"disabled",[21,"uploadButtonDisabled"]],[11,"type","submit"],[3,"action",[[22,0,[]],"upload"]],[9],[0,"\\n "],[7,"span"],[9],[1,[21,"uploadButtonText"],false],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-file-upload.hbs"}})}),define("ghost-admin/templates/components/gh-file-uploader",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"+VaU8mAO",block:'{"symbols":[],"statements":[[4,"if",[[23,["file"]]],null,{"statements":[[4,"if",[[23,["failureMessage"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","failed"],[9],[1,[21,"failureMessage"],false],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[11,"class","progress-container"],[9],[0,"\\n "],[7,"div"],[11,"class","progress"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["bar ",[27,"if",[[23,["failureMessage"]],"fail"],null]]]],[12,"style",[21,"progressStyle"]],[9],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["failureMessage"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-green"],[3,"action",[[22,0,[]],"reset"]],[9],[7,"span"],[9],[0,"Try Again"],[10],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},{"statements":[[0," "],[7,"div"],[11,"class","upload-form"],[9],[0,"\\n"],[4,"gh-file-input",null,[["multiple","alt","action","accept"],[false,[23,["labelText"]],[27,"action",[[22,0,[]],"fileSelected"],null],[23,["accept"]]]],{"statements":[[0," "],[7,"div"],[11,"class","description"],[9],[1,[21,"labelText"],false],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-file-uploader.hbs"}})}),define("ghost-admin/templates/components/gh-fullscreen-modal",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"OCUWlw6N",block:'{"symbols":["&default"],"statements":[[4,"liquid-wormhole",null,[["class"],["fullscreen-modal-container"]],{"statements":[[0," "],[7,"div"],[11,"class","fullscreen-modal-background"],[3,"action",[[22,0,[]],"clickOverlay"]],[9],[10],[0,"\\n "],[7,"div"],[12,"class",[21,"modalClasses"]],[9],[0,"\\n"],[4,"if",[[24,1]],null,{"statements":[[0," "],[14,1],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"component",[[23,["modalPath"]]],[["model","confirm","closeModal"],[[23,["model"]],[27,"action",[[22,0,[]],"confirm"],null],[27,"action",[[22,0,[]],"close"],null]]]],false],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-fullscreen-modal.hbs"}})}),define("ghost-admin/templates/components/gh-image-uploader-with-preview",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"R17Ke7cm",block:'{"symbols":[],"statements":[[4,"if",[[23,["image"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-image-uploader -with-image"],[9],[0,"\\n "],[7,"div"],[9],[7,"img"],[12,"src",[21,"image"]],[9],[10],[10],[0,"\\n "],[7,"a"],[11,"class","image-cancel"],[11,"title","Delete"],[3,"action",[[22,0,[]],"remove"]],[9],[0,"\\n "],[1,[27,"svg-jar",["trash"],null],false],[0,"\\n "],[7,"span"],[11,"class","hidden"],[9],[0,"Delete"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"gh-image-uploader",null,[["text","altText","allowUnsplash","update","uploadStarted","uploadFinished"],[[23,["text"]],[23,["altText"]],[23,["allowUnsplash"]],[27,"action",[[22,0,[]],"update"],null],[27,"action",[[22,0,[]],"uploadStarted"],null],[27,"action",[[22,0,[]],"uploadFinished"],null]]]],false],[0,"\\n"]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-image-uploader-with-preview.hbs"}})}),define("ghost-admin/templates/components/gh-image-uploader",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"PCEdUS2C",block:'{"symbols":[],"statements":[[4,"if",[[23,["file"]]],null,{"statements":[[4,"if",[[23,["failureMessage"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","failed"],[9],[1,[21,"failureMessage"],false],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[11,"class","progress-container"],[9],[0,"\\n "],[7,"div"],[11,"class","progress"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["bar ",[27,"if",[[23,["failureMessage"]],"fail"],null]]]],[12,"style",[21,"progressStyle"]],[9],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["failureMessage"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-green"],[3,"action",[[22,0,[]],"reset"]],[9],[7,"span"],[9],[0,"Try Again"],[10],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},{"statements":[[0," "],[7,"div"],[11,"class","upload-form"],[9],[0,"\\n"],[4,"gh-file-input",null,[["multiple","alt","action","accept"],[false,[23,["description"]],[27,"action",[[22,0,[]],"fileSelected"],null],[23,["accept"]]]],{"statements":[[0," "],[7,"div"],[11,"class","gh-btn gh-btn-outline"],[9],[7,"span"],[9],[1,[21,"description"],false],[10],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[27,"and",[[23,["allowUnsplash"]],[23,["settings","unsplash","isActive"]]],null]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-image-uploader-unsplash"],[3,"action",[[22,0,[]],[27,"toggle",["_showUnsplash",[22,0,[]]],null]]],[9],[0,"\\n "],[1,[27,"svg-jar",["unsplash"],null],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]}],[0,"\\n"],[4,"if",[[23,["_showUnsplash"]]],null,{"statements":[[0," "],[1,[27,"gh-unsplash",null,[["select","close"],[[27,"action",[[22,0,[]],"addUnsplashPhoto"],null],[27,"action",[[22,0,[]],[27,"toggle",["_showUnsplash",[22,0,[]]],null]],null]]]],false],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-image-uploader.hbs"}})}),define("ghost-admin/templates/components/gh-infinity-loader",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ceBu14Qe",block:'{"symbols":["&default"],"statements":[[4,"if",[[24,1]],null,{"statements":[[0," "],[14,1,[[23,["infinityModelContent"]]]],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["isDoneLoading"]]],null,{"statements":[],"parameters":[]},{"statements":[[0," "],[7,"div"],[11,"class","gh-loading-spinner"],[9],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-infinity-loader.hbs"}})}),define("ghost-admin/templates/components/gh-koenig-editor",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Y2A6tGmI",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-koenig-editor-pane flex flex-column mih-100"],[12,"onmousedown",[27,"action",[[22,0,[]],"trackMousedown"],null]],[12,"onmouseup",[27,"action",[[22,0,[]],"focusEditor"],null]],[9],[0,"\\n "],[1,[27,"gh-textarea",null,[["class","placeholder","tabindex","autoExpand","value","input","focus-out","keyDown","didCreateTextarea"],["gh-editor-title",[23,["titlePlaceholder"]],"1",".gh-koenig-editor",[27,"readonly",[[23,["title"]]],null],[27,"action",[[22,0,[]],"onTitleChange"],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"onTitleFocusOut"],null],[27,"action",[[22,0,[]],"onTitleKeydown"],null],[27,"action",[[22,0,[]],"onTitleCreated"],null]]]],false],[0,"\\n\\n "],[1,[27,"koenig-editor",null,[["mobiledoc","placeholder","autofocus","spellcheck","onChange","didCreateEditor","cursorDidExitAtTop","headerOffset","dropTargetSelector","scrollContainerSelector","scrollOffsetTopSelector","scrollOffsetBottomSelector","wordCountDidChange"],[[23,["body"]],[23,["bodyPlaceholder"]],[23,["bodyAutofocus"]],true,[27,"action",[[22,0,[]],"onBodyChange"],null],[27,"action",[[22,0,[]],"onEditorCreated"],null],[27,"action",[[22,0,[]],"focusTitle"],null],[23,["headerOffset"]],".gh-koenig-editor-pane",[23,["scrollContainerSelector"]],[23,["scrollOffsetTopSelector"]],[23,["scrollOffsetBottomSelector"]],[27,"action",[[22,0,[]],[23,["onWordCountChange"]]],null]]]],false],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-koenig-editor.hbs"}})}),define("ghost-admin/templates/components/gh-loading-spinner",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"MwDIj0vT",block:'{"symbols":[],"statements":[[4,"if",[[23,["showSpinner"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-loading-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-loading-spinner"],[9],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-loading-spinner.hbs"}})}),define("ghost-admin/templates/components/gh-markdown-editor",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ot6bHHzA",block:'{"symbols":["&default"],"statements":[[14,1,[[27,"hash",null,[["editor","isFullScreen","isSplitScreen","focus"],[[27,"component",["gh-simplemde"],[["value","placeholder","autofocus","onChange","onFocus","onBlur","onEditorInit","onEditorDestroy","options"],[[23,["markdown"]],[23,["placeholder"]],[23,["autofocus"]],[27,"action",[[22,0,[]],"updateMarkdown"],null],[27,"action",[[22,0,[]],"updateFocusState",true],null],[27,"action",[[22,0,[]],"updateFocusState",false],null],[27,"action",[[22,0,[]],"setEditor"],null],[27,"action",[[22,0,[]],"destroyEditor"],null],[23,["simpleMDEOptions"]]]]],[23,["_isFullScreen"]],[23,["_isSplitScreen"]],[27,"action",[[22,0,[]],"focusEditor"],null]]]]]],[0,"\\n\\n"],[7,"div"],[11,"style","display:none"],[9],[0,"\\n "],[1,[27,"gh-file-input",null,[["multiple","action","accept"],[true,[27,"action",[[22,0,[]],[23,["onImageFilesSelected"]]],null],[23,["imageMimeTypes"]]]]],false],[0,"\\n"],[10],[0,"\\n\\n"],[4,"if",[[23,["_showUnsplash"]]],null,{"statements":[[0," "],[1,[27,"gh-unsplash",null,[["select","close"],[[27,"action",[[22,0,[]],"insertUnsplashPhoto"],null],[27,"action",[[22,0,[]],"toggleUnsplash"],null]]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showMarkdownHelp"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["markdown-help"],[["close","modifier"],[[27,"action",[[22,0,[]],"toggleMarkdownHelp"],null],"wide"]]],false],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-markdown-editor.hbs"}})}),define("ghost-admin/templates/components/gh-member-avatar",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"aenM0p5R",block:'{"symbols":["&attrs"],"statements":[[8,"div"],[11,"class","flex items-center justify-center br-100"],[12,"style",[22,0,["backgroundStyle"]]],[13,1],[9],[0,"\\n "],[7,"span"],[12,"class",[28,["db white ",[22,0,["initialsClass"]]]]],[9],[1,[22,0,["initials"]],false],[10],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-member-avatar.hbs"}})}),define("ghost-admin/templates/components/gh-mobile-nav-bar",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"rme0Fz/E",block:'{"symbols":["&default"],"statements":[[4,"link-to",["editor.new","post"],null,{"statements":[[1,[27,"svg-jar",["pen"],null],false],[0,"New post"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[27,"eq",[[23,["router","currentRouteName"]],"posts.index"],null]],null,{"statements":[[0," "],[4,"link-to",["posts",[27,"query-params",null,[["type"],[null]]]],[["classNames"],["active"]],{"statements":[[1,[27,"svg-jar",["content"],null],false],[0,"Posts"]],"parameters":[]},null],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[4,"link-to",["posts"],null,{"statements":[[1,[27,"svg-jar",["content"],null],false],[0,"Posts"]],"parameters":[]},null],[0,"\\n"]],"parameters":[]}],[4,"link-to",["staff"],[["classNames"],["gh-nav-main-users"]],{"statements":[[1,[27,"svg-jar",["account-group"],null],false],[0,"Staff"]],"parameters":[]},null],[0,"\\n"],[7,"div"],[11,"class","gh-mobile-nav-bar-more"],[3,"action",[[22,0,[]],"openMobileMenu"],[["target","data-test-mobile-nav"],[[23,["ui"]],"more"]]],[9],[1,[27,"svg-jar",["icon"],[["class"],["icon-gh"]]],false],[0,"More"],[10],[0,"\\n"],[14,1],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-mobile-nav-bar.hbs"}})}),define("ghost-admin/templates/components/gh-mobiledoc",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"TbZ2Miax",block:'{"symbols":["&default"],"statements":[[14,1],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-mobiledoc.hbs"}})}),define("ghost-admin/templates/components/gh-modal-dialog",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"2AbJ45QK",block:'{"symbols":["&default"],"statements":[[7,"div"],[11,"class","modal-container js-modal-container"],[3,"action",[[22,0,[]],"closeModal"]],[9],[0,"\\n "],[7,"article"],[12,"class",[28,[[21,"klass"]," js-modal"]]],[9],[0,"\\n "],[7,"section"],[11,"class","modal-content"],[3,"action",[[22,0,[]],"noBubble"],[["bubbles","preventDefault"],[false,false]]],[9],[0,"\\n "],[4,"if",[[23,["title"]]],null,{"statements":[[7,"header"],[11,"class","modal-header"],[9],[7,"h1"],[9],[1,[21,"title"],false],[10],[10]],"parameters":[]},null],[0,"\\n "],[4,"if",[[23,["showClose"]]],null,{"statements":[[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","modal-body"],[9],[0,"\\n "],[14,1],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["confirm"]]],null,{"statements":[[0," "],[7,"footer"],[11,"class","modal-footer"],[9],[0,"\\n"],[0," "],[7,"button"],[12,"class",[28,[[21,"rejectButtonClass"]," btn-minor"]]],[11,"type","button"],[3,"action",[[22,0,[]],"confirm","reject"]],[9],[1,[23,["confirm","reject","text"]],false],[10],[7,"button"],[12,"class",[28,[[21,"acceptButtonClass"]]]],[11,"type","button"],[3,"action",[[22,0,[]],"confirm","accept"]],[9],[1,[23,["confirm","accept","text"]],false],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"div"],[11,"class","modal-background js-modal-background"],[9],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-modal-dialog.hbs"}})}),define("ghost-admin/templates/components/gh-nav-menu",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Ju+L84hv",block:'{"symbols":["menuItem","dropdown","menuItem"],"statements":[[4,"gh-basic-dropdown",null,[["horizontalPosition","calculatePosition"],["right",[23,["userDropdownPosition"]]]],{"statements":[[4,"component",[[22,2,["trigger"]]],[["tagName","class"],["header","gh-nav-menu"]],{"statements":[[0," "],[7,"div"],[11,"class","gh-nav-menu-icon"],[12,"style",[21,"iconStyle"]],[9],[10],[0,"\\n "],[7,"div"],[11,"class","gh-nav-menu-details"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-nav-menu-details-blog"],[9],[1,[23,["config","blogTitle"]],false],[10],[0,"\\n "],[7,"div"],[11,"class","gh-nav-menu-details-user"],[9],[1,[23,["session","user","name"]],false],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-down-small"],null],false],[0,"\\n"]],"parameters":[]},null],[4,"component",[[22,2,["content"]]],[["class"],["gh-nav-menu-dropdown"]],{"statements":[[0," "],[7,"ul"],[11,"class","dropdown-menu dropdown-triangle-top"],[11,"role","menu"],[3,"action",[[22,0,[]],[22,2,["actions","close"]]],[["on","preventDefault"],["click",false]]],[9],[0,"\\n "],[7,"li"],[11,"role","presentation"],[9],[7,"a"],[11,"class","dropdown-item"],[12,"href",[28,[[23,["config","blogUrl"]],"/"]]],[11,"target","_blank"],[11,"tabindex","-1"],[9],[1,[27,"svg-jar",["view-site"],null],false],[0," View site"],[10],[10],[0,"\\n "],[7,"li"],[11,"role","presentation"],[9],[4,"link-to",["about"],[["classNames","role","tabindex"],["dropdown-item","menuitem","-1"]],{"statements":[[1,[27,"svg-jar",["store"],null],false],[0," About Ghost"]],"parameters":[]},null],[10],[0,"\\n "],[7,"li"],[11,"class","divider"],[9],[10],[0,"\\n "],[7,"li"],[11,"role","presentation"],[9],[4,"link-to",["staff.user",[23,["session","user","slug"]]],[["classNames","role","tabindex"],["dropdown-item","menuitem","-1"]],{"statements":[[1,[27,"svg-jar",["user-circle"],null],false],[0," Your Profile"]],"parameters":[]},null],[10],[0,"\\n "],[7,"li"],[11,"role","presentation"],[9],[7,"a"],[11,"class","dropdown-item"],[11,"role","menuitem"],[11,"tabindex","-1"],[11,"href","https://docs.ghost.org/"],[11,"target","_blank"],[9],[1,[27,"svg-jar",["ambulance"],null],false],[0," Support Center"],[10],[10],[0,"\\n "],[7,"li"],[11,"role","presentation"],[9],[7,"a"],[11,"class","dropdown-item"],[11,"role","menuitem"],[11,"tabindex","-1"],[11,"href","https://twitter.com/intent/tweet?text=%40TryGhost+Hi%21+Can+you+help+me+with+&related=TryGhost"],[11,"target","_blank"],[11,"onclick","window.open(this.href, \'twitter-share\', \'width=550,height=235\');return false;"],[9],[1,[27,"svg-jar",["twitter"],null],false],[0," Tweet @TryGhost!"],[10],[10],[0,"\\n "],[7,"li"],[11,"role","presentation"],[9],[7,"a"],[11,"class","dropdown-item"],[11,"role","menuitem"],[11,"tabindex","-1"],[11,"href","https://docs.ghost.org/faq/using-ghost/"],[11,"target","_blank"],[9],[1,[27,"svg-jar",["book-open"],null],false],[0," How to Use Ghost"],[10],[10],[0,"\\n "],[7,"li"],[11,"class","divider"],[9],[10],[0,"\\n\\n"],[4,"if",[[23,["showDropdownExtension"]]],null,{"statements":[[4,"each",[[23,["config","clientExtensions","dropdown","items"]]],null,{"statements":[[4,"if",[[22,3,["divider"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","divider"],[9],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"li"],[11,"role","presentation"],[9],[0,"\\n "],[7,"a"],[12,"href",[28,[[22,3,["href"]]]]],[11,"target","_blank"],[12,"class",[28,["dropdown-item ",[22,3,["classes"]]]]],[11,"role","menuitem"],[11,"tabindex","-1"],[9],[1,[27,"svg-jar",[[22,3,["icon"]]],null],false],[1,[22,3,["text"]],false],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[3]},null],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"li"],[11,"role","presentation"],[9],[4,"link-to",["signout"],[["classNames","role","tabindex"],["dropdown-item user-menu-signout","menuitem","-1"]],{"statements":[[1,[27,"svg-jar",["signout"],null],false],[0," Sign Out"]],"parameters":[]},null],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[2]},null],[7,"section"],[11,"class","gh-nav-body"],[9],[0,"\\n "],[7,"section"],[11,"class","gh-nav-search"],[9],[0,"\\n "],[1,[27,"gh-search-input",null,[["class"],["gh-nav-search-input"]]],false],[0,"\\n "],[10],[0,"\\n "],[7,"ul"],[11,"class","gh-nav-list gh-nav-main"],[9],[0,"\\n "],[7,"li"],[11,"class","relative"],[9],[0,"\\n "],[4,"link-to",["editor.new","post"],[["classNames","alt"],["gh-nav-new-post","New story"]],{"statements":[[7,"span"],[9],[1,[27,"svg-jar",["add-stroke"],null],false],[10]],"parameters":[]},null],[0,"\\n"],[4,"if",[[27,"eq",[[23,["router","currentRouteName"]],"posts.index"],null]],null,{"statements":[[0," "],[4,"link-to",["posts",[27,"query-params",null,[["type","author","tag","order"],[null,null,null,null]]]],[["classNames"],["active"]],{"statements":[[1,[27,"svg-jar",["content"],null],false],[0,"Posts"]],"parameters":[]},null],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[4,"link-to",["posts"],null,{"statements":[[1,[27,"svg-jar",["content"],null],false],[0,"Posts"]],"parameters":[]},null],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[7,"li"],[9],[0,"\\n"],[4,"if",[[27,"eq",[[23,["router","currentRouteName"]],"pages.index"],null]],null,{"statements":[[0," "],[4,"link-to",["pages",[27,"query-params",null,[["type","author","tag","order"],[null,null,null,null]]]],[["classNames"],["active"]],{"statements":[[1,[27,"svg-jar",["pages"],null],false],[0,"Pages"]],"parameters":[]},null],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[4,"link-to",["pages"],null,{"statements":[[1,[27,"svg-jar",["pages"],null],false],[0,"Pages"]],"parameters":[]},null],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n"],[4,"if",[[27,"and",[[23,["feature","members"]],[27,"gh-user-can-admin",[[23,["session","user"]]],null]],null]],null,{"statements":[[0," "],[7,"li"],[9],[4,"link-to",["members"],[["current-when"],["members member"]],{"statements":[[1,[27,"svg-jar",["members"],null],false],[0,"Members"]],"parameters":[]},null],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"li"],[9],[4,"link-to",["staff"],null,{"statements":[[1,[27,"svg-jar",["staff"],null],false],[0,"Staff"]],"parameters":[]},null],[10],[0,"\\n"],[4,"if",[[27,"and",[[23,["feature","subscribers"]],[27,"gh-user-can-admin",[[23,["session","user"]]],null]],null]],null,{"statements":[[0," "],[7,"li"],[9],[4,"link-to",["subscribers"],null,{"statements":[[1,[27,"svg-jar",["email"],null],false],[0,"Subscribers"]],"parameters":[]},null],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"],[4,"if",[[27,"gh-user-can-admin",[[23,["session","user"]]],null]],null,{"statements":[[0," "],[7,"ul"],[11,"class","gh-nav-list gh-nav-settings"],[9],[0,"\\n "],[7,"li"],[11,"class","gh-nav-list-h"],[9],[0,"Settings"],[10],[0,"\\n "],[7,"li"],[9],[4,"link-to",["settings.general"],null,{"statements":[[1,[27,"svg-jar",["settings"],null],false],[0,"General"]],"parameters":[]},null],[10],[0,"\\n "],[7,"li"],[9],[4,"link-to",["settings.design"],null,{"statements":[[1,[27,"svg-jar",["paintbrush"],null],false],[0,"Design"]],"parameters":[]},null],[10],[0,"\\n "],[7,"li"],[9],[4,"link-to",["settings.tags"],null,{"statements":[[1,[27,"svg-jar",["tag"],null],false],[0,"Tags"]],"parameters":[]},null],[10],[0,"\\n "],[7,"li"],[9],[4,"link-to",["settings.code-injection"],null,{"statements":[[1,[27,"svg-jar",["brackets"],null],false],[0,"Code injection"]],"parameters":[]},null],[10],[0,"\\n "],[7,"li"],[9],[4,"link-to",["settings.integrations"],[["current-when"],[[23,["isIntegrationRoute"]]]],{"statements":[[1,[27,"svg-jar",["modules"],null],false],[0,"Integrations"]],"parameters":[]},null],[10],[0,"\\n "],[7,"li"],[9],[4,"link-to",["settings.labs"],null,{"statements":[[1,[27,"svg-jar",["labs"],null],false],[0,"Labs"]],"parameters":[]},null],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showMenuExtension"]]],null,{"statements":[[0," "],[7,"ul"],[11,"class","gh-nav-list gh-nav-settings"],[9],[0,"\\n "],[4,"if",[[23,["config","clientExtensions","menu","title"]]],null,{"statements":[[7,"li"],[11,"class","gh-nav-list-h"],[9],[1,[23,["config","clientExtensions","menu","title"]],false],[10]],"parameters":[]},null],[0,"\\n"],[4,"each",[[23,["config","clientExtensions","menu","items"]]],null,{"statements":[[0," "],[7,"li"],[9],[0,"\\n "],[7,"a"],[12,"href",[28,[[22,1,["href"]]]]],[11,"target","_blank"],[9],[1,[27,"svg-jar",[[22,1,["icon"]]],null],false],[1,[22,1,["text"]],false],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showScriptExtension"]]],null,{"statements":[[0," "],[1,[23,["config","clientExtensions","script","container"]],true],[0,"\\n "],[7,"script"],[12,"src",[28,[[23,["config","clientExtensions","script","src"]]]]],[9],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[10],[0,"\\n"],[7,"footer"],[11,"class","gh-nav-foot"],[9],[0,"\\n "],[7,"a"],[11,"class","gh-nav-foot-sitelink"],[12,"href",[28,[[23,["config","blogUrl"]],"/"]]],[11,"target","_blank"],[9],[1,[27,"svg-jar",["view-site"],null],false],[0," View site"],[10],[0,"\\n"],[10],[0,"\\n\\n"],[1,[27,"gh-tour-item",["getting-started"],[["target","throbberAttachment","popoverTriangleClass"],[".gh-nav header","middle right","left-top"]]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-nav-menu.hbs"}})}),define("ghost-admin/templates/components/gh-navitem",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"mVj+C51j",block:'{"symbols":[],"statements":[[4,"unless",[[23,["navItem","isNew"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","gh-blognav-grab"],[9],[0,"\\n "],[1,[27,"svg-jar",["grab"],null],false],[0,"\\n "],[7,"span"],[11,"class","sr-only"],[9],[0,"Reorder"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[7,"div"],[11,"class","gh-blognav-line"],[9],[0,"\\n"],[4,"gh-validation-status-container",null,[["tagName","class","errors","property","hasValidated"],["span","gh-blognav-label",[23,["navItem","errors"]],"label",[23,["navItem","hasValidated"]]]],{"statements":[[0," "],[1,[27,"gh-trim-focus-input",null,[["shouldFocus","placeholder","value","input","keyPress","focus-out"],[[23,["navItem","last"]],"Label",[27,"readonly",[[23,["navItem","label"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["navItem","label"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"clearLabelErrors"],null],[27,"action",[[22,0,[]],"updateLabel",[23,["navItem","label"]]],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["navItem","errors"]],"label"]]],false],[0,"\\n"]],"parameters":[]},null],[4,"gh-validation-status-container",null,[["tagName","class","errors","property","hasValidated"],["span","gh-blognav-url",[23,["navItem","errors"]],"url",[23,["navItem","hasValidated"]]]],{"statements":[[0," "],[1,[27,"gh-navitem-url-input",null,[["baseUrl","isNew","url","update","clearErrors"],[[23,["baseUrl"]],[23,["navItem","isNew"]],[27,"readonly",[[23,["navItem","url"]]],null],[27,"action",[[22,0,[]],"updateUrl"],null],[27,"action",[[22,0,[]],"clearUrlErrors"],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["navItem","errors"]],"url"]]],false],[0,"\\n"]],"parameters":[]},null],[10],[0,"\\n\\n"],[4,"if",[[23,["navItem","isNew"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-blognav-add"],[11,"type","button"],[3,"action",[[22,0,[]],"addItem"]],[9],[0,"\\n "],[1,[27,"svg-jar",["add"],null],false],[7,"span"],[11,"class","sr-only"],[9],[0,"Add"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"button"],[11,"class","gh-blognav-delete"],[11,"type","button"],[3,"action",[[22,0,[]],"deleteItem",[23,["navItem"]]]],[9],[0,"\\n "],[1,[27,"svg-jar",["trash"],null],false],[7,"span"],[11,"class","sr-only"],[9],[0,"Delete"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-navitem.hbs"}})}),define("ghost-admin/templates/components/gh-notification",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"WqKaguA8",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-notification-content"],[9],[0,"\\n "],[1,[23,["message","message"]],false],[0,"\\n"],[10],[0,"\\n"],[7,"button"],[11,"class","gh-notification-close"],[3,"action",[[22,0,[]],"closeNotification"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-notification.hbs"}})}),define("ghost-admin/templates/components/gh-notifications",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"SO/ybsJN",block:'{"symbols":["message"],"statements":[[4,"each",[[23,["messages"]]],null,{"statements":[[0," "],[1,[27,"gh-notification",null,[["message"],[[22,1,[]]]]],false],[0,"\\n"]],"parameters":[1]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-notifications.hbs"}})}),define("ghost-admin/templates/components/gh-post-settings-menu",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"v7IZeAaV",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","settings-menu-container"],[9],[0,"\\n "],[7,"div"],[11,"id","entry-controls"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,[[27,"if",[[23,["isViewingSubview"]],"settings-menu-pane-out-left","settings-menu-pane-in"],null]," settings-menu settings-menu-pane"]]],[9],[0,"\\n "],[7,"div"],[11,"class","settings-menu-header"],[9],[0,"\\n "],[7,"h4"],[9],[1,[27,"capitalize",[[23,["post","displayName"]]],null],false],[0," Settings"],[10],[0,"\\n "],[7,"button"],[11,"class","close settings-menu-header-action"],[3,"action",[[22,0,[]],"closeMenus"],[["target"],[[23,["ui"]]]]],[9],[0,"\\n "],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","settings-menu-content"],[9],[0,"\\n "],[1,[27,"gh-image-uploader-with-preview",null,[["image","text","allowUnsplash","update","remove"],[[23,["post","featureImage"]],"Upload post image",true,[27,"action",[[22,0,[]],"setCoverImage"],null],[27,"action",[[22,0,[]],"clearCoverImage"],null]]]],false],[0,"\\n "],[7,"form"],[9],[0,"\\n "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[7,"label"],[11,"for","url"],[9],[1,[27,"capitalize",[[23,["post","displayName"]]],null],false],[0," URL"],[10],[0,"\\n"],[4,"unless",[[23,["post","isNew"]]],null,{"statements":[[4,"if",[[23,["post","isPublished"]]],null,{"statements":[[0," "],[7,"a"],[11,"class","post-view-link"],[11,"target","_blank"],[12,"href",[28,[[23,["post","url"]]]]],[9],[0,"\\n View "],[1,[23,["post","displayName"]],false],[0," "],[1,[27,"svg-jar",["external"],null],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"a"],[11,"class","post-view-link"],[11,"target","_blank"],[12,"href",[28,[[23,["post","previewUrl"]]]]],[9],[0,"\\n Preview "],[1,[27,"svg-jar",["external"],null],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","gh-input-icon gh-icon-link"],[9],[0,"\\n "],[1,[27,"svg-jar",["link"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["class","id","name","value","input","focus-out","stopEnterKeyDownPropagation"],["post-setting-slug","url","post-setting-slug",[27,"readonly",[[23,["slugValue"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["slugValue"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"updateSlug",[23,["slugValue"]]],null],true]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-url-preview",null,[["slug","tagName","classNames"],[[23,["slugValue"]],"p","description"]]],false],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n"],[4,"if",[[27,"or",[[23,["post","isDraft"]],[23,["post","isPublished"]],[23,["post","pastScheduledTime"]]],null]],null,{"statements":[[0," "],[7,"label"],[9],[0,"Publish Date"],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"label"],[9],[0,"Scheduled Date"],[10],[0,"\\n "],[7,"p"],[9],[0,"Use the publish menu to re-schedule"],[10],[0,"\\n"]],"parameters":[]}],[0," "],[1,[27,"gh-date-time-picker",null,[["date","time","setDate","setTime","errors","dateErrorProperty","timeErrorProperty","maxDate","disabled","static"],[[23,["post","publishedAtBlogDate"]],[23,["post","publishedAtBlogTime"]],[27,"action",[[22,0,[]],"setPublishedAtBlogDate"],null],[27,"action",[[22,0,[]],"setPublishedAtBlogTime"],null],[23,["post","errors"]],"publishedAtBlogDate","publishedAtBlogTime","now",[23,["post","isScheduled"]],true]]],false],[0,"\\n "],[10],[0,"\\n\\n"],[4,"unless",[[23,["session","user","isContributor"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[7,"label"],[11,"for","tag-input"],[9],[0,"Tags"],[10],[0,"\\n "],[1,[27,"gh-psm-tags-input",null,[["post","triggerId"],[[23,["post"]],"tag-input"]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"customExcerpt"]],{"statements":[[0," "],[7,"label"],[11,"for","custom-excerpt"],[9],[0,"Excerpt"],[10],[0,"\\n "],[1,[27,"gh-textarea",null,[["class","id","name","value","input","focus-out","stopEnterKeyDownPropagation"],["post-setting-custom-excerpt","custom-excerpt","post-setting-custom-excerpt",[27,"readonly",[[23,["customExcerptScratch"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["customExcerptScratch"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setCustomExcerpt",[23,["customExcerptScratch"]]],null],"true"]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"customExcerpt"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"unless",[[23,["session","user","isAuthorOrContributor"]]],null,{"statements":[[4,"gh-form-group",null,[["class","errors","hasValidated","property"],["for-select",[23,["post","errors"]],[23,["post","hasValidated"]],"authors"]],{"statements":[[0," "],[7,"label"],[11,"for","author-list"],[9],[0,"Authors"],[10],[0,"\\n "],[1,[27,"gh-psm-authors-input",null,[["selectedAuthors","updateAuthors","triggerId"],[[23,["post","authors"]],[27,"action",[[22,0,[]],"changeAuthors"],null],"author-list"]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"authors"]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0,"\\n "],[7,"ul"],[11,"class","nav-list nav-list-block"],[9],[0,"\\n "],[7,"li"],[11,"class","nav-list-item"],[3,"action",[[22,0,[]],"showSubview","meta-data"]],[9],[0,"\\n "],[7,"button"],[11,"type","button"],[9],[0,"\\n "],[7,"b"],[9],[0,"Meta Data"],[10],[0,"\\n "],[7,"span"],[9],[0,"Extra content for search engines"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[7,"li"],[11,"class","nav-list-item"],[3,"action",[[22,0,[]],"showSubview","twitter-data"]],[9],[0,"\\n "],[7,"button"],[11,"type","button"],[9],[0,"\\n "],[7,"b"],[9],[0,"Twitter Card"],[10],[0,"\\n "],[7,"span"],[9],[0,"Customise structured data for Twitter"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[7,"li"],[11,"class","nav-list-item"],[3,"action",[[22,0,[]],"showSubview","facebook-data"]],[9],[0,"\\n "],[7,"button"],[11,"type","button"],[9],[0,"\\n "],[7,"b"],[9],[0,"Facebook Card"],[10],[0,"\\n "],[7,"span"],[9],[0,"Customise Open Graph data"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[7,"li"],[11,"class","nav-list-item"],[3,"action",[[22,0,[]],"showSubview","codeinjection"]],[9],[0,"\\n "],[7,"button"],[11,"type","button"],[9],[0,"\\n "],[7,"b"],[9],[0,"Code Injection"],[10],[0,"\\n "],[7,"span"],[9],[0,"Add styles/scripts to the header & footer"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","form-group for-checkbox"],[9],[0,"\\n "],[7,"label"],[11,"class","checkbox"],[11,"for","featured"],[3,"action",[[22,0,[]],"toggleFeatured"],[["bubbles"],["false"]]],[9],[0,"\\n "],[7,"input"],[12,"checked",[23,["post","featured"]]],[11,"class","gh-input post-settings-featured"],[12,"onclick",[27,"action",[[22,0,[]],[27,"mut",[[23,["post","featured"]]],null]],[["value"],["target.checked"]]]],[11,"type","checkbox"],[9],[10],[0,"\\n "],[7,"span"],[11,"class","input-toggle-component"],[9],[10],[0,"\\n "],[7,"p"],[9],[0,"Feature this "],[1,[23,["post","displayName"]],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[1,[27,"gh-psm-template-select",null,[["post","onTemplateSelect"],[[23,["post"]],[27,"action",[[22,0,[]],[27,"mut",[[23,["post","customTemplate"]]],null]],null]]]],false],[0,"\\n\\n"],[4,"unless",[[23,["post","isNew"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-link gh-btn-icon settings-menu-delete-button"],[11,"type","button"],[3,"action",[[22,0,[]],"deletePost"]],[9],[7,"span"],[9],[1,[27,"svg-jar",["trash"],null],false],[0," Delete Post"],[10],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[12,"class",[28,[[27,"if",[[23,["isViewingSubview"]],"settings-menu-pane-in","settings-menu-pane-out-right"],null]," settings-menu settings-menu-pane"]]],[9],[0,"\\n "],[7,"div"],[11,"class","active"],[9],[0,"\\n"],[4,"if",[[23,["isViewingSubview"]]],null,{"statements":[[4,"if",[[27,"eq",[[23,["subview"]],"meta-data"],null]],null,{"statements":[[0," "],[7,"div"],[11,"class","settings-menu-header subview"],[9],[0,"\\n "],[7,"button"],[11,"class","back settings-menu-header-action"],[3,"action",[[22,0,[]],"closeSubview"]],[9],[1,[27,"svg-jar",["arrow-left"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Back"],[10],[10],[0,"\\n "],[7,"h4"],[9],[0,"Meta Data"],[10],[0,"\\n "],[7,"div"],[11,"style","width:23px;"],[9],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","settings-menu-content"],[9],[0,"\\n "],[7,"form"],[3,"action",[[22,0,[]],"discardEnter"],[["on"],["submit"]]],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"metaTitle"]],{"statements":[[0," "],[7,"label"],[11,"for","meta-title"],[9],[0,"Meta Title"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["class","id","name","value","input","focus-out","stopEnterKeyDownPropagation"],["post-setting-meta-title","meta-title","post-setting-meta-title",[27,"readonly",[[23,["metaTitleScratch"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["metaTitleScratch"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setMetaTitle",[23,["metaTitleScratch"]]],null],true]]],false],[0,"\\n "],[7,"p"],[9],[0,"Recommended: "],[7,"b"],[9],[0,"70"],[10],[0," characters. You’ve used "],[1,[27,"gh-count-down-characters",[[23,["metaTitleScratch"]],70],null],false],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"meta-title"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"metaDescription"]],{"statements":[[0," "],[7,"label"],[11,"for","meta-description"],[9],[0,"Meta Description"],[10],[0,"\\n "],[1,[27,"gh-textarea",null,[["class","id","name","value","input","focus-out","stopEnterKeyDownPropagation"],["post-setting-meta-description","meta-description","post-setting-meta-description",[27,"readonly",[[23,["metaDescriptionScratch"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["metaDescriptionScratch"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setMetaDescription",[23,["metaDescriptionScratch"]]],null],"true"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Recommended: "],[7,"b"],[9],[0,"156"],[10],[0," characters. You’ve used "],[1,[27,"gh-count-down-characters",[[23,["metaDescriptionScratch"]],156],null],false],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"meta-description"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[7,"label"],[9],[0,"Search Engine Result Preview"],[10],[0,"\\n "],[7,"div"],[11,"class","seo-preview"],[9],[0,"\\n "],[7,"div"],[11,"class","seo-preview-title"],[9],[1,[27,"truncate",[[23,["seoTitle"]],70],null],false],[10],[0,"\\n "],[7,"div"],[11,"class","seo-preview-link"],[9],[1,[27,"truncate",[[23,["seoURL"]],70],null],false],[10],[0,"\\n "],[7,"div"],[11,"class","seo-preview-description"],[9],[1,[27,"truncate",[[23,["seoDescription"]],300],null],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[27,"eq",[[23,["subview"]],"twitter-data"],null]],null,{"statements":[[0," "],[7,"div"],[11,"class","settings-menu-header subview"],[9],[0,"\\n "],[7,"button"],[11,"class","back settings-menu-header-action"],[3,"action",[[22,0,[]],"closeSubview"]],[9],[1,[27,"svg-jar",["arrow-left"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Back"],[10],[10],[0,"\\n "],[7,"h4"],[9],[0,"Twitter Card"],[10],[0,"\\n "],[7,"div"],[11,"style","width:23px;"],[9],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","settings-menu-content"],[9],[0,"\\n\\n "],[7,"form"],[3,"action",[[22,0,[]],"discardEnter"],[["on"],["submit"]]],[9],[0,"\\n "],[1,[27,"gh-image-uploader-with-preview",null,[["image","text","allowUnsplash","update","remove"],[[23,["post","twitterImage"]],"Add Twitter image",true,[27,"action",[[22,0,[]],"setTwitterImage"],null],[27,"action",[[22,0,[]],"clearTwitterImage"],null]]]],false],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"twitterTitle"]],{"statements":[[0," "],[7,"label"],[11,"for","twitter-title"],[9],[0,"Twitter Title"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["class","id","name","placeholder","value","input","focus-out","stopEnterKeyDownPropagation"],["post-setting-twitter-title","twitter-title","post-setting-twitter-title",[27,"truncate",[[23,["twitterTitle"]],40],null],[27,"readonly",[[23,["twitterTitleScratch"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["twitterTitleScratch"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setTwitterTitle",[23,["twitterTitleScratch"]]],null],true]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"twitterTitle"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"twitterDescription"]],{"statements":[[0," "],[7,"label"],[11,"for","twitter-description"],[9],[0,"Twitter Description"],[10],[0,"\\n "],[1,[27,"gh-textarea",null,[["class","id","name","placeholder","stopEnterKeyDownPropagation","value","input","focus-out"],["post-setting-twitter-description","twitter-description","post-setting-twitter-description",[27,"truncate",[[23,["twitterDescription"]],155],null],"true",[27,"readonly",[[23,["twitterDescriptionScratch"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["twitterDescriptionScratch"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setTwitterDescription",[23,["twitterDescriptionScratch"]]],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"twitterDescription"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[7,"label"],[9],[0,"Preview"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-twitter-preview"],[9],[0,"\\n"],[4,"if",[[23,["twitterImage"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-twitter-preview-image"],[12,"style",[27,"background-image-style",[[23,["twitterImage"]]],null]],[9],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[11,"class","gh-twitter-preview-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-twitter-preview-title"],[9],[1,[21,"twitterTitle"],false],[10],[0,"\\n "],[7,"div"],[11,"class","gh-twitter-preview-description"],[9],[1,[27,"truncate",[[23,["twitterDescription"]],155],null],false],[10],[0,"\\n "],[7,"div"],[11,"class","gh-twitter-preview-footer"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-twitter-preview-footer-left"],[9],[0,"\\n "],[1,[23,["config","blogDomain"]],false],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-twitter-preview-footer-right"],[9],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[27,"eq",[[23,["subview"]],"facebook-data"],null]],null,{"statements":[[0," "],[7,"div"],[11,"class","settings-menu-header subview"],[9],[0,"\\n "],[7,"button"],[11,"class","back settings-menu-header-action"],[3,"action",[[22,0,[]],"closeSubview"]],[9],[1,[27,"svg-jar",["arrow-left"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Back"],[10],[10],[0,"\\n "],[7,"h4"],[9],[0,"Facebook Card"],[10],[0,"\\n "],[7,"div"],[11,"style","width:23px;"],[9],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","settings-menu-content"],[9],[0,"\\n "],[7,"form"],[3,"action",[[22,0,[]],"discardEnter"],[["on"],["submit"]]],[9],[0,"\\n "],[1,[27,"gh-image-uploader-with-preview",null,[["image","text","allowUnsplash","update","remove"],[[23,["post","ogImage"]],"Add Facebook image",true,[27,"action",[[22,0,[]],"setOgImage"],null],[27,"action",[[22,0,[]],"clearOgImage"],null]]]],false],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"ogTitle"]],{"statements":[[0," "],[7,"label"],[11,"for","og-title"],[9],[0,"Facebook Title"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["class","id","name","placeholder","value","input","focus-out","stopEnterKeyDownPropagation"],["post-setting-og-title","og-title","post-setting-og-title",[27,"truncate",[[23,["facebookTitle"]],40],null],[27,"readonly",[[23,["ogTitleScratch"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["ogTitleScratch"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setOgTitle",[23,["ogTitleScratch"]]],null],true]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"ogTitle"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"ogDescription"]],{"statements":[[0," "],[7,"label"],[11,"for","og-description"],[9],[0,"Facebook Description"],[10],[0,"\\n "],[1,[27,"gh-textarea",null,[["class","id","name","placeholder","value","input","focus-out","stopEnterKeyDownPropagation"],["post-setting-og-description","og-description","post-setting-og-description",[27,"truncate",[[23,["facebookDescription"]],160],null],[27,"readonly",[[23,["ogDescriptionScratch"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["ogDescriptionScratch"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setOgDescription",[23,["ogDescriptionScratch"]]],null],"true"]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"ogDescription"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[7,"label"],[9],[0,"Preview"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-og-preview"],[9],[0,"\\n"],[4,"if",[[23,["facebookImage"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-og-preview-image"],[12,"style",[27,"background-image-style",[[23,["facebookImage"]]],null]],[9],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[11,"class","gh-og-preview-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-og-preview-title"],[9],[1,[27,"truncate",[[23,["facebookTitle"]],88],null],false],[10],[0,"\\n "],[7,"div"],[11,"class","gh-og-preview-description"],[9],[1,[27,"truncate",[[23,["facebookDescription"]],300],null],false],[10],[0,"\\n "],[7,"div"],[11,"class","gh-og-preview-footer"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-og-preview-footer-left"],[9],[0,"\\n "],[1,[23,["config","blogDomain"]],false],[0," "],[7,"span"],[11,"class","gh-og-preview-footer-left-divider"],[9],[0,"|"],[10],[0," by "],[7,"span"],[11,"class","gh-og-preview-footer-author"],[9],[1,[23,["post","author","name"]],false],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-og-preview-footer-right"],[9],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[27,"eq",[[23,["subview"]],"codeinjection"],null]],null,{"statements":[[0," "],[7,"div"],[11,"class","settings-menu-header subview"],[9],[0,"\\n "],[7,"button"],[11,"class","back settings-menu-header-action"],[3,"action",[[22,0,[]],"closeSubview"]],[9],[1,[27,"svg-jar",["arrow-left"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Back"],[10],[10],[0,"\\n "],[7,"h4"],[9],[0,"Code Injection"],[10],[0,"\\n "],[7,"div"],[11,"style","width:23px;"],[9],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","settings-menu-content settings-menu-content-codeinjection"],[9],[0,"\\n "],[7,"form"],[3,"action",[[22,0,[]],"discardEnter"],[["on"],["submit"]]],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"codeinjectionHead"]],{"statements":[[0," "],[7,"label"],[11,"for","codeinjection-head"],[9],[0,"Post Header "],[7,"code"],[9],[0,"{{ghost_head}}"],[10],[10],[0,"\\n "],[1,[27,"gh-cm-editor",[[23,["codeinjectionHeadScratch"]]],[["id","class","name","focusOut","stopEnterKeyDownPropagation","update"],["post-setting-codeinjection-head","post-setting-codeinjection","post-setting-codeinjection-head",[27,"action",[[22,0,[]],"setHeaderInjection",[23,["codeinjectionHeadScratch"]]],null],"true",[27,"action",[[22,0,[]],[27,"mut",[[23,["codeinjectionHeadScratch"]]],null]],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"codeinjectionHead"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["post","errors"]],[23,["post","hasValidated"]],"codeinjectionFoot"]],{"statements":[[0," "],[7,"label"],[11,"for","codeinjection-foot"],[9],[0,"Post Footer "],[7,"code"],[9],[0,"{{ghost_foot}}"],[10],[10],[0,"\\n "],[1,[27,"gh-cm-editor",[[23,["codeinjectionFootScratch"]]],[["id","class","name","focusOut","stopEnterKeyDownPropagation","update"],["post-setting-codeinjection-foot","post-setting-codeinjection","post-setting-codeinjection-foot",[27,"action",[[22,0,[]],"setFooterInjection",[23,["codeinjectionFootScratch"]]],null],"true",[27,"action",[[22,0,[]],[27,"mut",[[23,["codeinjectionFootScratch"]]],null]],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["post","errors"]],"codeinjectionFoot"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[4,"if",[[23,["_showThrobbers"]]],null,{"statements":[[0," "],[1,[27,"gh-tour-item",["featured-post"],[["target","throbberAttachment","throbberOffset","popoverTriangleClass"],["label[for=\'featured\'] p","middle middle","0px -20px","bottom-right"]]],false],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-post-settings-menu.hbs"}})}) define("ghost-admin/templates/components/gh-posts-list-item",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"YbkY5DSa",block:'{"symbols":[],"statements":[[7,"h3"],[11,"class","gh-content-entry-title"],[9],[4,"link-to",["editor.edit",[23,["post","displayName"]],[23,["post","id"]]],[["class","title"],["permalink","Edit this post"]],{"statements":[[1,[23,["post","title"]],false]],"parameters":[]},null],[10],[0,"\\n"],[7,"p"],[9],[1,[21,"subText"],false],[10],[0,"\\n\\n"],[7,"section"],[11,"class","gh-content-entry-meta"],[9],[0,"\\n"],[4,"if",[[23,["isPage"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","gh-content-status-draft gh-badge gh-badge-black"],[9],[0,"Page"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["isScheduled"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","gh-content-status-draft gh-badge"],[9],[0,"Scheduled"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["isDraft"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","gh-content-status-draft gh-badge gh-badge-red"],[9],[0,"Draft"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["isFeatured"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","gh-content-status-featured gh-badge gh-badge-blue"],[9],[0,"Featured"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[27,"and",[[23,["isPublished"]],[27,"not",[[23,["post","page"]]],null]],null]],null,{"statements":[[0," "],[7,"span"],[11,"class","gh-content-status-published"],[9],[0,"Published"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n by "],[7,"span"],[11,"class","gh-content-entry-author"],[9],[1,[21,"authorNames"],false],[10],[0," —\\n\\n"],[4,"if",[[23,["isPublished"]]],null,{"statements":[[0," "],[1,[27,"gh-format-post-time",[[23,["post","publishedAtUTC"]]],[["published"],[true]]],false],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["isScheduled"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","green"],[9],[0,"Will go live "],[1,[27,"gh-format-post-time",[[23,["post","publishedAtUTC"]]],[["scheduled"],[true]]],false],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," Last edited "],[1,[27,"gh-format-post-time",[[23,["post","updatedAtUTC"]]],[["draft"],[true]]],false],[0,"\\n "]],"parameters":[]}]],"parameters":[]}],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-posts-list-item.hbs"}})}),define("ghost-admin/templates/components/gh-profile-image",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"aZP7dKQ5",block:'{"symbols":[],"statements":[[7,"figure"],[11,"class","account-image"],[9],[0,"\\n\\n"],[4,"unless",[[23,["previewDataURL"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","placeholder-img"],[12,"style",[21,"placeholderStyle"]],[9],[10],[0,"\\n "],[7,"div"],[11,"id","account-image"],[11,"class","gravatar-img"],[12,"style",[21,"avatarStyle"]],[9],[0,"\\n "],[7,"span"],[11,"class","sr-only"],[9],[0,"User image"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["previewDataURL"]]],null,{"statements":[[0," "],[7,"img"],[12,"src",[21,"previewDataURL"]],[11,"class","gravatar-img"],[9],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[11,"class","edit-account-image"],[12,"onclick",[27,"action",[[22,0,[]],"openFileDialog"],null]],[11,"role","button"],[9],[0,"\\n "],[1,[27,"svg-jar",["photos"],null],false],[0,"\\n "],[7,"span"],[11,"class","sr-only"],[9],[0,"Upload an image"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[1,[27,"gh-file-input",null,[["alt","name","multiple","action","accept"],[null,"uploadimage",false,[27,"action",[[22,0,[]],"imageSelected"],null],[23,["imageMimeTypes"]]]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-profile-image.hbs"}})}),define("ghost-admin/templates/components/gh-progress-bar",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"DZNWxbi6",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-progress-container"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-progress-container-progress"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-progress-bar ",[27,"if",[[23,["isError"]],"-error"],null]]]],[12,"style",[21,"progressStyle"]],[9],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-progress-bar.hbs"}})}),define("ghost-admin/templates/components/gh-psm-authors-input",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Zt9G1WKC",block:'{"symbols":[],"statements":[[1,[27,"gh-token-input",null,[["options","selected","onchange","allowCreation","renderInPlace","triggerId"],[[23,["availableAuthors"]],[23,["selectedAuthors"]],[27,"action",[[22,0,[]],"updateAuthors"],null],false,true,[23,["triggerId"]]]]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-psm-authors-input.hbs"}})}),define("ghost-admin/templates/components/gh-psm-tags-input",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"p6uREwHY",block:'{"symbols":[],"statements":[[1,[27,"gh-token-input",null,[["extra","onchange","oncreate","options","renderInPlace","selected","showCreateWhen","triggerId"],[[27,"hash",null,[["tokenComponent"],["gh-token-input/tag-token"]]],[27,"action",[[22,0,[]],"updateTags"],null],[27,"action",[[22,0,[]],"createTag"],null],[23,["availableTags"]],true,[23,["post","tags"]],[27,"action",[[22,0,[]],"hideCreateOptionOnMatchingTag"],null],[23,["triggerId"]]]]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-psm-tags-input.hbs"}})}),define("ghost-admin/templates/components/gh-psm-template-select",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"7ONXShSV",block:'{"symbols":[],"statements":[[4,"if",[[23,["customTemplates"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","form-group for-select"],[9],[0,"\\n "],[7,"label"],[11,"for","author-list"],[9],[0,"Template"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-user"],[9],[0,"\\n "],[1,[27,"svg-jar",["file-text-document"],null],false],[0,"\\n "],[7,"span"],[12,"class",[28,["gh-select ",[27,"if",[[23,["matchedSlugTemplate"]],"disabled"],null]]]],[9],[0,"\\n "],[1,[27,"one-way-select",[[23,["selectedTemplate"]]],[["options","optionValuePath","optionLabelPath","update","disabled"],[[23,["customTemplates"]],"filename","name",[27,"action",[[22,0,[]],"selectTemplate"],null],[23,["matchedSlugTemplate"]]]]],false],[0,"\\n "],[1,[27,"svg-jar",["arrow-down-small"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["matchedSlugTemplate"]]],null,{"statements":[[0," "],[7,"p"],[9],[0,"Post URL matches "],[1,[23,["matchedSlugTemplate","filename"]],false],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-psm-template-select.hbs"}})}),define("ghost-admin/templates/components/gh-publishmenu-draft",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"BQDv59Zh",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","gh-publishmenu-heading"],[9],[0,"Ready to publish your post?"],[10],[0,"\\n"],[7,"section"],[11,"class","gh-publishmenu-content"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-publishmenu-radio ",[27,"if",[[27,"eq",[[23,["saveType"]],"publish"],null],"active"],null]]]],[3,"action",[[22,0,[]],"setSaveType","publish"],[["on"],["click"]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-button"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-label"],[9],[0,"Set it live now"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-desc"],[9],[0,"Publish this post immediately"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-publishmenu-radio ",[27,"if",[[27,"eq",[[23,["saveType"]],"schedule"],null],"active"],null]]]],[3,"action",[[22,0,[]],"setSaveType","schedule"],[["on"],["click"]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-button"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-label"],[9],[0,"Schedule it for later"],[10],[0,"\\n "],[1,[27,"gh-date-time-picker",null,[["date","time","setDate","setTime","errors","dateErrorProperty","timeErrorProperty","minDate"],[[23,["post","publishedAtBlogDate"]],[23,["post","publishedAtBlogTime"]],[27,"action",[[22,0,[]],"setDate"],null],[27,"action",[[22,0,[]],"setTime"],null],[23,["post","errors"]],"publishedAtBlogDate","publishedAtBlogTime",[23,["_minDate"]]]]],false],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-desc"],[9],[0,"Set automatic future publish date"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-publishmenu-draft.hbs"}})}),define("ghost-admin/templates/components/gh-publishmenu-published",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Jdz9FgY4",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","gh-publishmenu-heading"],[9],[0,"Update post status"],[10],[0,"\\n"],[7,"section"],[11,"class","gh-publishmenu-content"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-publishmenu-radio ",[27,"if",[[27,"eq",[[23,["saveType"]],"draft"],null],"active"],null]]]],[3,"action",[[22,0,[]],[23,["setSaveType"]],"draft"],[["on"],["click"]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-button"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-label"],[9],[0,"Unpublished"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-desc"],[9],[0,"Revert this post to a private draft"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-publishmenu-radio ",[27,"if",[[27,"eq",[[23,["saveType"]],"publish"],null],"active"],null]]]],[3,"action",[[22,0,[]],[23,["setSaveType"]],"publish"],[["on"],["click"]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-button"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-label"],[9],[0,"Published"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-desc"],[9],[0,"Display this post publicly"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-publishmenu-published.hbs"}})}),define("ghost-admin/templates/components/gh-publishmenu-scheduled",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"OiRcYN0j",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","gh-publishmenu-heading"],[9],[0,"Will be published in "],[1,[21,"timeToPublished"],false],[10],[0,"\\n"],[7,"section"],[11,"class","gh-publishmenu-content"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-publishmenu-radio ",[27,"if",[[27,"eq",[[23,["saveType"]],"draft"],null],"active"],null]]]],[3,"action",[[22,0,[]],"setSaveType","draft"],[["on"],["click"]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-button"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-label"],[9],[0,"Revert to draft"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-desc"],[9],[0,"Do not publish"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-publishmenu-radio ",[27,"if",[[27,"eq",[[23,["saveType"]],"schedule"],null],"active"],null]]]],[3,"action",[[22,0,[]],"setSaveType","schedule"],[["on"],["click"]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-button"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-label"],[9],[0,"Schedule for later"],[10],[0,"\\n "],[1,[27,"gh-date-time-picker",null,[["date","time","setDate","setTime","errors","dateErrorProperty","timeErrorProperty","minDate"],[[23,["post","publishedAtBlogDate"]],[23,["post","publishedAtBlogTime"]],[27,"action",[[22,0,[]],"setDate"],null],[27,"action",[[22,0,[]],"setTime"],null],[23,["post","errors"]],"publishedAtBlogDate","publishedAtBlogTime",[23,["_minDate"]]]]],false],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-desc"],[9],[0,"Set automatic future publish date"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-publishmenu-scheduled.hbs"}})}),define("ghost-admin/templates/components/gh-publishmenu",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"f9HKUJsO",block:'{"symbols":["dd"],"statements":[[4,"basic-dropdown",null,[["verticalPosition","onOpen","onClose"],["below",[27,"action",[[22,0,[]],"open"],null],[27,"action",[[22,0,[]],"close"],null]]],{"statements":[[4,"component",[[22,1,["trigger"]]],[["class"],["gh-btn gh-btn-outline gh-publishmenu-trigger"]],{"statements":[[0," "],[7,"span"],[9],[1,[21,"triggerText"],false],[0," "],[1,[27,"svg-jar",["arrow-down"],null],false],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"component",[[22,1,["content"]]],[["class"],["gh-publishmenu-dropdown"]],{"statements":[[4,"if",[[27,"eq",[[23,["displayState"]],"published"],null]],null,{"statements":[[0," "],[1,[27,"gh-publishmenu-published",null,[["saveType","setSaveType"],[[23,["saveType"]],[27,"action",[[22,0,[]],"setSaveType"],null]]]],false],[0,"\\n\\n"]],"parameters":[]},{"statements":[[4,"if",[[27,"eq",[[23,["displayState"]],"scheduled"],null]],null,{"statements":[[0," "],[1,[27,"gh-publishmenu-scheduled",null,[["post","saveType","isClosing","setSaveType"],[[23,["post"]],[23,["saveType"]],[23,["isClosing"]],[27,"action",[[22,0,[]],"setSaveType"],null]]]],false],[0,"\\n\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"gh-publishmenu-draft",null,[["post","saveType","setSaveType"],[[23,["post"]],[23,["saveType"]],[27,"action",[[22,0,[]],"setSaveType"],null]]]],false],[0,"\\n "]],"parameters":[]}]],"parameters":[]}],[0,"\\n"],[0," "],[7,"footer"],[11,"class","gh-publishmenu-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-outline gh-btn-link"],[3,"action",[[22,0,[]],[22,1,["actions","close"]]]],[9],[0,"\\n "],[7,"span"],[9],[0,"Cancel"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-task-button",[[23,["buttonText"]]],[["task","successText","runningText","class"],[[23,["save"]],[23,["successText"]],[23,["runningText"]],"gh-btn gh-btn-blue gh-publishmenu-button gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[1]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-publishmenu.hbs"}})}),define("ghost-admin/templates/components/gh-scheduled-post-countdown",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"H0tH3U/F",block:'{"symbols":["&default"],"statements":[[4,"if",[[23,["countdown"]]],null,{"statements":[[0," "],[14,1,[[23,["post"]],[23,["countdown"]]]],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-scheduled-post-countdown.hbs"}})}),define("ghost-admin/templates/components/gh-scroll-trigger",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"R7hi/VFS",block:'{"symbols":["&default"],"statements":[[14,1],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-scroll-trigger.hbs"}})}),define("ghost-admin/templates/components/gh-search-input-trigger",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ijZ/+qcU",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","ember-power-select-search"],[12,"onmousedown",[27,"action",[[22,0,[]],"captureMouseDown"],null]],[9],[0,"\\n "],[7,"input"],[11,"autocomplete","off"],[11,"autocorrect","off"],[11,"autocapitalize","off"],[12,"value",[27,"if",[[23,["extra","labelPath"]],[27,"get",[[23,["selected"]],[23,["extra","labelPath"]]],null],[23,["selected"]]],null]],[11,"spellcheck","false"],[11,"role","combobox"],[12,"placeholder",[21,"placeholder"]],[12,"oninput",[27,"action",[[22,0,[]],"search"],[["value"],["target.value"]]]],[12,"onmousedown",[27,"action",[[22,0,[]],"captureMouseDown"],null]],[12,"onkeydown",[27,"action",[[22,0,[]],"handleKeydown"],null]],[12,"onblur",[27,"action",[[22,0,[]],"resetInput"],null]],[11,"type","search"],[9],[10],[0,"\\n "],[7,"button"],[11,"class","gh-nav-search-button"],[3,"action",[[22,0,[]],"focusInput"]],[9],[1,[27,"svg-jar",["search"],null],false],[7,"span"],[11,"class","sr-only"],[9],[0,"Search"],[10],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-search-input-trigger.hbs"}})}),define("ghost-admin/templates/components/gh-search-input",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"EyvH5lOO",block:'{"symbols":["name","select"],"statements":[[4,"power-select",null,[["search","onchange","placeholder","onopen","onclose","searchEnabled","triggerComponent","renderInPlace","loadingMessage"],[[27,"action",[[22,0,[]],"search"],null],[27,"action",[[22,0,[]],"openSelected"],null],"Search...",[27,"action",[[22,0,[]],"onFocus"],null],[27,"action",[[22,0,[]],"onBlur"],null],false,"gh-search-input-trigger",true,"Loading"]],{"statements":[[0," "],[1,[27,"highlighted-text",[[22,1,["title"]],[22,2,["searchText"]]],null],false],[0,"\\n"]],"parameters":[1,2]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-search-input.hbs"}})}),define("ghost-admin/templates/components/gh-simplemde",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"yO92g7Kg",block:'{"symbols":["&default"],"statements":[[14,1],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-simplemde.hbs"}})}),define("ghost-admin/templates/components/gh-subscribers-table-delete-cell",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"nur5suxb",block:'{"symbols":[],"statements":[[7,"button"],[11,"class","gh-btn gh-btn-link gh-btn-sm"],[3,"action",[[22,0,[]],[23,["tableActions","delete"]],[23,["row","content"]]]],[9],[7,"span"],[9],[1,[27,"svg-jar",["trash"],null],false],[10],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-subscribers-table-delete-cell.hbs"}})}),define("ghost-admin/templates/components/gh-subscribers-table",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"C826cxh/",block:'{"symbols":["t","body"],"statements":[[4,"light-table",[[23,["table"]]],[["scrollBuffer"],[100]],{"statements":[[0," "],[1,[27,"component",[[22,1,["head"]]],[["onColumnClick","iconAscending","iconDescending"],[[27,"action",[[22,0,[]],[23,["sortByColumn"]]],null],"gh-icon-ascending","gh-icon-descending"]]],false],[0,"\\n\\n"],[4,"component",[[22,1,["body"]]],[["canSelect","tableActions","scrollBuffer","onScrolledToBottom"],[false,[27,"hash",null,[["delete"],[[23,["delete"]]]]],100,[27,"action",[[22,0,[]],"onScrolledToBottom"],null]]],{"statements":[[4,"if",[[23,["isLoading"]]],null,{"statements":[[4,"component",[[22,2,["loader"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-loading-content"],[11,"style","margin-top: 2em;"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-loading-spinner"],[9],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},{"statements":[[4,"if",[[23,["table","isEmpty"]]],null,{"statements":[[4,"component",[[22,2,["no-data"]]],null,{"statements":[[0," No subscribers found.\\n"]],"parameters":[]},null]],"parameters":[]},null]],"parameters":[]}]],"parameters":[2]},null]],"parameters":[1]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-subscribers-table.hbs"}})}),define("ghost-admin/templates/components/gh-tag-settings-form",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"dN/Bipwn",block:'{"symbols":[],"statements":[[7,"div"],[12,"class",[28,[[27,"if",[[23,["isViewingSubview"]],"settings-menu-pane-out-left","settings-menu-pane-in"],null]," settings-menu settings-menu-pane tag-settings-pane"]]],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["settings-menu-header ",[27,"if",[[23,["isMobile"]],"subview"],null]]]],[9],[0,"\\n"],[4,"if",[[23,["isMobile"]]],null,{"statements":[[0," "],[4,"link-to",["settings.tags"],[["class"],["back settings-menu-header-action"]],{"statements":[[1,[27,"svg-jar",["arrow-left"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Back"],[10]],"parameters":[]},null],[0,"\\n "],[7,"h4"],[9],[1,[21,"title"],false],[10],[0,"\\n "],[7,"div"],[11,"style","width:23px;"],[9],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"h4"],[9],[1,[21,"title"],false],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","settings-menu-content"],[9],[0,"\\n "],[1,[27,"gh-image-uploader-with-preview",null,[["image","text","allowUnsplash","update","remove"],[[23,["tag","featureImage"]],"Upload tag image",true,[27,"action",[[22,0,[]],"setCoverImage"],null],[27,"action",[[22,0,[]],"clearCoverImage"],null]]]],false],[0,"\\n "],[7,"form"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["tag","errors"]],[23,["tag","hasValidated"]],"name"]],{"statements":[[0," "],[7,"label"],[11,"for","tag-name"],[9],[0,"Name"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["id","name","value","input","focus-out"],["tag-name","name",[27,"readonly",[[23,["scratchName"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["scratchName"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setProperty","name",[23,["scratchName"]]],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["tag","errors"]],"name"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["tag","errors"]],[23,["tag","hasValidated"]],"slug"]],{"statements":[[0," "],[7,"label"],[11,"for","tag-slug"],[9],[0,"URL"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","id","name","focus-out","input"],[[27,"readonly",[[23,["scratchSlug"]]],null],"tag-slug","slug",[27,"action",[[22,0,[]],"setProperty","slug",[23,["scratchSlug"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["scratchSlug"]]],null]],[["value"],["target.value"]]]]]],false],[0,"\\n "],[1,[27,"gh-url-preview",null,[["prefix","slug","tagName","classNames"],["tag",[23,["scratchSlug"]],"p","description"]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["activeTag","errors"]],"slug"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["tag","errors"]],[23,["tag","hasValidated"]],"description"]],{"statements":[[0," "],[7,"label"],[11,"for","tag-description"],[9],[0,"Description"],[10],[0,"\\n "],[1,[27,"gh-textarea",null,[["id","name","value","input","focus-out"],["tag-description","description",[27,"readonly",[[23,["scratchDescription"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["scratchDescription"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setProperty","description",[23,["scratchDescription"]]],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["tag","errors"]],"description"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Maximum: "],[7,"b"],[9],[0,"500"],[10],[0," characters. You’ve used "],[1,[27,"gh-count-down-characters",[[23,["scratchDescription"]],500],null],false],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"ul"],[11,"class","nav-list nav-list-block"],[9],[0,"\\n "],[7,"li"],[11,"class","nav-list-item"],[3,"action",[[22,0,[]],"openMeta"]],[9],[0,"\\n "],[7,"button"],[11,"class","meta-data-button"],[11,"type","button"],[9],[0,"\\n "],[7,"b"],[9],[0,"Meta Data"],[10],[0,"\\n "],[7,"span"],[9],[0,"Extra content for SEO and social media."],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"unless",[[23,["tag","isNew"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-link gh-btn-sm gh-btn-icon settings-menu-delete-button"],[11,"type","button"],[3,"action",[[22,0,[]],"deleteTag"]],[9],[7,"span"],[9],[1,[27,"svg-jar",["trash"],null],false],[0," Delete Tag"],[10],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[12,"class",[28,[[27,"if",[[23,["isViewingSubview"]],"settings-menu-pane-in","settings-menu-pane-out-right"],null]," settings-menu settings-menu-pane tag-meta-settings-pane"]]],[9],[0,"\\n "],[7,"div"],[11,"class","settings-menu-header subview"],[9],[0,"\\n "],[7,"button"],[11,"class","back settings-menu-header-action"],[3,"action",[[22,0,[]],"closeMeta"]],[9],[1,[27,"svg-jar",["arrow-left"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Back"],[10],[10],[0,"\\n "],[7,"h4"],[9],[0,"Meta Data"],[10],[0,"\\n "],[7,"div"],[11,"style","width:23px;"],[9],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","settings-menu-content"],[9],[0,"\\n "],[7,"form"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["tag","errors"]],[23,["tag","hasValidated"]],"metaTitle"]],{"statements":[[0," "],[7,"label"],[11,"for","meta-title"],[9],[0,"Meta Title"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["id","name","value","input","focus-out"],["meta-title","metaTitle",[27,"readonly",[[23,["scratchMetaTitle"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["scratchMetaTitle"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setProperty","metaTitle",[23,["scratchMetaTitle"]]],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["tag","errors"]],"metaTitle"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Recommended: "],[7,"b"],[9],[0,"70"],[10],[0," characters. You’ve used "],[1,[27,"gh-count-down-characters",[[23,["scratchMetaTitle"]],70],null],false],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["tag","errors"]],[23,["tag","hasValidated"]],"metaDescription"]],{"statements":[[0," "],[7,"label"],[11,"for","meta-description"],[9],[0,"Meta Description"],[10],[0,"\\n "],[1,[27,"gh-textarea",null,[["id","name","value","input","focus-out"],["meta-description","metaDescription",[27,"readonly",[[23,["scratchMetaDescription"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["scratchMetaDescription"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setProperty","metaDescription",[23,["scratchMetaDescription"]]],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["tag","errors"]],"metaDescription"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Recommended: "],[7,"b"],[9],[0,"156"],[10],[0," characters. You’ve used "],[1,[27,"gh-count-down-characters",[[23,["scratchMetaDescription"]],156],null],false],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[7,"label"],[9],[0,"Search Engine Result Preview"],[10],[0,"\\n "],[7,"div"],[11,"class","seo-preview"],[9],[0,"\\n "],[7,"div"],[11,"class","seo-preview-title"],[9],[1,[21,"seoTitle"],false],[10],[0,"\\n "],[7,"div"],[11,"class","seo-preview-link"],[9],[1,[21,"seoURL"],false],[10],[0,"\\n "],[7,"div"],[11,"class","seo-preview-description"],[9],[1,[21,"seoDescription"],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-tag-settings-form.hbs"}})}),define("ghost-admin/templates/components/gh-tag",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"gMPrrH8N",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","settings-tag"],[12,"id",[28,["gh-tag-",[23,["tag","id"]]]]],[9],[0,"\\n"],[4,"link-to",["settings.tags.tag",[23,["tag"]]],[["class"],["tag-edit-button"]],{"statements":[[0," "],[7,"span"],[11,"class","tag-title"],[9],[1,[23,["tag","name"]],false],[10],[0,"\\n "],[7,"span"],[11,"class","label label-default"],[9],[0,"/"],[1,[23,["tag","slug"]],false],[10],[0,"\\n\\n"],[4,"if",[[23,["tag","isInternal"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","label label-blue"],[9],[0,"internal"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"p"],[11,"class","tag-description"],[9],[1,[23,["tag","description"]],false],[10],[0,"\\n "],[7,"span"],[11,"class","tags-count"],[9],[0,"\\n"],[4,"link-to",["posts",[27,"query-params",null,[["type","author","tag","order"],[null,null,[23,["tag","slug"]],null]]]],null,{"statements":[[0," "],[1,[23,["tag","count","posts"]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-tag.hbs"}})}),define("ghost-admin/templates/components/gh-tags-management-container",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"DvZ2yMlq",block:'{"symbols":["&default"],"statements":[[14,1,[[22,0,[]]]],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-tags-management-container.hbs"}})}),define("ghost-admin/templates/components/gh-task-button",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"dHjtrZ2B",block:'{"symbols":["&default"],"statements":[[4,"if",[[24,1]],null,{"statements":[[0," "],[14,1,[[27,"hash",null,[["isIdle","isRunning","isSuccess","isFailure"],[[23,["isIdle"]],[23,["isRunning"]],[23,["isSuccess"]],[23,["isFailure"]]]]]]],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[9],[0,"\\n "],[4,"if",[[23,["isRunning"]]],null,{"statements":[[1,[27,"svg-jar",["spinner"],[["class"],["gh-icon-spinner"]]],false],[1,[21,"runningText"],false]],"parameters":[]},null],[0,"\\n "],[4,"if",[[23,["isIdle"]]],null,{"statements":[[1,[21,"buttonText"],false]],"parameters":[]},null],[0,"\\n "],[4,"if",[[23,["isSuccess"]]],null,{"statements":[[1,[27,"svg-jar",["check-circle"],null],false],[0," "],[1,[21,"successText"],false]],"parameters":[]},null],[0,"\\n "],[4,"if",[[23,["isFailure"]]],null,{"statements":[[1,[27,"svg-jar",["retry"],null],false],[0," "],[1,[21,"failureText"],false]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-task-button.hbs"}})}),define("ghost-admin/templates/components/gh-text-input",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"bcnUwlAB",block:'{"symbols":["&default"],"statements":[[14,1]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-text-input.hbs"}})}),define("ghost-admin/templates/components/gh-theme-error-li",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"6u/YDr1b",block:'{"symbols":["failure"],"statements":[[7,"a"],[11,"href",""],[11,"class","theme-validation-toggle-details"],[3,"action",[[22,0,[]],"toggleDetails"]],[9],[0,"\\n "],[7,"h4"],[11,"class","theme-validation-rule-text"],[9],[0,"\\n "],[1,[23,["error","rule"]],true],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","theme-validation-rule-icon"],[9],[0,"\\n"],[4,"if",[[23,["showDetails"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["arrow-down"],null],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[4,"if",[[23,["showDetails"]]],null,{"statements":[[0," "],[7,"p"],[11,"class","theme-validation-details"],[9],[0,"\\n "],[1,[23,["error","details"]],true],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["error","failures"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","theme-validation-list"],[9],[0,"\\n "],[7,"h6"],[9],[0,"Affected files:"],[10],[0,"\\n "],[7,"ul"],[9],[0,"\\n"],[4,"each",[[23,["error","failures"]]],null,{"statements":[[0," "],[7,"li"],[9],[7,"code"],[9],[1,[22,1,["ref"]],false],[10],[4,"if",[[22,1,["message"]]],null,{"statements":[[0,": "],[1,[22,1,["message"]],false]],"parameters":[]},null],[10],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-theme-error-li.hbs"}})}),define("ghost-admin/templates/components/gh-theme-table",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"3iuhWGX6",block:'{"symbols":["theme"],"statements":[[7,"div"],[11,"class","apps-grid"],[9],[0,"\\n"],[4,"if",[[23,["sortedThemes"]]],null,{"statements":[[0,"\\n"],[4,"each",[[23,["sortedThemes"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","apps-grid-cell"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["apps-card-app ",[27,"if",[[22,1,["active"]],"theme-list-item--active"],null]]]],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[1,[22,1,["label"]],false],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[7,"span"],[11,"class","description"],[9],[0,"Version "],[1,[22,1,["version"]],false],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-right"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-configured"],[9],[0,"\\n"],[4,"if",[[22,1,["isDeletable"]]],null,{"statements":[[0," "],[7,"a"],[11,"href","#"],[12,"disabled",[22,1,["active"]]],[11,"class","apps-configured-action red-hover"],[3,"action",[[22,0,[]],[23,["deleteTheme"]],[22,1,[]]]],[9],[0,"Delete"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"a"],[11,"href","#"],[11,"class","apps-configured-action darkgrey-hover"],[3,"action",[[22,0,[]],[23,["downloadTheme"]],[22,1,[]]]],[9],[0,"Download"],[10],[0,"\\n"],[4,"if",[[22,1,["active"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","gh-badge gh-badge-black apps-configured-action"],[9],[0,"Active"],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"a"],[11,"href","#"],[11,"class","apps-configured-action apps-configured-action-activate green-hover"],[3,"action",[[22,0,[]],[23,["activateTheme"]],[22,1,["model"]]]],[9],[0,"\\n Activate\\n "],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},null],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"div"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[0,"No themes found"],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[7,"span"],[11,"class","description"],[9],[0,"Please upload a theme to continue"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-theme-table.hbs"}})}),define("ghost-admin/templates/components/gh-timezone-select",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"GqpXDRq4",block:'{"symbols":[],"statements":[[7,"span"],[11,"class","gh-select"],[12,"data-select-text",[28,[[23,["selectedTimezone","label"]]]]],[11,"tabindex","0"],[9],[0,"\\n "],[1,[27,"one-way-select",null,[["id","name","options","optionValuePath","optionLabelPath","value","update"],["activeTimezone","general[activeTimezone]",[23,["selectableTimezones"]],"name","label",[23,["selectedTimezone"]],[27,"action",[[22,0,[]],"setTimezone"],null]]]],false],[0,"\\n "],[1,[27,"svg-jar",["arrow-down-small"],null],false],[0,"\\n"],[10],[0,"\\n"],[4,"if",[[23,["hasTimezoneOverride"]]],null,{"statements":[[0," "],[7,"p"],[9],[0,"Your timezone has been automatically set to "],[1,[21,"activeTimezone"],false],[0,"."],[10],[0,"\\n"]],"parameters":[]},null],[7,"p"],[9],[0,"The local time here is currently "],[1,[21,"localTime"],false],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-timezone-select.hbs"}})}),define("ghost-admin/templates/components/gh-token-input",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"du0eJOs1",block:'{"symbols":["option","term"],"statements":[[4,"gh-token-input/select-multiple",null,[["afterOptionsComponent","allowClear","ariaDescribedBy","ariaInvalid","ariaLabel","ariaLabelledBy","beforeOptionsComponent","class","closeOnSelect","defaultHighlighted","destination","dir","disabled","dropdownClass","extra","horizontalPosition","initiallyOpened","loadingMessage","matcher","matchTriggerWidth","noMatchesMessage","onblur","onchange","onclose","onfocus","oninput","onkeydown","onopen","options","optionsComponent","placeholder","registerAPI","renderInPlace","search","searchEnabled","searchField","searchMessage","searchPlaceholder","selected","selectedItemComponent","tabindex","triggerClass","triggerComponent","triggerId","verticalPosition"],[[23,["afterOptionsComponent"]],[23,["allowClear"]],[23,["ariaDescribedBy"]],[23,["ariaInvalid"]],[23,["ariaLabel"]],[23,["ariaLabelledBy"]],[23,["beforeOptionsComponent"]],[27,"concat",["gh-token-input ",[23,["class"]]],null],[23,["closeOnSelect"]],[23,["defaultHighlighted"]],[23,["destination"]],[23,["dir"]],[23,["disabled"]],[23,["dropdownClass"]],[23,["extra"]],[23,["horizontalPosition"]],[23,["initiallyOpened"]],[23,["loadingMessage"]],[23,["matcher"]],[23,["matchTriggerWidth"]],[23,["noMatchesMessage"]],[27,"action",[[22,0,[]],"onblur"],null],[27,"action",[[22,0,[]],[23,["selectOrCreate"]]],null],[23,["onclose"]],[27,"action",[[22,0,[]],"onfocus"],null],[23,["oninput"]],[27,"action",[[22,0,[]],"handleKeydown"],null],[23,["onopen"]],[23,["optionsWithoutSelected"]],[27,"or",[[23,["optionsComponent"]],"power-select-vertical-collection-options"],null],[23,["placeholder"]],[23,["registerAPI"]],[23,["renderInPlace"]],[27,"action",[[22,0,[]],[23,["searchAndSuggest"]]],null],[23,["searchEnabled"]],[23,["searchField"]],[23,["searchMessage"]],[23,["searchPlaceholder"]],[23,["selected"]],[23,["selectedItemComponent"]],[23,["tabindex"]],[23,["triggerClass"]],[23,["triggerComponent"]],[23,["triggerId"]],[23,["verticalPosition"]]]],{"statements":[[4,"if",[[22,1,["__isSuggestion__"]]],null,{"statements":[[0," "],[1,[27,"gh-token-input/suggested-option",null,[["option","term"],[[22,1,[]],[22,2,[]]]]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"get",[[22,1,[]],[23,["labelField"]]],null],false],[0,"\\n"]],"parameters":[]}]],"parameters":[1,2]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-token-input.hbs"}})}),define("ghost-admin/templates/components/gh-token-input/select-multiple",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"oe/7XQW0",block:'{"symbols":["option","select","option","select","&default","&inverse"],"statements":[[4,"if",[[24,6]],null,{"statements":[[4,"gh-token-input/select",null,[["afterOptionsComponent","allowClear","ariaDescribedBy","ariaInvalid","ariaLabel","ariaLabelledBy","beforeOptionsComponent","buildSelection","calculatePosition","class","closeOnSelect","defaultHighlighted","destination","dir","disabled","dropdownClass","extra","horizontalPosition","initiallyOpened","loadingMessage","matcher","matchTriggerWidth","noMatchesMessage","onblur","onchange","onclose","onfocus","oninput","onkeydown","onopen","options","optionsComponent","groupComponent","placeholder","registerAPI","renderInPlace","required","scrollTo","search","searchEnabled","searchField","searchMessage","searchPlaceholder","selected","selectedItemComponent","tabindex","tagName","triggerClass","triggerComponent","triggerId","verticalPosition"],[[23,["afterOptionsComponent"]],[23,["allowClear"]],[23,["ariaDescribedBy"]],[23,["ariaInvalid"]],[23,["ariaLabel"]],[23,["ariaLabelledBy"]],[23,["beforeOptionsComponent"]],[27,"action",[[22,0,[]],"buildSelection"],null],[23,["calculatePosition"]],[23,["class"]],[23,["closeOnSelect"]],[23,["defaultHighlighted"]],[23,["destination"]],[23,["dir"]],[23,["disabled"]],[23,["dropdownClass"]],[27,"assign",[[23,["extra"]],[27,"hash",null,[["optionMouseDown","optionTouchStart"],[[27,"action",[[22,0,[]],"optionMouseDown"],null],[27,"action",[[22,0,[]],"optionTouchStart"],null]]]]],null],[23,["horizontalPosition"]],[23,["initiallyOpened"]],[23,["loadingMessage"]],[23,["matcher"]],[23,["matchTriggerWidth"]],[23,["noMatchesMessage"]],[23,["onblur"]],[23,["onchange"]],[23,["onclose"]],[27,"action",[[22,0,[]],"handleFocus"],null],[23,["oninput"]],[27,"action",[[22,0,[]],"handleKeydown"],null],[27,"action",[[22,0,[]],"handleOpen"],null],[23,["options"]],[23,["optionsComponent"]],[23,["groupComponent"]],[23,["placeholder"]],[27,"readonly",[[23,["registerAPI"]]],null],[23,["renderInPlace"]],[23,["required"]],[23,["scrollTo"]],[23,["search"]],[23,["searchEnabled"]],[23,["searchField"]],[23,["searchMessage"]],[23,["searchPlaceholder"]],[23,["selected"]],[23,["selectedItemComponent"]],[23,["computedTabIndex"]],[23,["tagName"]],[23,["concatenatedTriggerClass"]],[27,"component",[[23,["triggerComponent"]]],[["tabindex"],[[23,["tabindex"]]]]],[23,["triggerId"]],[23,["verticalPosition"]]]],{"statements":[[0," "],[14,5,[[22,3,[]],[22,4,[]]]],[0,"\\n"]],"parameters":[3,4]},{"statements":[[0," "],[14,6],[0,"\\n"]],"parameters":[]}]],"parameters":[]},{"statements":[[4,"gh-token-input/select",null,[["afterOptionsComponent","allowClear","ariaDescribedBy","ariaInvalid","ariaLabel","ariaLabelledBy","beforeOptionsComponent","buildSelection","calculatePosition","class","closeOnSelect","defaultHighlighted","destination","dir","disabled","dropdownClass","extra","horizontalPosition","initiallyOpened","loadingMessage","matcher","matchTriggerWidth","noMatchesMessage","onblur","onchange","onclose","onfocus","oninput","onkeydown","onopen","options","optionsComponent","groupComponent","placeholder","registerAPI","renderInPlace","required","scrollTo","search","searchEnabled","searchField","searchMessage","searchPlaceholder","selected","selectedItemComponent","tabindex","tagName","triggerClass","triggerComponent","triggerId","verticalPosition"],[[23,["afterOptionsComponent"]],[23,["allowClear"]],[23,["ariaDescribedBy"]],[23,["ariaInvalid"]],[23,["ariaLabel"]],[23,["ariaLabelledBy"]],[23,["beforeOptionsComponent"]],[27,"action",[[22,0,[]],"buildSelection"],null],[23,["calculatePosition"]],[23,["class"]],[23,["closeOnSelect"]],[23,["defaultHighlighted"]],[23,["destination"]],[23,["dir"]],[23,["disabled"]],[23,["dropdownClass"]],[27,"assign",[[23,["extra"]],[27,"hash",null,[["optionMouseDown","optionTouchStart"],[[27,"action",[[22,0,[]],"optionMouseDown"],null],[27,"action",[[22,0,[]],"optionTouchStart"],null]]]]],null],[23,["horizontalPosition"]],[23,["initiallyOpened"]],[23,["loadingMessage"]],[23,["matcher"]],[23,["matchTriggerWidth"]],[23,["noMatchesMessage"]],[23,["onblur"]],[23,["onchange"]],[23,["onclose"]],[27,"action",[[22,0,[]],"handleFocus"],null],[23,["oninput"]],[27,"action",[[22,0,[]],"handleKeydown"],null],[27,"action",[[22,0,[]],"handleOpen"],null],[23,["options"]],[23,["optionsComponent"]],[23,["groupComponent"]],[23,["placeholder"]],[27,"readonly",[[23,["registerAPI"]]],null],[23,["renderInPlace"]],[23,["required"]],[23,["scrollTo"]],[23,["search"]],[23,["searchEnabled"]],[23,["searchField"]],[23,["searchMessage"]],[23,["searchPlaceholder"]],[23,["selected"]],[23,["selectedItemComponent"]],[23,["computedTabIndex"]],[23,["tagName"]],[23,["concatenatedTriggerClass"]],[27,"component",[[23,["triggerComponent"]]],[["tabindex"],[[23,["tabindex"]]]]],[23,["triggerId"]],[23,["verticalPosition"]]]],{"statements":[[0," "],[14,5,[[22,1,[]],[22,2,[]]]],[0,"\\n"]],"parameters":[1,2]},null]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-token-input/select-multiple.hbs"}})}),define("ghost-admin/templates/components/gh-token-input/select",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"pbg4gFzM",block:'{"symbols":["dropdown","option","term","opt","term","&default","&inverse"],"statements":[[4,"basic-dropdown",null,[["classNames","horizontalPosition","calculatePosition","destination","initiallyOpened","matchTriggerWidth","onClose","onOpen","registerAPI","renderInPlace","verticalPosition","disabled"],[[27,"readonly",[[23,["classNames"]]],null],[27,"readonly",[[23,["horizontalPosition"]]],null],[23,["calculatePosition"]],[27,"readonly",[[23,["destination"]]],null],[27,"readonly",[[23,["initiallyOpened"]]],null],[27,"readonly",[[23,["matchTriggerWidth"]]],null],[27,"action",[[22,0,[]],"onClose"],null],[27,"action",[[22,0,[]],"onOpen"],null],[27,"action",[[22,0,[]],"registerAPI"],null],[27,"readonly",[[23,["renderInPlace"]]],null],[27,"readonly",[[23,["verticalPosition"]]],null],[27,"readonly",[[23,["disabled"]]],null]]],{"statements":[[0,"\\n"],[4,"component",[[22,1,["trigger"]]],[["tagName","ariaDescribedBy","ariaInvalid","ariaLabel","ariaLabelledBy","ariaRequired","class","id","eventType","onKeyDown","onFocus","onBlur","tabindex"],[[27,"readonly",[[23,["_triggerTagName"]]],null],[27,"readonly",[[23,["ariaDescribedBy"]]],null],[27,"readonly",[[23,["ariaInvalid"]]],null],[27,"readonly",[[23,["ariaLabel"]]],null],[27,"readonly",[[23,["ariaLabelledBy"]]],null],[27,"readonly",[[23,["required"]]],null],[27,"readonly",[[23,["concatenatedTriggerClasses"]]],null],[27,"readonly",[[23,["triggerId"]]],null],"click",[27,"action",[[22,0,[]],"onTriggerKeydown"],null],[27,"action",[[22,0,[]],"onTriggerFocus"],null],[27,"action",[[22,0,[]],"onTriggerBlur"],null],[27,"readonly",[[23,["tabindex"]]],null]]],{"statements":[[4,"component",[[23,["triggerComponent"]]],[["allowClear","buildSelection","extra","listboxId","loadingMessage","onFocus","onBlur","onInput","placeholder","placeholderComponent","onKeydown","searchEnabled","searchField","select","selectedItemComponent"],[[27,"readonly",[[23,["allowClear"]]],null],[27,"readonly",[[23,["buildSelection"]]],null],[27,"readonly",[[23,["extra"]]],null],[27,"readonly",[[23,["optionsId"]]],null],[27,"readonly",[[23,["loadingMessage"]]],null],[27,"action",[[22,0,[]],"onFocus"],null],[27,"action",[[22,0,[]],"onBlur"],null],[27,"action",[[22,0,[]],"onInput"],null],[27,"readonly",[[23,["placeholder"]]],null],[27,"readonly",[[23,["placeholderComponent"]]],null],[27,"action",[[22,0,[]],"onKeydown"],null],[27,"readonly",[[23,["searchEnabled"]]],null],[27,"readonly",[[23,["searchField"]]],null],[27,"readonly",[[23,["publicAPI"]]],null],[27,"readonly",[[23,["selectedItemComponent"]]],null]]],{"statements":[[0," "],[14,6,[[22,4,[]],[22,5,[]]]],[0,"\\n"]],"parameters":[4,5]},null]],"parameters":[]},null],[0,"\\n"],[4,"component",[[22,1,["content"]]],[["_contentTagName","class"],[[23,["_contentTagName"]],[27,"readonly",[[23,["concatenatedDropdownClasses"]]],null]]],{"statements":[[0," "],[1,[27,"component",[[23,["beforeOptionsComponent"]]],[["extra","listboxId","onInput","onKeydown","searchEnabled","onFocus","onBlur","placeholder","placeholderComponent","searchPlaceholder","select"],[[27,"readonly",[[23,["extra"]]],null],[27,"readonly",[[23,["optionsId"]]],null],[27,"action",[[22,0,[]],"onInput"],null],[27,"action",[[22,0,[]],"onKeydown"],null],[27,"readonly",[[23,["searchEnabled"]]],null],[27,"action",[[22,0,[]],"onFocus"],null],[27,"action",[[22,0,[]],"onBlur"],null],[27,"readonly",[[23,["placeholder"]]],null],[27,"readonly",[[23,["placeholderComponent"]]],null],[27,"readonly",[[23,["searchPlaceholder"]]],null],[27,"readonly",[[23,["publicAPI"]]],null]]]],false],[0,"\\n"],[4,"if",[[23,["mustShowSearchMessage"]]],null,{"statements":[[0," "],[1,[27,"component",[[23,["searchMessageComponent"]]],[["searchMessage","select"],[[27,"readonly",[[23,["searchMessage"]]],null],[27,"readonly",[[23,["publicAPI"]]],null]]]],false],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["mustShowNoMessages"]]],null,{"statements":[[4,"if",[[24,7]],null,{"statements":[[0," "],[14,7],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["noMatchesMessage"]]],null,{"statements":[[0," "],[7,"ul"],[11,"class","ember-power-select-options"],[11,"role","listbox"],[9],[0,"\\n "],[7,"li"],[11,"class","ember-power-select-option ember-power-select-option--no-matches-message"],[11,"role","option"],[9],[0,"\\n "],[1,[21,"noMatchesMessage"],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "]],"parameters":[]},null]],"parameters":[]}]],"parameters":[]},{"statements":[[4,"component",[[23,["optionsComponent"]]],[["class","extra","groupIndex","loadingMessage","id","options","optionsComponent","groupComponent","select"],["ember-power-select-options",[27,"readonly",[[23,["extra"]]],null],"",[27,"readonly",[[23,["loadingMessage"]]],null],[27,"readonly",[[23,["optionsId"]]],null],[27,"readonly",[[23,["publicAPI","results"]]],null],[27,"readonly",[[23,["optionsComponent"]]],null],[27,"readonly",[[23,["groupComponent"]]],null],[27,"readonly",[[23,["publicAPI"]]],null]]],{"statements":[[0," "],[14,6,[[22,2,[]],[22,3,[]]]],[0,"\\n"]],"parameters":[2,3]},null],[0," "]],"parameters":[]}]],"parameters":[]}],[0," "],[1,[27,"component",[[23,["afterOptionsComponent"]]],[["select","extra"],[[27,"readonly",[[23,["publicAPI"]]],null],[27,"readonly",[[23,["extra"]]],null]]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[1]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-token-input/select.hbs"}})}),define("ghost-admin/templates/components/gh-token-input/suggested-option",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Fru2vjEY",block:'{"symbols":[],"statements":[[1,[23,["option","text"]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-token-input/suggested-option.hbs"}})}),define("ghost-admin/templates/components/gh-token-input/tag-token",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"wgWdbfxd",block:'{"symbols":["&default"],"statements":[[14,1],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-token-input/tag-token.hbs"}})}) define("ghost-admin/templates/components/gh-token-input/trigger",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"w5ocNEQD",block:'{"symbols":["opt","idx","&default"],"statements":[[4,"sortable-objects",null,[["tagName","id","class","sortableObjectList","enableSort","useSwap","sortEndAction"],["ul",[27,"concat",["ember-power-select-multiple-options-",[23,["select","uniqueId"]]],null],"ember-power-select-multiple-options",[23,["select","selected"]],true,false,[27,"action",[[22,0,[]],"reorderItems"],null]]],{"statements":[[4,"each",[[23,["select","selected"]]],null,{"statements":[[4,"component",[[27,"or",[[23,["extra","tokenComponent"]],"draggable-object"],null]],[["tagName","class","select","content","idx","isSortable","mouseDown","touchStart"],["li","ember-power-select-multiple-option",[23,["select"]],[27,"readonly",[[22,1,[]]],null],[22,2,[]],true,[27,"action",[[22,0,[]],"handleOptionMouseDown"],null],[27,"action",[[22,0,[]],"handleOptionTouchStart"],null]]],{"statements":[[4,"if",[[23,["selectedItemComponent"]]],null,{"statements":[[0," "],[1,[27,"component",[[23,["selectedItemComponent"]]],[["option","select"],[[27,"readonly",[[22,1,[]]],null],[27,"readonly",[[23,["select"]]],null]]]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[14,3,[[22,1,[]],[23,["select"]]]],[0,"\\n"]],"parameters":[]}],[4,"unless",[[23,["select","disabled"]]],null,{"statements":[[0," "],[7,"span"],[11,"role","button"],[11,"aria-label","remove element"],[11,"class","ember-power-select-multiple-remove-btn"],[12,"data-selected-index",[22,2,[]]],[9],[0,"\\n "],[1,[27,"svg-jar",["close"],[["data-selected-index"],[[22,2,[]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null]],"parameters":[1,2]},{"statements":[[4,"if",[[27,"and",[[23,["placeholder"]],[27,"not",[[23,["searchEnabled"]]],null]],null]],null,{"statements":[[0," "],[7,"span"],[11,"class","ember-power-select-placeholder"],[9],[1,[21,"placeholder"],false],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]}],[0,"\\n"],[4,"if",[[23,["searchEnabled"]]],null,{"statements":[[0," "],[7,"input"],[11,"class","ember-power-select-trigger-multiple-input"],[11,"tabindex","0"],[11,"autocomplete","off"],[11,"autocorrect","off"],[11,"autocapitalize","off"],[11,"spellcheck","false"],[12,"id",[28,["ember-power-select-trigger-multiple-input-",[23,["select","uniqueId"]]]]],[12,"value",[23,["select","searchText"]]],[12,"aria-controls",[21,"listboxId"]],[12,"style",[21,"triggerMultipleInputStyle"]],[12,"placeholder",[21,"maybePlaceholder"]],[12,"disabled",[23,["select","disabled"]]],[12,"oninput",[27,"action",[[22,0,[]],"onInput"],null]],[12,"onFocus",[21,"onFocus"]],[12,"onBlur",[21,"onBlur"]],[12,"tabindex",[21,"tabindex"]],[12,"onkeydown",[27,"action",[[22,0,[]],"onKeydown"],null]],[11,"type","search"],[9],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[7,"span"],[11,"class","ember-power-select-status-icon"],[9],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-token-input/trigger.hbs"}})}),define("ghost-admin/templates/components/gh-tour-item",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"m8WidQYP",block:'{"symbols":[],"statements":[[4,"if",[[23,["isVisible"]]],null,{"statements":[[4,"liquid-tether",null,[["class","target","attachment","targetAttachment","targetOffset"],["throbber-container",[23,["target"]],"middle center",[23,["throbberAttachment"]],[23,["throbberOffset"]]]],{"statements":[[0," "],[7,"a"],[11,"class","throbber-trigger"],[11,"href","#"],[12,"id",[21,"_throbberElementId"]],[3,"action",[[22,0,[]],"open"]],[9],[0,"\\n "],[7,"span"],[11,"class","throbber"],[9],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["isOpen"]]],null,{"statements":[[4,"liquid-wormhole",null,[["class"],["tour-container"]],{"statements":[[0," "],[7,"div"],[11,"class","tour-background"],[3,"action",[[22,0,[]],"close"],[["on"],["click"]]],[9],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"liquid-tether",null,[["class","target","attachment","targetAttachment","offset"],["tour",[23,["_throbberElementSelector"]],[23,["_popoverAttachment"]],[23,["_popoverTargetAttachment"]],[23,["_popoverOffset"]]]],{"statements":[[0," "],[7,"div"],[12,"class",[28,["popover-item popover-triangle-",[21,"popoverTriangleClass"]]]],[9],[0,"\\n "],[7,"h3"],[11,"class","popover-title"],[9],[1,[23,["_throbber","title"]],false],[10],[0,"\\n "],[7,"div"],[11,"class","popover-body"],[9],[0,"\\n "],[1,[23,["_throbber","message"]],true],[0,"\\n "],[10],[0,"\\n "],[7,"footer"],[11,"class","popover-foot"],[9],[0,"\\n "],[7,"a"],[11,"class","tour-optout"],[11,"href","#"],[3,"action",[[22,0,[]],"optOut"]],[9],[0,"Not your first time? "],[7,"em"],[9],[0,"Skip these tips"],[10],[10],[0,"\\n "],[7,"a"],[11,"class","tour-dismiss gh-btn gh-btn-black"],[11,"href","#"],[3,"action",[[22,0,[]],"markAsViewed"]],[9],[7,"span"],[9],[0,"Ok, got it"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-tour-item.hbs"}})}),define("ghost-admin/templates/components/gh-unsplash-photo",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"gwL913NO",block:'{"symbols":[],"statements":[[7,"a"],[11,"class","gh-unsplash-photo"],[11,"href","#"],[12,"onclick",[27,"action",[[22,0,[]],"zoom"],null]],[12,"data-unsplash-zoomed-photo",[27,"if",[[23,["zoomed"]],[23,["photo","id"]]],null]],[12,"style",[21,"style"]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-unsplash-photo-container"],[12,"style",[21,"containerStyle"]],[9],[0,"\\n "],[7,"img"],[12,"src",[21,"imageUrl"]],[12,"alt",[23,["photo","description"]]],[12,"width",[21,"width"]],[12,"height",[21,"height"]],[9],[10],[0,"\\n "],[7,"div"],[11,"class","gh-unsplash-photo-overlay"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-unsplash-photo-header"],[9],[0,"\\n "],[7,"a"],[11,"class","gh-unsplash-button-likes gh-unsplash-button"],[12,"href",[28,[[23,["photo","links","html"]],"?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit"]]],[11,"target","_blank"],[9],[1,[27,"svg-jar",["unsplash-heart"],null],false],[1,[23,["photo","likes"]],false],[10],[0,"\\n "],[7,"a"],[11,"class","gh-unsplash-button-download gh-unsplash-button"],[12,"href",[28,[[23,["photo","links","download"]],"/?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit&force=true"]]],[9],[1,[27,"svg-jar",["download"],null],false],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-unsplash-photo-footer"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-unsplash-photo-author"],[9],[0,"\\n "],[7,"a"],[11,"class","gh-unsplash-photo-author-img"],[12,"href",[28,[[23,["photo","user","links","html"]],"?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit"]]],[11,"target","_blank"],[9],[0,"\\n "],[7,"img"],[12,"src",[28,[[23,["photo","user","profile_image","medium"]]]]],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","gh-unsplash-photo-author-name"],[12,"href",[28,[[23,["photo","user","links","html"]],"?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit"]]],[11,"target","_blank"],[9],[0,"\\n "],[1,[23,["photo","user","name"]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","gh-unsplash-button"],[11,"href","#"],[12,"onclick",[27,"action",[[22,0,[]],"select"],null]],[9],[0,"Insert image"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-unsplash-photo.hbs"}})}),define("ghost-admin/templates/components/gh-unsplash",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"j/knH8wV",block:'{"symbols":["photos","photo"],"statements":[[4,"liquid-wormhole",null,[["class"],["unsplash"]],{"statements":[[0," "],[7,"div"],[11,"class","fullscreen-modal-background"],[11,"style","z-index: 999"],[3,"action",[[22,0,[]],"close"]],[9],[10],[0,"\\n "],[7,"div"],[11,"class","absolute top-8 right-8 bottom-8 left-8 br4 overflow-hidden bg-white z-9999"],[11,"data-unsplash",""],[9],[0,"\\n"],[0," "],[7,"button"],[11,"class","absolute top-6 right-6"],[11,"type","button"],[3,"action",[[22,0,[]],"close"]],[9],[0,"\\n "],[1,[27,"svg-jar",["close"],[["class"],["w4 stroke-midlightgrey-l2"]]],false],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","flex flex-column h-100"],[9],[0,"\\n"],[0," "],[7,"header"],[11,"class","flex-shrink-0 flex flex-row-l flex-column justify-between pt6 pr8 pb6 pl8 pt10-l pr20-l pb10-l pl20-l items-center"],[9],[0,"\\n "],[7,"h1"],[11,"class","flex items-center darkgrey-d2 w-100 nudge-top--4"],[9],[0,"\\n "],[7,"a"],[11,"class","dib w8 mr2"],[11,"href","https://unsplash.com/?utm_source=ghost&utm_medium=referral&utm_campaign=api-credit"],[11,"target","_blank"],[9],[1,[27,"svg-jar",["unsplash"],[["class"],["fill-darkgrey-d2"]]],false],[10],[0,"\\n Unsplash\\n "],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon mw88-l flex-auto w-100 mt3 mt0-l"],[9],[0,"\\n "],[1,[27,"svg-jar",["search"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["class","name","placeholder","tabindex","autofocus","autocorrect","value","input","focusIn","focus-out"],["gh-unsplash-search","searchKeyword","Search free high-resolution photos","1","autofocus","off",[27,"readonly",[[23,["unsplash","searchTerm"]]],null],[27,"action",[[22,0,[]],"search"],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"setKeyScope"],null],[27,"action",[[22,0,[]],"resetKeyScope"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[0," "],[7,"div"],[11,"class","relative h-100 overflow-hidden"],[9],[0,"\\n"],[0," "],[7,"div"],[11,"class","overflow-auto h-100 w-100 pr8 pl8 pr20-l pl20-l"],[9],[0,"\\n"],[4,"if",[[23,["unsplash","photos"]]],null,{"statements":[[0," "],[7,"section"],[11,"class","gh-unsplash-grid"],[9],[0,"\\n"],[4,"each",[[23,["unsplash","columns"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-unsplash-grid-column"],[9],[0,"\\n"],[4,"each",[[22,1,[]]],null,{"statements":[[0," "],[1,[27,"gh-unsplash-photo",null,[["photo","zoom","select"],[[22,2,[]],[27,"action",[[22,0,[]],"zoomPhoto"],null],[27,"action",[[22,0,[]],"select"],null]]]],false],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[27,"and",[[23,["unsplash","searchTerm"]],[27,"not",[[23,["unsplash","error"]],[23,["unsplash","isLoading"]]],null]],null]],null,{"statements":[[0," "],[7,"section"],[11,"class","gh-unsplash-error h-100 flex items-center justify-center pb30"],[9],[0,"\\n "],[7,"div"],[9],[0,"\\n "],[7,"img"],[11,"class","gh-unsplash-error-404"],[11,"src","assets/img/unsplash-404-71ab3705c9920a9706bb822c3d7e34d1.png"],[11,"alt","No photos found"],[9],[10],[0,"\\n "],[7,"h4"],[9],[0,"No photos found for \'"],[1,[23,["unsplash","searchTerm"]],false],[0,"\'"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "]],"parameters":[]},null]],"parameters":[]}],[0,"\\n"],[4,"if",[[23,["unsplash","error"]]],null,{"statements":[[0," "],[7,"section"],[11,"class","gh-unsplash-error h-100 flex items-center justify-center pb30"],[9],[0,"\\n "],[7,"div"],[9],[0,"\\n "],[7,"img"],[11,"class","gh-unsplash-error-404"],[11,"src","assets/img/unsplash-404-71ab3705c9920a9706bb822c3d7e34d1.png"],[11,"alt","Network error"],[9],[10],[0,"\\n "],[7,"h4"],[9],[1,[23,["unsplash","error"]],false],[0," ("],[7,"a"],[11,"href","#"],[3,"action",[[22,0,[]],"retry"]],[9],[0,"retry"],[10],[0,")"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["unsplash","isLoading"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-unsplash-loading h-100 flex items-center justify-center pb30"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-loading-spinner"],[9],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[1,[27,"gh-scroll-trigger",null,[["enter","triggerOffset"],[[27,"action",[[22,0,[]],"loadNextPage"],null],1000]]],false],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["zoomedPhoto"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","absolute flex justify-center top-0 right-0 bottom-0 left-0 pr20 pb10 pl20 bg-white overflow-hidden"],[3,"action",[[22,0,[]],"closeZoom"]],[9],[0,"\\n "],[1,[27,"gh-unsplash-photo",null,[["photo","zoomed","zoom","select"],[[23,["zoomedPhoto"]],true,[27,"action",[[22,0,[]],"closeZoom"],null],[27,"action",[[22,0,[]],"select"],null]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-unsplash.hbs"}})}),define("ghost-admin/templates/components/gh-uploader",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"6IFZf2ay",block:'{"symbols":["&default"],"statements":[[14,1,[[27,"hash",null,[["cancel","errors","files","isUploading","progressBar","setFiles"],[[27,"action",[[22,0,[]],"cancel"],null],[23,["errors"]],[23,["files"]],[23,["_uploadFiles","isRunning"]],[27,"component",["gh-progress-bar"],[["percentage"],[[23,["uploadPercentage"]]]]],[27,"action",[[22,0,[]],"setFiles"],null]]]]]],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-uploader.hbs"}})}),define("ghost-admin/templates/components/gh-url-preview",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"oE2WBMVH",block:'{"symbols":[],"statements":[[1,[21,"url"],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-url-preview.hbs"}})}),define("ghost-admin/templates/components/gh-user-active",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Dar8/cdt",block:'{"symbols":["&default"],"statements":[[14,1,[[22,0,[]]]],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-user-active.hbs"}})}),define("ghost-admin/templates/components/gh-user-invited",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"zyZR+YKV",block:'{"symbols":["&default"],"statements":[[14,1,[[22,0,[]]]],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-user-invited.hbs"}})}),define("ghost-admin/templates/components/gh-user-list-item",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"IohNxx/w",block:'{"symbols":["role"],"statements":[[7,"div"],[11,"class","apps-grid-cell"],[9],[0,"\\n"],[4,"link-to",["staff.user",[23,["user","slug"]]],null,{"statements":[[0," "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"span"],[11,"class","user-list-item-figure"],[12,"style",[27,"background-image-style",[[23,["user","profileImageUrl"]]],null]],[9],[0,"\\n "],[7,"span"],[11,"class","hidden"],[9],[0,"Photo of "],[1,[23,["user","name"]],false],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[1,[23,["user","name"]],false],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[0,"Last seen: "],[1,[23,["component","lastLoginUTC"]],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-right"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-configured"],[9],[0,"\\n"],[4,"if",[[23,["user","isLocked"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","gh-badge author"],[9],[0,"Locked"],[10],[0,"\\n"]],"parameters":[]},null],[4,"unless",[[23,["session","user","isAuthorOrContributor"]]],null,{"statements":[[4,"each",[[23,["user","roles"]]],null,{"statements":[[0," "],[7,"span"],[12,"class",[28,["gh-badge ",[22,1,["lowerCaseName"]]]]],[9],[1,[22,1,["name"]],false],[10],[0,"\\n"]],"parameters":[1]},null]],"parameters":[]},null],[0," "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-user-list-item.hbs"}})}),define("ghost-admin/templates/components/gh-view-title",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"DYOszCvn",block:'{"symbols":["&default"],"statements":[[7,"button"],[11,"class","gh-mobilemenu-button"],[11,"role","presentation"],[3,"action",[[22,0,[]],"openMobileMenu"],[["target"],[[23,["ui"]]]]],[9],[1,[27,"svg-jar",["icon"],[["class"],["icon-gh"]]],false],[7,"span"],[11,"class","sr-only"],[9],[0,"Menu"],[10],[10],[0,"\\n"],[14,1],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/gh-view-title.hbs"}})}),define("ghost-admin/templates/components/infinity-loader",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ItMf8jyj",block:'{"symbols":["&default"],"statements":[[4,"if",[[24,1]],null,{"statements":[[0," "],[14,1,[[23,["infinityModelContent"]]]],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["isDoneLoading"]]],null,{"statements":[[0," "],[7,"span"],[9],[1,[21,"loadedText"],false],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[9],[1,[21,"loadingText"],false],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[]}]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/infinity-loader.hbs"}})}),define("ghost-admin/templates/components/modal-delete-all",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"uW/V2e0m",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Would you really like to delete all content from your blog?"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"p"],[9],[0,"This is permanent! No backups, no restores, no magic undo button. We warned you, k?"],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Cancel"],[10],[10],[0,"\\n "],[1,[27,"gh-task-button",["Delete"],[["successText","task","class"],["Deleted",[23,["deleteAll"]],"gh-btn gh-btn-red gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-delete-all.hbs"}})}),define("ghost-admin/templates/components/modal-delete-integration",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ciPyEOH/",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Are you sure?"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"p"],[9],[0,"\\n Deleting this integration will remove all webhooks and api keys associated with it.\\n "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Cancel"],[10],[10],[0,"\\n "],[1,[27,"gh-task-button",["Delete Integration"],[["successText","task","class"],["Deleted",[23,["deleteIntegration"]],"gh-btn gh-btn-red gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-delete-integration.hbs"}})}),define("ghost-admin/templates/components/modal-delete-member",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"fxfqHqXv",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Are you sure you want to delete this member?"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"p"],[9],[0,"\\n You\'re about to delete \\""],[7,"strong"],[9],[1,[27,"or",[[23,["member","name"]],[23,["member","email"]]],null],false],[10],[0,"\\". This is permanent! We warned you, k?\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Cancel"],[10],[10],[0,"\\n "],[1,[27,"gh-task-button",["Delete"],[["successText","task","class"],["Deleted",[23,["deleteMember"]],"gh-btn gh-btn-red gh-btn-icon"]]],false],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-delete-member.hbs"}})}),define("ghost-admin/templates/components/modal-delete-post",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"EI1b4bod",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Are you sure you want to delete this post?"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"p"],[9],[0,"\\n You\'re about to delete \\""],[7,"strong"],[9],[1,[23,["post","title"]],false],[10],[0,"\\". This is permanent! We warned you, k?\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Cancel"],[10],[10],[0,"\\n "],[1,[27,"gh-task-button",["Delete"],[["successText","task","class"],["Deleted",[23,["deletePost"]],"gh-btn gh-btn-red gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-delete-post.hbs"}})}),define("ghost-admin/templates/components/modal-delete-subscriber",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"KjiD/dC5",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Are you sure?"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"strong"],[9],[0,"WARNING:"],[10],[0," All data for this subscriber will be deleted. There is no way to recover this.\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[0,"\\n "],[7,"span"],[9],[0,"Cancel"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-task-button",["Delete"],[["successText","task","class"],["Deleted",[23,["deleteSubscriber"]],"gh-btn gh-btn-red gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-delete-subscriber.hbs"}})}),define("ghost-admin/templates/components/modal-delete-tag",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"PqDDmlrD",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Are you sure you want to delete this tag?"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n"],[4,"if",[[23,["tag","post_count"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","red"],[9],[0,"This tag is attached to "],[1,[23,["tag","count","posts"]],false],[0," "],[1,[21,"postInflection"],false],[0,"."],[10],[0,"\\n"]],"parameters":[]},null],[0," You\'re about to delete \\""],[7,"strong"],[9],[1,[23,["tag","name"]],false],[10],[0,"\\". This is permanent! We warned you, k?\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Cancel"],[10],[10],[0,"\\n "],[1,[27,"gh-task-button",["Delete"],[["successText","task","class"],["Deleted",[23,["deleteTag"]],"gh-btn gh-btn-red gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-delete-tag.hbs"}})}),define("ghost-admin/templates/components/modal-delete-theme",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"CrIKeM/g",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Are you sure you want to delete this"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"p"],[9],[0,"You\'re about to delete \\""],[7,"strong"],[9],[1,[23,["theme","label"]],false],[10],[0,"\\". This is permanent! We warned you, k? Maybe "],[7,"a"],[11,"href","#"],[3,"action",[[22,0,[]],[23,["download"]]]],[9],[0,"Download your theme before continuing"],[10],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Cancel"],[10],[10],[0,"\\n "],[1,[27,"gh-task-button",["Delete"],[["successText","task","class"],["Deleted",[23,["deleteTheme"]],"gh-btn gh-btn-red gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-delete-theme.hbs"}})}),define("ghost-admin/templates/components/modal-delete-user",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"oyCwXdg/",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Are you sure you want to delete this user?"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"p"],[9],[7,"strong"],[9],[0,"WARNING:"],[10],[0," You are about to delete the user \'"],[7,"strong"],[9],[1,[23,["user","name"]],false],[10],[0,"\'. There is no way to recover this."],[10],[0,"\\n"],[4,"if",[[23,["user","count","posts"]]],null,{"statements":[[0," "],[7,"ul"],[9],[0,"\\n "],[7,"li"],[9],[0,"The user will not have access to this blog anymore"],[10],[0,"\\n "],[7,"li"],[9],[7,"strong"],[9],[1,[27,"pluralize",[[23,["user","count","posts"]],"post"],null],false],[10],[0," created by this user will be deleted"],[10],[0,"\\n "],[7,"li"],[9],[0,"All other user data will be deleted"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"ul"],[9],[0,"\\n "],[7,"li"],[9],[0,"User will not have access to this blog anymore"],[10],[0,"\\n "],[7,"li"],[9],[0,"All user data will be deleted."],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[0,"\\n "],[7,"span"],[9],[0,"Cancel"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-task-button",[[27,"if",[[23,["user","count","posts"]],"Delete user and their posts","Delete user"],null]],[["successText","task","class"],["Deleted",[23,["deleteUser"]],"gh-btn gh-btn-red gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-delete-user.hbs"}})}),define("ghost-admin/templates/components/modal-delete-webhook",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Px0jjyiV",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Are you sure?"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"p"],[9],[0,"\\n Deleting this webhook may prevent the integration from functioning.\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Cancel"],[10],[10],[0,"\\n "],[1,[27,"gh-task-button",["Delete Webhook"],[["successText","task","class"],["Deleted",[23,["deleteWebhook"]],"gh-btn gh-btn-red gh-btn-icon"]]],false],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-delete-webhook.hbs"}})}),define("ghost-admin/templates/components/modal-import-subscribers",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"w9Tcttp7",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"\\n"],[4,"if",[[23,["response"]]],null,{"statements":[[0," Import Successful\\n"]],"parameters":[]},{"statements":[[0," Import Subscribers\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n"],[4,"if",[[23,["response"]]],null,{"statements":[[0," "],[7,"table"],[11,"class","subscribers-import-results"],[9],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"Imported:"],[10],[0,"\\n "],[7,"td"],[11,"align","left"],[9],[1,[23,["response","imported"]],false],[10],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["response","duplicates"]]],null,{"statements":[[0," "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"Duplicates:"],[10],[0,"\\n "],[7,"td"],[11,"align","left"],[9],[1,[23,["response","duplicates"]],false],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"if",[[23,["response","invalid"]]],null,{"statements":[[0," "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"Invalid:"],[10],[0,"\\n "],[7,"td"],[11,"align","left"],[9],[1,[23,["response","invalid"]],false],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"gh-file-uploader",null,[["url","paramName","labelText","uploadStarted","uploadFinished","uploadSuccess"],[[23,["uploadUrl"]],"subscribersfile","Select or drag-and-drop a CSV file.",[27,"action",[[22,0,[]],"uploadStarted"],null],[27,"action",[[22,0,[]],"uploadFinished"],null],[27,"action",[[22,0,[]],"uploadSuccess"],null]]]],false],[0,"\\n"]],"parameters":[]}],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[12,"disabled",[21,"closeDisabled"]],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[0,"\\n "],[7,"span"],[9],[4,"if",[[23,["response"]]],null,{"statements":[[0,"Close"]],"parameters":[]},{"statements":[[0,"Cancel"]],"parameters":[]}],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-import-subscribers.hbs"}})}),define("ghost-admin/templates/components/modal-invite-new-user",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"EwD8Nz9o",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Invite a New User"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"fieldset"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"email"]],{"statements":[[0," "],[7,"label"],[11,"for","new-user-email"],[9],[0,"Email Address"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["class","id","type","placeholder","name","autofocus","autocapitalize","autocorrect","value","input","keyEvents","focus-out"],["email","new-user-email","email","Email Address","email","autofocus","off","off",[27,"readonly",[[23,["email"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["email"]]],null]],[["value"],["target.value"]]],[27,"hash",null,[["Enter"],[[27,"action",[[22,0,[]],"confirm"],null]]]],[27,"action",[[22,0,[]],"validate","email"],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["errors"]],"email"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n\\n"],[4,"gh-form-group",null,[["class","errors","hasValidated","property"],["for-select",[23,["errors"]],[23,["hasValidated"]],"role"]],{"statements":[[0," "],[7,"label"],[11,"for","new-user-role"],[9],[0,"Role"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-select"],[9],[0,"\\n "],[1,[27,"one-way-select",null,[["id","name","options","optionValuePath","optionLabelPath","value","update"],["new-user-role","role",[27,"readonly",[[23,["roles"]]],null],"id","name",[23,["role"]],[27,"action",[[22,0,[]],"setRole"],null]]]],false],[0,"\\n "],[1,[27,"svg-jar",["arrow-down-small"],null],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["errors"]],"role"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[1,[27,"gh-task-button",["Send invitation now"],[["successText","task","class","disabled"],["Sent",[23,["sendInvitation"]],"gh-btn gh-btn-green gh-btn-icon",[23,["fetchRoles","isRunning"]]]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-invite-new-user.hbs"}})}),define("ghost-admin/templates/components/modal-leave-editor",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"2wOraivc",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Are you sure you want to leave this page?"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"p"],[9],[0,"\\n Hey there! It looks like you\'re in the middle of writing something and\\n you haven\'t saved all of your content.\\n "],[10],[0,"\\n\\n "],[7,"p"],[9],[0,"Save before you go!"],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Stay"],[10],[10],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-red"],[3,"action",[[22,0,[]],"confirm"]],[9],[7,"span"],[9],[0,"Leave"],[10],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-leave-editor.hbs"}})}),define("ghost-admin/templates/components/modal-leave-settings",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"w9uXNeP6",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Are you sure you want to leave this page?"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"p"],[9],[0,"\\n Hey there! It looks like you didn\'t save the changes you made.\\n "],[10],[0,"\\n\\n "],[7,"p"],[9],[0,"Save before you go!"],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Stay"],[10],[10],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-red"],[3,"action",[[22,0,[]],"confirm"]],[9],[7,"span"],[9],[0,"Leave"],[10],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-leave-settings.hbs"}})}),define("ghost-admin/templates/components/modal-markdown-help",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"8vLVjN5C",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Markdown Help"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"section"],[11,"class","markdown-help-container"],[9],[0,"\\n "],[7,"table"],[11,"class","modal-markdown-help-table"],[9],[0,"\\n "],[7,"thead"],[9],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"th"],[9],[0,"Markdown"],[10],[0,"\\n "],[7,"th"],[9],[0,"Result"],[10],[0,"\\n "],[7,"th"],[9],[0,"Shortcut"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tbody"],[9],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"**text**"],[10],[0,"\\n "],[7,"td"],[9],[7,"strong"],[9],[0,"Bold"],[10],[10],[0,"\\n "],[7,"td"],[9],[0,"Ctrl/⌘ + B"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"*text*"],[10],[0,"\\n "],[7,"td"],[9],[7,"em"],[9],[0,"Emphasize"],[10],[10],[0,"\\n "],[7,"td"],[9],[0,"Ctrl/⌘ + I"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"~~text~~"],[10],[0,"\\n "],[7,"td"],[9],[7,"del"],[9],[0,"Strike-through"],[10],[10],[0,"\\n "],[7,"td"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"[title](http://)"],[10],[0,"\\n "],[7,"td"],[9],[7,"a"],[11,"href","#"],[9],[0,"Link"],[10],[10],[0,"\\n "],[7,"td"],[9],[0,"Ctrl/⌘ + K"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"`code`"],[10],[0,"\\n "],[7,"td"],[9],[7,"code"],[9],[0,"Inline Code"],[10],[10],[0,"\\n "],[7,"td"],[9],[0,"Ctrl/⌘ + Alt + C"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"![alt](http://)"],[10],[0,"\\n "],[7,"td"],[9],[0,"Image"],[10],[0,"\\n "],[7,"td"],[9],[0,"Ctrl/⌘ + Shift + I"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"* item"],[10],[0,"\\n "],[7,"td"],[9],[0,"List"],[10],[0,"\\n "],[7,"td"],[9],[0,"Ctrl/⌘ + L"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"1. item"],[10],[0,"\\n "],[7,"td"],[9],[0,"Ordered List"],[10],[0,"\\n "],[7,"td"],[9],[0,"Ctrl/⌘ + Alt + L"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"> quote"],[10],[0,"\\n "],[7,"td"],[9],[0,"Blockquote"],[10],[0,"\\n "],[7,"td"],[9],[0,"Ctrl/⌘ + \'"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"==Highlight=="],[10],[0,"\\n "],[7,"td"],[9],[7,"mark"],[9],[0,"Highlight"],[10],[10],[0,"\\n "],[7,"td"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"# Heading"],[10],[0,"\\n "],[7,"td"],[9],[0,"H1"],[10],[0,"\\n "],[7,"td"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"## Heading"],[10],[0,"\\n "],[7,"td"],[9],[0,"H2"],[10],[0,"\\n "],[7,"td"],[9],[0,"Ctrl/⌘ + H"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[9],[0,"### Heading"],[10],[0,"\\n "],[7,"td"],[9],[0,"H3"],[10],[0,"\\n "],[7,"td"],[9],[0,"Ctrl/⌘ + H (x2)"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n For further Markdown syntax reference: "],[7,"a"],[11,"href","https://docs.ghost.org/faq/using-the-editor/#using-markdown"],[11,"target","_blank"],[9],[0,"Markdown Documentation"],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-markdown-help.hbs"}})}),define("ghost-admin/templates/components/modal-new-integration",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"M7fIBy45",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"New custom integration"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"button"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"fieldset"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["integration","errors"]],[23,["integration","hasValidated"]],"name"]],{"statements":[[0," "],[7,"label"],[11,"for","new-integration-name"],[11,"class","fw6"],[9],[0,"Name"],[10],[0,"\\n "],[7,"input"],[12,"value",[23,["integration","name"]]],[12,"oninput",[27,"action",[[22,0,[]],"updateName"],[["value"],["target.value"]]]],[11,"id","new-integration-name"],[11,"class","gh-input mt1"],[11,"placeholder","Integration name..."],[11,"name","integration-name"],[11,"autofocus","autofocus"],[11,"autocapitalize","off"],[11,"autocorrect","off"],[11,"type","text"],[9],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["integration","errors"]],"name"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[0,"\\n "],[7,"span"],[9],[0,"Cancel"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-task-button",["Create"],[["successText","task","class"],["Created",[23,["createIntegration"]],"gh-btn gh-btn-green gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-new-integration.hbs"}})}),define("ghost-admin/templates/components/modal-new-subscriber",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"hsULxjK7",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Add a Subscriber"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"fieldset"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["subscriber","errors"]],[23,["subscriber","hasValidated"]],"email"]],{"statements":[[0," "],[7,"label"],[11,"for","new-subscriber-email"],[9],[0,"Email Address"],[10],[0,"\\n "],[7,"input"],[12,"value",[23,["subscriber","email"]]],[12,"oninput",[27,"action",[[22,0,[]],"updateEmail"],[["value"],["target.value"]]]],[11,"id","new-subscriber-email"],[11,"class","gh-input email"],[11,"placeholder","Email Address"],[11,"name","email"],[11,"autofocus","autofocus"],[11,"autocapitalize","off"],[11,"autocorrect","off"],[11,"type","email"],[9],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["subscriber","errors"]],"email"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[0,"\\n "],[7,"span"],[9],[0,"Cancel"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-task-button",["Add"],[["successText","task","class"],["Added",[23,["addSubscriber"]],"gh-btn gh-btn-green gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-new-subscriber.hbs"}})}),define("ghost-admin/templates/components/modal-re-authenticate",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"hWAA/PDl",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Please re-authenticate"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[12,"class",[28,["modal-body ",[27,"if",[[23,["authenticationError"]],"error"],null]]]],[9],[0,"\\n\\n "],[7,"form"],[11,"id","login"],[11,"class","login-form"],[11,"method","post"],[11,"novalidate","novalidate"],[3,"action",[[22,0,[]],"confirm"],[["on"],["submit"]]],[9],[0,"\\n"],[4,"gh-validation-status-container",null,[["class","errors","property","hasValidated"],["password-wrap",[23,["errors"]],"password",[23,["hasValidated"]]]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["class","type","placeholder","name","value","input"],["password","password","Password","password",[27,"readonly",[[23,["password"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["password"]]],null]],[["value"],["target.value"]]]]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[9],[0,"\\n "],[1,[27,"gh-task-button",["Log in"],[["task","class","type"],[[23,["reauthenticate"]],"gh-btn gh-btn-blue gh-btn-icon","submit"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["authenticationError"]]],null,{"statements":[[0," "],[7,"p"],[11,"class","response"],[9],[1,[21,"authenticationError"],false],[10],[0,"\\n"]],"parameters":[]},null],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-re-authenticate.hbs"}})}),define("ghost-admin/templates/components/modal-suspend-user",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"hOO4kCnS",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Are you sure you want to suspend this user?"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"strong"],[9],[0,"WARNING:"],[10],[0," This user will no longer be able to log in but their posts will be kept.\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Cancel"],[10],[10],[0,"\\n "],[1,[27,"gh-task-button",["Suspend"],[["successText","task","class"],["Suspended",[23,["suspendUser"]],"gh-btn gh-btn-red gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-suspend-user.hbs"}})}),define("ghost-admin/templates/components/modal-theme-warnings",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"oLvT/YBz",block:'{"symbols":["error","error","error"],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"\\n"],[4,"unless",[[23,["canActivate"]]],null,{"statements":[[0," "],[1,[21,"title"],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[21,"title"],false],[0," with "],[4,"if",[[23,["errors"]]],null,{"statements":[[0,"errors"]],"parameters":[]},{"statements":[[0,"warnings"]],"parameters":[]}],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href","#"],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"ul"],[11,"class","theme-validation-errors"],[9],[0,"\\n"],[4,"if",[[23,["message"]]],null,{"statements":[[0," "],[7,"li"],[9],[0,"\\n "],[7,"p"],[9],[1,[21,"message"],false],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"if",[[23,["fatalErrors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","theme-validation-errordescription"],[9],[0,"\\n "],[7,"h2"],[11,"class","theme-validation-errortype fatal"],[9],[0,"Fatal Errors"],[10],[0,"\\n "],[7,"p"],[9],[7,"em"],[9],[0,"(Must-fix to activate theme)"],[10],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"each",[[23,["fatalErrors"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","theme-validation-item"],[9],[0,"\\n "],[1,[27,"gh-theme-error-li",null,[["error"],[[22,3,[]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[3]},null],[0,"\\n"],[4,"if",[[23,["errors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","theme-validation-errordescription"],[9],[0,"\\n "],[7,"h2"],[11,"class","theme-validation-errortype"],[9],[0,"Errors"],[10],[0,"\\n "],[7,"p"],[9],[7,"em"],[9],[0,"(Very recommended to fix, functionality "],[7,"span"],[9],[0,"could"],[10],[0," be restricted)"],[10],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"each",[[23,["errors"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","theme-validation-item"],[9],[0,"\\n "],[1,[27,"gh-theme-error-li",null,[["error"],[[22,2,[]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[2]},null],[0,"\\n"],[4,"if",[[23,["warnings"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","theme-validation-errordescription"],[9],[0,"\\n "],[7,"h2"],[11,"class","theme-validation-errortype"],[9],[0,"Warnings"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"each",[[23,["warnings"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","theme-validation-item"],[9],[0,"\\n "],[1,[27,"gh-theme-error-li",null,[["error"],[[22,1,[]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},null],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[0,"\\n "],[7,"span"],[9],[0,"Close"],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-theme-warnings.hbs"}})}) -define("ghost-admin/templates/components/modal-transfer-owner",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"MnGlA1J6",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Transfer Ownership"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"p"],[9],[0,"\\n Are you sure you want to transfer the ownership of this blog?\\n You will not be able to undo this action.\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Cancel"],[10],[10],[0,"\\n "],[1,[27,"gh-task-button",["Yep - I\'m sure"],[["task","class"],[[23,["transferOwnership"]],"gh-btn gh-btn-red gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-transfer-owner.hbs"}})}),define("ghost-admin/templates/components/modal-unsuspend-user",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"kXTvrclH",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Are you sure you want to un-suspend this user?"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"strong"],[9],[0,"WARNING:"],[10],[0," This user will be able to log in again and will have the same permissions they had previously.\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Cancel"],[10],[10],[0,"\\n "],[1,[27,"gh-task-button",["Un-suspend"],[["successText","task","class"],["Suspended",[23,["unsuspendUser"]],"gh-btn gh-btn-red gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-unsuspend-user.hbs"}})}),define("ghost-admin/templates/components/modal-upload-image",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"3/5jhKKO",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","modal-body"],[9],[0,"\\n"],[4,"if",[[23,["url"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-image-uploader -with-image"],[9],[0,"\\n "],[7,"div"],[9],[7,"img"],[12,"src",[21,"url"]],[9],[10],[10],[0,"\\n "],[7,"a"],[11,"class","image-cancel"],[11,"title","Delete"],[3,"action",[[22,0,[]],"removeImage"]],[9],[0,"\\n "],[1,[27,"svg-jar",["trash"],null],false],[0,"\\n "],[7,"span"],[11,"class","hidden"],[9],[0,"Delete"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"gh-image-uploader",null,[["image","saveButton","update","uploadStarted","uploadFinished","accept","extensions","uploadUrl","paramsHash"],[[23,["newUrl"]],false,[27,"action",[[22,0,[]],"fileUploaded"],null],[27,"action",[[22,0,[]],"isUploading"],null],[27,"action",[[22,0,[]],"isUploading"],null],[23,["model","accept"]],[23,["model","extensions"]],[23,["model","uploadUrl"]],[23,["model","paramsHas"]]]]],false],[0,"\\n"]],"parameters":[]}],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Cancel"],[10],[10],[0,"\\n"],[4,"if",[[23,["_isUploading"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-blue right gh-btn-icon disabled"],[9],[7,"span"],[9],[0,"Save"],[10],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"gh-task-button",null,[["task","class"],[[23,["uploadImage"]],"gh-btn gh-btn-blue right gh-btn-icon"]]],false],[0,"\\n"]],"parameters":[]}],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-upload-image.hbs"}})}),define("ghost-admin/templates/components/modal-upload-theme",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"zHx8PWY4",block:'{"symbols":["error","error","error","error"],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"\\n"],[4,"if",[[23,["theme"]]],null,{"statements":[[4,"if",[[23,["hasWarningsOrErrors"]]],null,{"statements":[[0," Upload successful with "],[4,"if",[[23,["validationErrors"]]],null,{"statements":[[0,"errors"]],"parameters":[]},{"statements":[[0,"warnings"]],"parameters":[]}],[0,"\\n"]],"parameters":[]},{"statements":[[0," Upload successful!\\n"]],"parameters":[]}]],"parameters":[]},{"statements":[[4,"if",[[27,"or",[[23,["validationErrors"]],[23,["fatalValidationErrors"]]],null]],null,{"statements":[[0," Invalid theme\\n"]],"parameters":[]},{"statements":[[0," Upload a theme\\n "]],"parameters":[]}]],"parameters":[]}],[0," "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href","#"],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n"],[4,"if",[[23,["theme"]]],null,{"statements":[[4,"if",[[23,["hasWarningsOrErrors"]]],null,{"statements":[[0," "],[7,"ul"],[11,"class","theme-validation-errors"],[9],[0,"\\n "],[7,"li"],[9],[0,"\\n "],[7,"p"],[9],[0,"\\n \\""],[1,[21,"themeName"],false],[0,"\\" uploaded successfully but some "],[4,"if",[[23,["validationErrors"]]],null,{"statements":[[0,"errors"]],"parameters":[]},{"statements":[[0,"warnings"]],"parameters":[]}],[0," were detected.\\n You are still able to use and activate the theme. Here\'s your report...\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["validationErrors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","theme-validation-errordescription"],[9],[0,"\\n "],[7,"h2"],[11,"class","theme-validation-errortype"],[9],[0,"Errors"],[10],[0,"\\n "],[7,"p"],[9],[7,"em"],[9],[0,"(Very recommended to fix, functionality "],[7,"span"],[9],[0,"could"],[10],[0," be restricted)"],[10],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"each",[[23,["validationErrors"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","theme-validation-item"],[9],[0,"\\n "],[1,[27,"gh-theme-error-li",null,[["error"],[[22,4,[]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[4]},null],[0,"\\n"],[4,"if",[[23,["validationWarnings"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","theme-validation-errordescription"],[9],[0,"\\n "],[7,"h2"],[11,"class","theme-validation-errortype"],[9],[0,"Warnings"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"each",[[23,["validationWarnings"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","theme-validation-item"],[9],[0,"\\n "],[1,[27,"gh-theme-error-li",null,[["error"],[[22,3,[]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[3]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"p"],[9],[0,"\\n \\""],[1,[21,"themeName"],false],[0,"\\" uploaded successfully.\\n "],[4,"if",[[23,["canActivateTheme"]]],null,{"statements":[[0,"Do you want to activate it now?"]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[]},{"statements":[[4,"if",[[23,["displayOverwriteWarning"]]],null,{"statements":[[0," "],[7,"p"],[9],[0,"\\n \\""],[1,[21,"fileThemeName"],false],[0,"\\" will overwrite an existing theme of the same name. Are you sure?\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[27,"or",[[23,["validationErrors"]],[23,["fatalValidationErrors"]]],null]],null,{"statements":[[0," "],[7,"ul"],[11,"class","theme-validation-errors"],[9],[0,"\\n"],[4,"if",[[23,["fatalValidationErrors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","theme-validation-errordescription"],[9],[0,"\\n "],[7,"h2"],[11,"class","theme-validation-errortype fatal"],[9],[0,"Fatal Errors"],[10],[0,"\\n "],[7,"p"],[9],[7,"em"],[9],[0,"(Must-fix to activate theme)"],[10],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"each",[[23,["fatalValidationErrors"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","theme-validation-item"],[9],[0,"\\n "],[1,[27,"gh-theme-error-li",null,[["error"],[[22,2,[]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[2]},null],[0,"\\n"],[4,"if",[[23,["validationErrors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","theme-validation-errordescription"],[9],[0,"\\n "],[7,"h2"],[11,"class","theme-validation-errortype"],[9],[0,"Errors"],[10],[0,"\\n "],[7,"p"],[9],[7,"em"],[9],[0,"(Very recommended to fix, functionality "],[7,"span"],[9],[0,"could"],[10],[0," be restricted)"],[10],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"each",[[23,["validationErrors"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","theme-validation-item"],[9],[0,"\\n "],[1,[27,"gh-theme-error-li",null,[["error"],[[22,1,[]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"gh-file-uploader",null,[["url","paramName","accept","labelText","validate","uploadStarted","uploadFinished","uploadSuccess","uploadFailed","listenTo"],[[23,["uploadUrl"]],"file",[23,["accept"]],"Click to select or drag-and-drop your theme zip file here.",[27,"action",[[22,0,[]],"validateTheme"],null],[27,"action",[[22,0,[]],"uploadStarted"],null],[27,"action",[[22,0,[]],"uploadFinished"],null],[27,"action",[[22,0,[]],"uploadSuccess"],null],[27,"action",[[22,0,[]],"uploadFailed"],null],"themeUploader"]]],false],[0,"\\n "]],"parameters":[]}]],"parameters":[]}]],"parameters":[]}],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[12,"disabled",[21,"closeDisabled"]],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[0,"\\n "],[7,"span"],[9],[4,"if",[[23,["theme"]]],null,{"statements":[[0,"Close"]],"parameters":[]},{"statements":[[0,"Cancel"]],"parameters":[]}],[10],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["displayOverwriteWarning"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-red"],[3,"action",[[22,0,[]],"confirmOverwrite"]],[9],[0,"\\n "],[7,"span"],[9],[0,"Overwrite"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"if",[[23,["validationErrors"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-green"],[3,"action",[[22,0,[]],"reset"]],[9],[0,"\\n "],[7,"span"],[9],[0,"Try Again"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"if",[[23,["canActivateTheme"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-green"],[3,"action",[[22,0,[]],"activate"]],[9],[0,"\\n "],[7,"span"],[9],[0,"Activate Now"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-upload-theme.hbs"}})}),define("ghost-admin/templates/components/modal-webhook-form",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"kFPvppTs",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[1,[27,"if",[[23,["webhook","isNew"]],"New","Edit"],null],false],[0," webhook"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"button"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"fieldset"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["webhook","errors"]],[23,["webhook","hasValidated"]],"name"]],{"statements":[[0," "],[7,"label"],[11,"for","webhook-name"],[11,"class","fw6"],[9],[0,"Name"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","input","focus-out","id","name","class","placeholder","autofocus","autocapitalize","autocorrect"],[[27,"readonly",[[23,["webhook","name"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["webhook","name"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","name"],[["target"],[[23,["webhook"]]]]],"webhook-name","name","gh-input mt1","Webhook name...","autofocus","off","off"]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["webhook","errors"]],"name"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"fieldset"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["webhook","errors"]],[23,["webhook","hasValidated"]],"event"]],{"statements":[[0," "],[7,"label"],[11,"for","webhook-event"],[11,"class","fw6"],[9],[0,"Event"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-select"],[9],[0,"\\n "],[1,[27,"one-way-select",[[23,["webhook","event"]]],[["options","optionValuePath","optionLabelPath","optionTargetPath","groupLabelPath","class","includeBlank","prompt","update","id","name"],[[23,["availableEvents"]],"event","name","event","group","mt1",true,"Select an event",[27,"action",[[22,0,[]],"selectEvent"],null],"webhook-event","event"]]],false],[0,"\\n "],[1,[27,"svg-jar",["arrow-down-small"],null],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["webhook","errors"]],"event"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"fieldset"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["webhook","errors"]],[23,["webhook","hasValidated"]],"targetUrl"]],{"statements":[[0," "],[7,"label"],[11,"for","webhook-targetUrl"],[11,"class","fw6"],[9],[0,"Target URL"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","input","focus-out","id","name","class","placeholder","autofocus","autocapitalize","autocorrect"],[[27,"readonly",[[23,["webhook","targetUrl"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["webhook","targetUrl"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","targetUrl"],[["target"],[[23,["webhook"]]]]],"webhook-targetUrl","targetUrl","gh-input mt1","Webhook target URL...","autofocus","off","off"]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["webhook","errors"]],"targetUrl"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"],[4,"if",[[23,["config","enableDeveloperExperiments"]]],null,{"statements":[[0," "],[7,"fieldset"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["webhook","errors"]],[23,["webhook","hasValidated"]],"secret"]],{"statements":[[0," "],[7,"label"],[11,"for","webhook-secret"],[11,"class","fw6"],[9],[0,"Secret"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","oninput","focus-out","id","name","class","placeholder","autofocus","autocapitalize","autocorrect"],[[27,"readonly",[[23,["webhook","secret"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["webhook","secret"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","secret"],[["target"],[[23,["webhook"]]]]],"webhook-secret","secret","gh-input mt1","Webhook secret...","autofocus","off","off"]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["webhook","errors"]],"secret"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[4,"if",[[23,["error"]]],null,{"statements":[[0," "],[7,"p"],[11,"class","red"],[9],[1,[21,"error"],false],[10],[0,"\\n"]],"parameters":[]},null],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[0,"\\n "],[7,"span"],[9],[0,"Cancel"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-task-button",[[23,["buttonText"]]],[["successText","task","class"],[[23,["successText"]],[23,["saveWebhook"]],"gh-btn gh-btn-green gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-webhook-form.hbs"}})}),define("ghost-admin/templates/components/object-bin",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"nv3hMCN3",block:'{"symbols":["obj","&default"],"statements":[[4,"draggable-object-target",null,[["action"],["handleObjectDropped"]],{"statements":[[0," "],[7,"div"],[11,"class","object-bin-title"],[9],[1,[21,"name"],false],[10],[0,"\\n "],[7,"br"],[9],[10],[0,"\\n"],[4,"each",[[23,["model"]]],null,{"statements":[[4,"draggable-object",null,[["action","content"],["handleObjectDragged",[22,1,[]]]],{"statements":[[0," "],[14,2,[[22,1,[]]]],[0,"\\n"]],"parameters":[]},null]],"parameters":[1]},null]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/object-bin.hbs"}})}),define("ghost-admin/templates/components/power-select-vertical-collection-options",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"37VlyaG+",block:'{"symbols":["opt","index","&default"],"statements":[[4,"if",[[23,["select","loading"]]],null,{"statements":[[4,"if",[[23,["loadingMessage"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","ember-power-select-option ember-power-select-option--loading-message"],[11,"role","option"],[9],[1,[21,"loadingMessage"],false],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0,"\\n"],[4,"vertical-collection",[[23,["options"]]],[["minHeight","estimateHeight","bufferSize"],[30,6,10]],{"statements":[[0," "],[7,"li"],[11,"class","ember-power-select-option"],[12,"aria-selected",[28,[[27,"ember-power-select-is-selected",[[22,1,[]],[23,["select","selected"]]],null]]]],[12,"aria-disabled",[27,"ember-power-select-true-string-if-present",[[22,1,["disabled"]]],null]],[12,"aria-current",[28,[[27,"eq",[[22,1,[]],[23,["select","highlighted"]]],null]]]],[12,"data-option-index",[28,[[21,"groupIndex"],[22,2,[]]]]],[11,"role","option"],[9],[0,"\\n "],[14,3,[[22,1,[]],[23,["select"]]]],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1,2]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/power-select-vertical-collection-options.hbs"}})}),define("ghost-admin/templates/components/power-select/trigger",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"FpGPkizG",block:'{"symbols":["&default"],"statements":[[4,"if",[[23,["select","selected"]]],null,{"statements":[[4,"if",[[23,["selectedItemComponent"]]],null,{"statements":[[0," "],[1,[27,"component",[[23,["selectedItemComponent"]]],[["option","select"],[[27,"readonly",[[23,["select","selected"]]],null],[27,"readonly",[[23,["select"]]],null]]]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[11,"class","ember-power-select-selected-item"],[9],[14,1,[[23,["select","selected"]],[23,["select"]]]],[10],[0,"\\n"]],"parameters":[]}],[4,"if",[[27,"and",[[23,["allowClear"]],[27,"not",[[23,["select","disabled"]]],null]],null]],null,{"statements":[[0," "],[7,"span"],[11,"class","ember-power-select-clear-btn"],[12,"onmousedown",[27,"action",[[22,0,[]],"clear"],null]],[12,"ontouchstart",[27,"action",[[22,0,[]],"clear"],null]],[9],[0,"×"],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},{"statements":[[0," "],[1,[27,"component",[[23,["placeholderComponent"]]],[["placeholder"],[[23,["placeholder"]]]]],false],[0,"\\n"]],"parameters":[]}],[1,[27,"svg-jar",["arrow-down-small"],null],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/power-select/trigger.hbs"}})}),define("ghost-admin/templates/components/sortable-objects",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"/BWYip4/",block:'{"symbols":["&default"],"statements":[[14,1]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/sortable-objects.hbs"}})}),define("ghost-admin/templates/editor",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"dPBSr5Lg",block:'{"symbols":["editor","post","countdown"],"statements":[[4,"if",[[23,["post"]]],null,{"statements":[[4,"gh-editor",null,[["tagName","class"],["section","gh-editor gh-view"]],{"statements":[[0," "],[7,"header"],[12,"class",[28,["gh-editor-header br2 pe-none ",[22,1,["headerClass"]]," ",[27,"if",[[23,["infoMessage"]],"bg-white"],null]]]],[9],[0,"\\n "],[7,"div"],[11,"class","flex items-center pe-auto"],[9],[0,"\\n"],[4,"if",[[23,["ui","isFullScreen"]]],null,{"statements":[[0," "],[7,"div"],[12,"class",[28,[[27,"ui-text",["ts"],null]," h9 br b--lightgrey pl3 pr4 flex items-center br2 br--left ",[27,"unless",[[23,["infoMessage"]],"bg-white"],null]]]],[9],[0,"\\n"],[4,"link-to",[[27,"pluralize",[[23,["post","displayName"]]],null]],[["classNames"],["blue link fw4 flex items-center"]],{"statements":[[0," "],[1,[27,"svg-jar",["arrow-left"],[["class"],["w3 fill-blue mr1 nudge-right--2"]]],false],[0,"\\n "],[1,[27,"capitalize",[[27,"pluralize",[[23,["post","displayName"]]],null]],null],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[12,"class",[28,["flex items-center pl4 pr4 f8 nudge-left--1 h9 br2 br--right ",[27,"unless",[[23,["infoMessage"]],"bg-white"],null]]]],[9],[0,"\\n "],[7,"span"],[11,"class","fw3 midgrey-l2"],[9],[0,"\\n "],[1,[27,"gh-editor-post-status",null,[["post","isSaving"],[[23,["post"]],[27,"or",[[23,["autosave","isRunning"]],[23,["saveTasks","isRunning"]]],null]]]],false],[0,"\\n "],[10],[0,"\\n"],[4,"gh-scheduled-post-countdown",null,[["post"],[[23,["post"]]]],{"statements":[[0," "],[7,"time"],[12,"datetime",[28,[[22,2,["publishedAtUTC"]]]]],[11,"class","green f8 ml5"],[9],[0,"\\n "],[1,[27,"capitalize",[[22,2,["displayName"]]],null],false],[0," will go live "],[1,[22,3,[]],false],[0,".\\n "],[10],[0,"\\n"]],"parameters":[2,3]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["infoMessage"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-koenig-info miw88 flex flex-auto justify-center"],[11,"style","pointer-events: auto"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["midgrey inline-flex tracked-1 center pa1 pl4 pr4 br3 justify-center items-start ",[27,"if",[[27,"eq",[[22,1,["headerClass"]],"gh-editor-header-small"],null],"bg-white"],null]]]],[9],[0,"\\n "],[1,[27,"svg-jar",["idea"],[["class"],["w7 h7 fill-blue"]]],false],[0,"\\n "],[7,"p"],[11,"class","ma0 pa0 ml1 nudge-top--2"],[9],[0,"\\n "],[1,[21,"infoMessage"],false],[0,"\\n "],[7,"button"],[11,"class","blue fw5"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"mut",[[23,["infoMessage"]],""],null]]],[9],[0,"Got it"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[12,"class",[28,["view-actions br2 ",[27,"unless",[[23,["infoMessage"]],"bg-white"],null]]]],[11,"style","pointer-events: auto"],[9],[0,"\\n"],[4,"unless",[[23,["post","isNew"]]],null,{"statements":[[4,"if",[[23,["session","user","isContributor"]]],null,{"statements":[[0," "],[1,[27,"gh-task-button",["Save"],[["task","runningText","class"],[[23,["save"]],"Saving","gh-btn gh-btn-blue gh-btn-icon contributor-save-button"]]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"gh-publishmenu",null,[["post","postStatus","saveTask","setSaveType","onOpen"],[[23,["post"]],[23,["post","status"]],[23,["save"]],[27,"action",[[22,0,[]],"setSaveType"],null],[27,"action",[[22,0,[]],"cancelAutosave"],null]]]],false],[0,"\\n"]],"parameters":[]}]],"parameters":[]},null],[0,"\\n "],[7,"button"],[11,"class","post-settings"],[11,"title","Settings"],[11,"type","button"],[3,"action",[[22,0,[]],"openSettingsMenu"],[["target"],[[23,["ui"]]]]],[9],[0,"\\n "],[1,[27,"svg-jar",["settings"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[0," "],[1,[27,"gh-koenig-editor",null,[["title","titlePlaceholder","onTitleChange","onTitleBlur","body","bodyPlaceholder","bodyAutofocus","onBodyChange","headerOffset","scrollContainerSelector","scrollOffsetTopSelector","scrollOffsetBottomSelector","onEditorCreated","onWordCountChange"],[[27,"readonly",[[23,["post","titleScratch"]]],null],[27,"concat",[[27,"capitalize",[[23,["post","displayName"]]],null]," Title"],null],[27,"action",[[22,0,[]],"updateTitleScratch"],null],[27,"action",[[22,0,[]],[27,"perform",[[23,["saveTitle"]]],null]],null],[27,"readonly",[[23,["post","scratch"]]],null],[27,"concat",["Begin writing your ",[23,["post","displayName"]],"..."],null],[23,["shouldFocusEditor"]],[27,"action",[[22,0,[]],"updateScratch"],null],[22,1,["headerHeight"]],".gh-koenig-editor",".gh-editor-header-small",".gh-mobile-nav-bar",[27,"action",[[22,0,[]],"setKoenigEditor"],null],[27,"action",[[22,0,[]],"updateWordCount"],null]]]],false],[0,"\\n\\n "],[7,"div"],[12,"class",[28,["absolute flex items-center br3 bg-white ",[27,"if",[[22,1,["headerClass"]],"right-4 bottom-4","right-6 bottom-6"],null]]]],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["midgrey-l2 ",[27,"if",[[22,1,["headerClass"]],"f-supersmall pl2 pr2","f8 pl4 pr3"],null]," fw3"]]],[9],[0,"\\n "],[1,[27,"pluralize",[[23,["wordCount","wordCount"]],"word"],null],false],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"href","https://docs.ghost.org/faq/using-the-editor/"],[12,"class",[28,["flex ",[27,"if",[[22,1,["headerClass"]],"pa2","pa3"],null]]]],[11,"target","_blank"],[9],[1,[27,"svg-jar",["help"],[["class"],["w4 h4 stroke-midgrey-l2"]]],false],[10],[0,"\\n "],[10],[0,"\\n\\n"]],"parameters":[1]},null],[0,"\\n"],[4,"if",[[23,["showDeletePostModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-post"],[["model","close","modifier"],[[27,"hash",null,[["post","onSuccess"],[[23,["post"]],[27,"route-action",["redirectToContentScreen"],null]]]],[27,"action",[[22,0,[]],"toggleDeletePostModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showLeaveEditorModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-editor"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveEditor"],null],[27,"action",[[22,0,[]],"toggleLeaveEditorModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showReAuthenticateModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["re-authenticate"],[["close","modifier"],[[27,"action",[[22,0,[]],"toggleReAuthenticateModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"liquid-wormhole",null,null,{"statements":[[0," "],[1,[27,"gh-post-settings-menu",null,[["post","showSettingsMenu","deletePost","updateSlug","savePost"],[[23,["post"]],[23,["ui","showSettingsMenu"]],[27,"action",[[22,0,[]],"toggleDeletePostModal"],null],[23,["updateSlug"]],[23,["savePost"]]]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0,"\\n"],[1,[21,"outlet"],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/editor.hbs"}})}),define("ghost-admin/templates/editor/edit-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"q3Xh3Ifq",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-view"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/editor/edit-loading.hbs"}})}),define("ghost-admin/templates/error",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"lzbo6rRf",block:'{"symbols":["item"],"statements":[[7,"div"],[11,"class","gh-view"],[9],[0,"\\n\\n "],[7,"section"],[11,"class","flex flex-column items-center flex-grow justify-center h-100 nt10"],[9],[0,"\\n "],[7,"div"],[11,"class","absolute error-background nudge-right--5"],[9],[0,"\\n "],[1,[27,"svg-jar",["desert"],[["class"],["error-background absolute"]]],false],[0,"\\n "],[7,"div"],[11,"class","traveler-1"],[9],[1,[27,"svg-jar",["tumbleweed"],[["class"],["w6 h6 absolute bouncer-1"]]],false],[10],[0,"\\n "],[7,"div"],[11,"class","traveler-2"],[9],[1,[27,"svg-jar",["tumbleweed"],[["class"],["w11 h11 absolute bouncer-2"]]],false],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","absolute mt50 tc"],[9],[0,"\\n "],[7,"h1"],[11,"class","midlightgrey error-code-size fw6"],[9],[1,[21,"code"],false],[10],[0,"\\n "],[7,"h2"],[11,"class","midlightgrey f4 fw3"],[9],[1,[21,"message"],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["stack"]]],null,{"statements":[[0," "],[7,"section"],[11,"class","error-stack"],[9],[0,"\\n "],[7,"h3"],[9],[0,"Stack Trace"],[10],[0,"\\n "],[7,"p"],[9],[7,"strong"],[9],[1,[21,"message"],false],[10],[10],[0,"\\n "],[7,"ul"],[11,"class","error-stack-list"],[9],[0,"\\n"],[4,"each",[[23,["stack"]]],null,{"statements":[[0," "],[7,"li"],[9],[0,"\\n at\\n "],[4,"if",[[22,1,["function"]]],null,{"statements":[[7,"em"],[11,"class","error-stack-function"],[9],[1,[22,1,["function"]],false],[10]],"parameters":[]},null],[0,"\\n "],[7,"span"],[11,"class","error-stack-file"],[9],[0,"("],[1,[22,1,["at"]],false],[0,")"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/error.hbs"}})}),define("ghost-admin/templates/member",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"6oacvUF4",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["members"],null,{"statements":[[0,"Members"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n "],[1,[23,["member","name"]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n "],[7,"div"],[11,"class","flex flex-row nl2 mt10"],[9],[0,"\\n "],[5,"gh-member-avatar",[[11,"class","w20 h20 mr4"]],[["@initialsClass","@member"],["f-subheadline",[21,"member"]]]],[0,"\\n "],[7,"div"],[11,"class","flex flex-column justify-center"],[9],[0,"\\n "],[7,"h3"],[11,"class","ma0 pa0"],[9],[1,[23,["member","name"]],false],[10],[0,"\\n "],[7,"span"],[11,"class","db"],[9],[0,"\\n "],[7,"a"],[11,"class","midlightgrey"],[12,"href",[28,["mailto:",[23,["member","email"]]]]],[9],[0,"\\n "],[1,[23,["member","email"]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","pt1 mt10"],[9],[0,"\\n "],[7,"h2"],[11,"class","f7 fw4 midgrey"],[9],[0,"Overview"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","flex flex-row ba b--whitegrey br4 bg-whitegrey-l2 mt2"],[9],[0,"\\n "],[7,"div"],[11,"class","flex flex-column flex-grow-1 pa5 br b--whitegrey"],[9],[0,"\\n "],[7,"span"],[11,"class","db ttu f8 midlightgrey"],[9],[0,"Member since"],[10],[0,"\\n "],[7,"span"],[11,"class","db f5"],[9],[1,[27,"moment-format",[[23,["member","createdAt"]],"MMMM Do"],null],false],[10],[0,"\\n "],[7,"span"],[11,"class","db f8 midlightgrey"],[9],[0,"("],[1,[27,"moment-to-now",[[23,["member","createdAt"]]],[["hideAffix"],[true]]],false],[0,")"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","flex flex-column flex-grow-1 pa5"],[9],[0,"\\n "],[7,"span"],[11,"class","db ttu f8 midlightgrey"],[9],[0,"Current plan"],[10],[0,"\\n "],[7,"span"],[11,"class","db f5"],[9],[0,"Monthly"],[10],[0,"\\n "],[7,"span"],[11,"class","db f8 midlightgrey"],[9],[0,"6 USD/month"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"h2"],[11,"class","pb1 bb b--whitegrey f7 fw4 midgrey mt10 pb2"],[9],[0,"Danger zone"],[10],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-red gh-btn-icon mt3"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"toggle",["showDeleteMemberModal",[22,0,[]]],null]]],[9],[0,"\\n "],[7,"span"],[9],[0,"Delete member"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[4,"if",[[23,["showDeleteMemberModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-member"],[["model","close","modifier"],[[27,"hash",null,[["member","onSuccess"],[[23,["member"]],[27,"action",[[22,0,[]],"finaliseDeletion"],null]]]],[27,"action",[[22,0,[]],[27,"toggle",["showDeleteMemberModal",[22,0,[]]],null]],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/member.hbs"}})}),define("ghost-admin/templates/members",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Pwd2Jqv4",block:'{"symbols":["member","index"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Members"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","view-container h-100"],[9],[0,"\\n\\n "],[7,"div"],[9],[0,"\\n "],[5,"gh-text-input",[[11,"placeholder","Search members..."]],[["@value","@input"],[[22,0,["searchText"]],[27,"action",[[22,0,[]],[27,"mut",[[22,0,["searchText"]]],null]],[["value"],["target.value"]]]]]],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","flex justify-between items-center pt1 mt7"],[9],[0,"\\n "],[7,"h2"],[11,"class","f7 fw4 midgrey"],[9],[0,"\\n"],[4,"if",[[22,0,["searchText"]]],null,{"statements":[[0," Search result\\n"]],"parameters":[]},{"statements":[[0," All members\\n"],[4,"if",[[22,0,["fetchMembers","lastSuccessful"]]],null,{"statements":[[0," ("],[1,[22,0,["meta","pagination","total"]],false],[0,")\\n"]],"parameters":[]},{"statements":[[0," (Loading...)\\n"]],"parameters":[]}]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[22,0,["filteredMembers"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","flex flex-row flex-wrap items-start ba br3 b--whitegrey mt2 mb10"],[9],[0,"\\n "],[5,"vertical-collection",[],[["@items","@key","@containerSelector","@estimateHeight"],[[22,0,["filteredMembers"]],"id",".gh-main","76"]],{"statements":[[0,"\\n "],[7,"div"],[11,"class","flex-grow-1 flex-shrink-1"],[11,"style","flex-basis: 100%"],[9],[0,"\\n"],[4,"link-to",["member",[22,1,[]]],[["classNames"],["link whitegrey"]],{"statements":[[0," "],[7,"article"],[12,"class",[28,["flex items-center justify-between pa4 ",[27,"if",[[22,2,[]],"bt"],null]]]],[9],[0,"\\n "],[7,"div"],[11,"class","flex items-center"],[9],[0,"\\n "],[5,"gh-member-avatar",[[11,"class","w10 h10 mr4"]],[["@member"],[[22,1,[]]]]],[0,"\\n "],[7,"div"],[11,"class","flex flex-column"],[9],[0,"\\n "],[7,"h3"],[11,"class","darkgrey ma0 f5 fw7"],[9],[1,[22,1,["name"]],false],[10],[0,"\\n "],[7,"p"],[11,"class","midgrey ma0 pa0 f7"],[9],[1,[22,1,["email"]],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","flex items-center"],[9],[1,[27,"svg-jar",["arrow-right"],[["class"],["w4 h4 fill-midlightgrey"]]],false],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "]],"parameters":[1,2]}],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[22,0,["fetchMembers","isRunning"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[5,"gh-loading-spinner",[],[[],[]]],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"p"],[11,"class","mt2 pt10 bt b--whitegrey tc midlightgrey"],[9],[0,"No members found."],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[]}],[0," "],[10],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/members.hbs"}})}),define("ghost-admin/templates/pages-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"z5yziGFA",block:'{"symbols":["order","tag","author","type"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Your pages"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[4,"link-to",["editor.new","page"],[["class"],["gh-btn gh-btn-green"]],{"statements":[[7,"span"],[9],[0,"New page"],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-contentfilter"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter-left"],[9],[0,"\\n"],[4,"power-select",null,[["placeholder","selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","matchTriggerWidth"],["All pages",[23,["selectedType"]],[23,["availableTypes"]],"name",[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-type","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown",false]],{"statements":[[0," "],[1,[22,4,["name"]],false],[0,"\\n"]],"parameters":[4]},null],[0,"\\n"],[4,"unless",[[23,["session","user","isAuthorOrContributor"]]],null,{"statements":[[4,"power-select",null,[["placeholder","selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","matchTriggerWidth"],["All authors",[23,["selectedAuthor"]],[23,["availableAuthors"]],"name",[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-author","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown",false]],{"statements":[[0," "],[1,[22,3,["name"]],false],[0,"\\n"]],"parameters":[3]},null]],"parameters":[]},null],[0,"\\n"],[4,"power-select",null,[["placeholder","selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","searchPlaceholder","matchTriggerWidth"],["All tags",[23,["selectedTag"]],[23,["availableTags"]],"name",[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-tag","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","Search tags",false]],{"statements":[[0," "],[1,[22,2,["name"]],false],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter-right"],[9],[0,"\\n Sort by:\\n"],[4,"power-select",null,[["selected","options","searchEnabled","onchange","tagName","classNames","triggerClass","dropdownClass","horizontalPosition","matchTriggerWidth"],[[23,["selectedOrder"]],[23,["availableOrders"]],false,[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-sort","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","right",false]],{"statements":[[0," "],[1,[22,1,["name"]],false],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/pages-loading.hbs"}})}),define("ghost-admin/templates/pages",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"zUilbl+2",block:'{"symbols":["page","order","tag","author","type"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Your pages"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[4,"link-to",["editor.new","page"],[["class"],["gh-btn gh-btn-green"]],{"statements":[[7,"span"],[9],[0,"New page"],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter-left"],[9],[0,"\\n"],[4,"unless",[[23,["session","user","isContributor"]]],null,{"statements":[[4,"power-select",null,[["selected","options","searchEnabled","onchange","tagName","classNames","triggerClass","dropdownClass","matchTriggerWidth"],[[23,["selectedType"]],[23,["availableTypes"]],false,[27,"action",[[22,0,[]],"changeType"],null],"div","gh-contentfilter-menu gh-contentfilter-type","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown",false]],{"statements":[[0," "],[1,[22,5,["name"]],false],[0,"\\n"]],"parameters":[5]},null]],"parameters":[]},null],[0,"\\n"],[4,"unless",[[23,["session","user","isAuthorOrContributor"]]],null,{"statements":[[4,"power-select",null,[["selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","searchPlaceholder","matchTriggerWidth"],[[23,["selectedAuthor"]],[23,["availableAuthors"]],"name",[27,"action",[[22,0,[]],"changeAuthor"],null],"div","gh-contentfilter-menu gh-contentfilter-author","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","Search authors",false]],{"statements":[[0," "],[1,[22,4,["name"]],false],[0,"\\n"]],"parameters":[4]},null]],"parameters":[]},null],[0,"\\n"],[4,"unless",[[23,["session","user","isContributor"]]],null,{"statements":[[4,"power-select",null,[["selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","searchPlaceholder","matchTriggerWidth","optionsComponent"],[[23,["selectedTag"]],[23,["availableTags"]],"name",[27,"action",[[22,0,[]],"changeTag"],null],"div","gh-contentfilter-menu gh-contentfilter-tag","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","Search tags",false,"power-select-vertical-collection-options"]],{"statements":[[0," "],[1,[22,3,["name"]],false],[0,"\\n"]],"parameters":[3]},null]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-contentfilter-right"],[9],[0,"\\n Sort by:\\n"],[4,"power-select",null,[["selected","options","searchEnabled","onchange","tagName","classNames","triggerClass","dropdownClass","horizontalPosition","matchTriggerWidth"],[[23,["selectedOrder"]],[23,["availableOrders"]],false,[27,"action",[[22,0,[]],"changeOrder"],null],"div","gh-contentfilter-menu gh-contentfilter-sort","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","right",false]],{"statements":[[0," "],[1,[22,2,["name"]],false],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","content-list"],[9],[0,"\\n "],[7,"ol"],[11,"class","posts-list"],[9],[0,"\\n"],[4,"each",[[23,["postsInfinityModel"]]],null,{"statements":[[0," "],[1,[27,"gh-posts-list-item",null,[["post","onDoubleClick"],[[22,1,[]],[27,"action",[[22,0,[]],"openEditor"],null]]]],false],[0,"\\n"]],"parameters":[1]},{"statements":[[0," "],[7,"li"],[11,"class","no-posts-box"],[9],[0,"\\n "],[7,"div"],[11,"class","no-posts"],[9],[0,"\\n"],[4,"if",[[23,["showingAll"]]],null,{"statements":[[0," "],[7,"h3"],[9],[0,"You haven\'t created any pages yet!"],[10],[0,"\\n "],[4,"link-to",["editor.new","page"],null,{"statements":[[7,"button"],[11,"class","gh-btn gh-btn-green gh-btn-lg"],[11,"type","button"],[9],[7,"span"],[9],[0,"Create a new page"],[10],[10]],"parameters":[]},null],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"h3"],[9],[0,"No pages match the current filter"],[10],[0,"\\n "],[4,"link-to",["pages.index",[27,"query-params",null,[["type","author","tag"],[null,null,null]]]],null,{"statements":[[7,"button"],[11,"class","gh-btn gh-btn-lg"],[11,"type","button"],[9],[7,"span"],[9],[0,"Show all pages"],[10],[10]],"parameters":[]},null],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n\\n "],[1,[27,"gh-infinity-loader",null,[["infinityModel","scrollable","triggerOffset"],[[23,["postsInfinityModel"]],".gh-main",1000]]],false],[0,"\\n "],[10],[0,"\\n\\n "],[1,[21,"outlet"],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/pages.hbs"}})}),define("ghost-admin/templates/posts-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"wtQbvoEY",block:'{"symbols":["order","tag","author","type"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Your posts"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[4,"link-to",["editor.new","post"],[["class"],["gh-btn gh-btn-green"]],{"statements":[[7,"span"],[9],[0,"New post"],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-contentfilter"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter-left"],[9],[0,"\\n"],[4,"power-select",null,[["placeholder","selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","matchTriggerWidth"],["All posts",[23,["selectedType"]],[23,["availableTypes"]],"name",[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-type","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown",false]],{"statements":[[0," "],[1,[22,4,["name"]],false],[0,"\\n"]],"parameters":[4]},null],[0,"\\n"],[4,"unless",[[23,["session","user","isAuthorOrContributor"]]],null,{"statements":[[4,"power-select",null,[["placeholder","selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","matchTriggerWidth"],["All authors",[23,["selectedAuthor"]],[23,["availableAuthors"]],"name",[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-author","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown",false]],{"statements":[[0," "],[1,[22,3,["name"]],false],[0,"\\n"]],"parameters":[3]},null]],"parameters":[]},null],[0,"\\n"],[4,"power-select",null,[["placeholder","selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","searchPlaceholder","matchTriggerWidth"],["All tags",[23,["selectedTag"]],[23,["availableTags"]],"name",[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-tag","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","Search tags",false]],{"statements":[[0," "],[1,[22,2,["name"]],false],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter-right"],[9],[0,"\\n Sort by:\\n"],[4,"power-select",null,[["selected","options","searchEnabled","onchange","tagName","classNames","triggerClass","dropdownClass","horizontalPosition","matchTriggerWidth"],[[23,["selectedOrder"]],[23,["availableOrders"]],false,[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-sort","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","right",false]],{"statements":[[0," "],[1,[22,1,["name"]],false],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/posts-loading.hbs"}})}),define("ghost-admin/templates/posts",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"FO4EPVCg",block:'{"symbols":["post","order","tag","author","type"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Your posts"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[4,"link-to",["editor.new","post"],[["class"],["gh-btn gh-btn-green"]],{"statements":[[7,"span"],[9],[0,"New post"],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter-left"],[9],[0,"\\n"],[4,"unless",[[23,["session","user","isContributor"]]],null,{"statements":[[4,"power-select",null,[["selected","options","searchEnabled","onchange","tagName","classNames","triggerClass","dropdownClass","matchTriggerWidth"],[[23,["selectedType"]],[23,["availableTypes"]],false,[27,"action",[[22,0,[]],"changeType"],null],"div","gh-contentfilter-menu gh-contentfilter-type","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown",false]],{"statements":[[0," "],[1,[22,5,["name"]],false],[0,"\\n"]],"parameters":[5]},null]],"parameters":[]},null],[0,"\\n"],[4,"unless",[[23,["session","user","isAuthorOrContributor"]]],null,{"statements":[[4,"power-select",null,[["selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","searchPlaceholder","matchTriggerWidth"],[[23,["selectedAuthor"]],[23,["availableAuthors"]],"name",[27,"action",[[22,0,[]],"changeAuthor"],null],"div","gh-contentfilter-menu gh-contentfilter-author","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","Search authors",false]],{"statements":[[0," "],[1,[22,4,["name"]],false],[0,"\\n"]],"parameters":[4]},null]],"parameters":[]},null],[0,"\\n"],[4,"unless",[[23,["session","user","isContributor"]]],null,{"statements":[[4,"power-select",null,[["selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","searchPlaceholder","matchTriggerWidth","optionsComponent"],[[23,["selectedTag"]],[23,["availableTags"]],"name",[27,"action",[[22,0,[]],"changeTag"],null],"div","gh-contentfilter-menu gh-contentfilter-tag","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","Search tags",false,"power-select-vertical-collection-options"]],{"statements":[[0," "],[1,[22,3,["name"]],false],[0,"\\n"]],"parameters":[3]},null]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-contentfilter-right"],[9],[0,"\\n Sort by:\\n"],[4,"power-select",null,[["selected","options","searchEnabled","onchange","tagName","classNames","triggerClass","dropdownClass","horizontalPosition","matchTriggerWidth"],[[23,["selectedOrder"]],[23,["availableOrders"]],false,[27,"action",[[22,0,[]],"changeOrder"],null],"div","gh-contentfilter-menu gh-contentfilter-sort","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","right",false]],{"statements":[[0," "],[1,[22,2,["name"]],false],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","content-list"],[9],[0,"\\n "],[7,"ol"],[11,"class","posts-list"],[9],[0,"\\n"],[4,"each",[[23,["postsInfinityModel"]]],null,{"statements":[[0," "],[1,[27,"gh-posts-list-item",null,[["post","onDoubleClick"],[[22,1,[]],[27,"action",[[22,0,[]],"openEditor"],null]]]],false],[0,"\\n"]],"parameters":[1]},{"statements":[[0," "],[7,"li"],[11,"class","no-posts-box"],[9],[0,"\\n "],[7,"div"],[11,"class","no-posts"],[9],[0,"\\n"],[4,"if",[[23,["showingAll"]]],null,{"statements":[[0," "],[7,"h3"],[9],[0,"You haven\'t written any posts yet!"],[10],[0,"\\n "],[4,"link-to",["editor.new","post"],null,{"statements":[[7,"button"],[11,"class","gh-btn gh-btn-green gh-btn-lg"],[11,"type","button"],[9],[7,"span"],[9],[0,"Write a new Post"],[10],[10]],"parameters":[]},null],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"h3"],[9],[0,"No posts match the current filter"],[10],[0,"\\n "],[4,"link-to",["posts.index",[27,"query-params",null,[["type","author","tag"],[null,null,null]]]],null,{"statements":[[7,"button"],[11,"class","gh-btn gh-btn-lg"],[11,"type","button"],[9],[7,"span"],[9],[0,"Show all posts"],[10],[10]],"parameters":[]},null],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n\\n "],[1,[27,"gh-infinity-loader",null,[["infinityModel","scrollable","triggerOffset"],[[23,["postsInfinityModel"]],".gh-main",1000]]],false],[0,"\\n "],[10],[0,"\\n\\n "],[1,[21,"outlet"],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/posts.hbs"}})}),define("ghost-admin/templates/reset",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"58Wxdthb",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-flow"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-flow-content-wrap"],[9],[0,"\\n "],[7,"section"],[11,"class","gh-flow-content fade-in"],[9],[0,"\\n "],[7,"form"],[11,"id","reset"],[11,"class","gh-signin"],[11,"method","post"],[11,"novalidate","novalidate"],[3,"action",[[22,0,[]],"submit"],[["on"],["submit"]]],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"newPassword"]],{"statements":[[0," "],[7,"span"],[11,"class","gh-input-icon gh-icon-lock"],[9],[0,"\\n "],[1,[27,"svg-jar",["lock"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["type","name","placeholder","class","autocorrect","autofocus","value","input"],["password","newpassword","Password","password","off","autofocus",[27,"readonly",[[23,["newPassword"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["newPassword"]]],null]],[["value"],["target.value"]]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"ne2Password"]],{"statements":[[0," "],[7,"span"],[11,"class","gh-input-icon gh-icon-lock"],[9],[0,"\\n "],[1,[27,"svg-jar",["lock"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["type","name","placeholder","class","autocorrect","autofocus","value","input"],["password","ne2password","Confirm Password","password","off","autofocus",[27,"readonly",[[23,["ne2Password"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["ne2Password"]]],null]],[["value"],["target.value"]]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[1,[27,"gh-task-button",["Reset Password"],[["task","class","type","autoWidth"],[[23,["resetPassword"]],"gh-btn gh-btn-blue gh-btn-block gh-btn-icon","submit","false"]]],false],[0,"\\n "],[10],[0,"\\n\\n "],[7,"p"],[11,"class","main-error"],[9],[1,[21,"flowErrors"],false],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/reset.hbs"}})}),define("ghost-admin/templates/settings/code-injection-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"S20S70+e",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Code injection"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class","disabled"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon",true]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/code-injection-loading.hbs"}})}),define("ghost-admin/templates/settings/code-injection",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Wl5O3OOh",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Code injection"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["showLeaveSettingsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveSettings"],null],[27,"action",[[22,0,[]],"toggleLeaveSettingsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-continer"],[9],[0,"\\n "],[7,"form"],[11,"id","settings-code"],[11,"novalidate","novalidate"],[9],[0,"\\n "],[7,"fieldset"],[9],[0,"\\n "],[7,"p"],[9],[0,"\\n Ghost allows you to inject code into the top and bottom of your theme files without editing them. This allows for quick modifications to insert useful things like tracking codes and meta tags.\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","form-group settings-code"],[9],[0,"\\n "],[7,"label"],[11,"for","ghost-head"],[9],[0,"Site Header"],[10],[0,"\\n "],[7,"p"],[9],[0,"Code here will be injected into the "],[7,"code"],[9],[0,"{{ghost_head}}"],[10],[0," tag on every page of the site"],[10],[0,"\\n "],[1,[27,"gh-cm-editor",[[23,["settings","ghostHead"]]],[["id","class","name","type","update"],["ghost-head","gh-input settings-code-editor","codeInjection[ghost_head]","text",[27,"action",[[22,0,[]],[27,"mut",[[23,["settings","ghostHead"]]],null]],null]]]],false],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","form-group settings-code"],[9],[0,"\\n "],[7,"label"],[11,"for","ghost-foot"],[9],[0,"Site Footer"],[10],[0,"\\n "],[7,"p"],[9],[0,"Code here will be injected into the "],[7,"code"],[9],[0,"{{ghost_foot}}"],[10],[0," tag on every page of the site"],[10],[0,"\\n "],[1,[27,"gh-cm-editor",[[23,["settings","ghostFoot"]]],[["id","class","name","type","update"],["ghost-foot","gh-input settings-code-editor","codeInjection[ghost_foot]","text",[27,"action",[[22,0,[]],[27,"mut",[[23,["settings","ghostFoot"]]],null]],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/code-injection.hbs"}})}),define("ghost-admin/templates/settings/design-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"IcZWoA1G",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Design"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class","disabled"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon",true]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/design-loading.hbs"}})}),define("ghost-admin/templates/settings/design",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"4OZVtuoo",block:'{"symbols":["navItem","index"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Design"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["showLeaveSettingsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveSettings"],null],[27,"action",[[22,0,[]],"toggleLeaveSettingsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Navigation"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-blognav-container"],[9],[0,"\\n "],[7,"form"],[11,"id","settings-navigation"],[11,"class","gh-blognav"],[11,"novalidate","novalidate"],[9],[0,"\\n"],[4,"sortable-objects",null,[["sortableObjectList","useSwap"],[[23,["settings","navigation"]],false]],{"statements":[[4,"each",[[23,["settings","navigation"]]],null,{"statements":[[4,"draggable-object",null,[["content","dragHandle","isSortable"],[[22,1,[]],".gh-blognav-grab",true]],{"statements":[[0," "],[1,[27,"gh-navitem",null,[["navItem","baseUrl","addItem","deleteItem","updateUrl","updateLabel"],[[22,1,[]],[23,["blogUrl"]],[27,"action",[[22,0,[]],"addNavItem"],null],[27,"action",[[22,0,[]],"deleteNavItem"],null],[27,"action",[[22,0,[]],"updateUrl"],null],[27,"action",[[22,0,[]],"updateLabel"],null]]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[1,2]},null]],"parameters":[]},null],[0," "],[1,[27,"gh-navitem",null,[["navItem","baseUrl","addItem","updateUrl"],[[23,["newNavItem"]],[23,["blogUrl"]],[27,"action",[[22,0,[]],"addNavItem"],null],[27,"action",[[22,0,[]],"updateUrl"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Theme Directory"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-theme-directory-container"],[9],[0,"\\n "],[7,"div"],[11,"class","theme-directory"],[9],[0,"\\n "],[7,"a"],[11,"class","td-item"],[11,"href","https://github.com/TryGhost/Massively"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","td-item-screenshot"],[9],[0,"\\n "],[7,"img"],[11,"style","object-fit:contain;"],[11,"src","assets/img/themes/massively-06edf00108429f7fb8e65f190fba34fe.jpg"],[11,"alt","Massively Theme"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-item-desc"],[9],[0,"\\n "],[7,"div"],[9],[0,"Massively "],[7,"span"],[9],[0,"— Free"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","td-item"],[11,"href","https://themeforest.net/item/nurui-multipurpose-ghost-blog-theme/22243886"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","td-item-screenshot"],[9],[0,"\\n "],[7,"img"],[11,"style","object-fit:contain;"],[11,"src","assets/img/themes/nurui-146ba228f415aa6dc073911c5eedd524.jpg"],[11,"alt","Nurui Theme"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-item-desc"],[9],[0,"\\n "],[7,"div"],[9],[0,"Nurui "],[7,"span"],[9],[0,"— Premium"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","td-item"],[11,"href","https://themeforest.net/item/pacific-big-bold-photographydriven-theme/19774541"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","td-item-screenshot"],[9],[0,"\\n "],[7,"img"],[11,"style","object-fit:contain;"],[11,"src","assets/img/themes/pacific-182fa717198992c893b4afd7b1dd1096.jpg"],[11,"alt","Pacific Theme"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-item-desc"],[9],[0,"\\n "],[7,"div"],[9],[0,"Pacific "],[7,"span"],[9],[0,"— Premium"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","td-item"],[11,"href","https://www.hauntedthemes.com/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","td-item-screenshot"],[9],[0,"\\n "],[7,"img"],[11,"style","object-fit:contain;"],[11,"src","assets/img/themes/farafra-800f5fbb100aaefbefe42e8f79fa3391.jpg"],[11,"alt","Farafra Theme"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-item-desc"],[9],[0,"\\n "],[7,"div"],[9],[0,"Farafra "],[7,"span"],[9],[0,"— Premium"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","td-item"],[11,"href","https://themeforest.net/item/valkyrie-a-highly-visual-ghost-blog/22576630"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","td-item-screenshot"],[9],[0,"\\n "],[7,"img"],[11,"style","object-fit:contain;"],[11,"src","assets/img/themes/valkyrie-3ce1c51ff5a8fb77494a97ee192f199a.jpg"],[11,"alt","Valkyrie Theme"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-item-desc"],[9],[0,"\\n "],[7,"div"],[9],[0,"Valkyrie "],[7,"span"],[9],[0,"— Premium"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","td-item"],[11,"href","https://themeforest.net/item/sente-magazine-ghost-blog-theme/21019644"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","td-item-screenshot"],[9],[0,"\\n "],[7,"img"],[11,"style","object-fit:contain;"],[11,"src","assets/img/themes/sente-3c2bd8202c626b11048c3bc6bddc250a.jpg"],[11,"alt","Sente Theme"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-item-desc"],[9],[0,"\\n "],[7,"div"],[9],[0,"Sente "],[7,"span"],[9],[0,"— Premium"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","td-cta"],[9],[0,"\\n "],[7,"a"],[11,"class","td-cta-box td-cta-marketplace"],[11,"href","https://marketplace.ghost.org"],[11,"target","_blank"],[11,"rel","noopener"],[9],[0,"\\n "],[7,"div"],[11,"class","td-cta-icon"],[9],[1,[27,"svg-jar",["store"],null],false],[10],[0,"\\n "],[7,"div"],[11,"class","td-cta-content-wrapper"],[9],[0,"\\n "],[7,"div"],[11,"class","td-cta-content"],[9],[0,"\\n "],[7,"h4"],[9],[0,"Theme Marketplace"],[10],[0,"\\n "],[7,"p"],[9],[0,"Explore a huge range of free and premium themes for Ghost with a range of design and layout options"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-cta-arrow"],[9],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","td-cta-box td-cta-docs"],[11,"href","https://docs.ghost.org/api/handlebars-themes/"],[11,"target","_blank"],[11,"rel","noopener"],[9],[0,"\\n "],[7,"div"],[11,"class","td-cta-icon"],[9],[1,[27,"svg-jar",["book-open"],null],false],[10],[0,"\\n "],[7,"div"],[11,"class","td-cta-content-wrapper"],[9],[0,"\\n "],[7,"div"],[11,"class","td-cta-content"],[9],[0,"\\n "],[7,"h4"],[9],[0,"Developer Docs"],[10],[0,"\\n "],[7,"p"],[9],[0,"Build your own custom Ghost theme from scratch using our comprehensive Handlebars.js SDK"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-cta-arrow"],[9],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Installed Themes"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-themes-container"],[9],[0,"\\n\\n "],[1,[27,"gh-theme-table",null,[["themes","activateTheme","downloadTheme","deleteTheme"],[[23,["themes"]],[27,"action",[[22,0,[]],"activateTheme"],null],[27,"action",[[22,0,[]],"downloadTheme"],null],[27,"action",[[22,0,[]],"deleteTheme"],null]]]],false],[0,"\\n\\n"],[4,"link-to",["settings.design.uploadtheme"],[["class"],["gh-btn gh-btn-green gh-themes-uploadbtn"]],{"statements":[[0," "],[7,"span"],[9],[0,"Upload a theme"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n\\n"],[4,"if",[[23,["showDeleteThemeModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-theme"],[["model","close","confirm","modifier"],[[27,"hash",null,[["theme","download"],[[23,["themeToDelete"]],[27,"action",[[22,0,[]],"downloadTheme",[23,["themeToDelete"]]],null]]]],[27,"action",[[22,0,[]],"hideDeleteThemeModal"],null],[27,"action",[[22,0,[]],"deleteTheme"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showThemeWarningsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["theme-warnings"],[["model","close","modifier"],[[27,"hash",null,[["title","warnings","errors","message","canActivate"],["Activation successful",[23,["themeWarnings"]],[23,["themeErrors"]],[23,["message"]],true]]],[27,"action",[[22,0,[]],"hideThemeWarningsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showThemeErrorsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["theme-warnings"],[["model","close","modifier"],[[27,"hash",null,[["title","errors","fatalErrors","canActivate"],["Activation failed",[23,["themeErrors"]],[23,["themeFatalErrors"]],false]]],[27,"action",[[22,0,[]],"hideThemeWarningsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[1,[21,"outlet"],false],[0,"\\n\\n"],[1,[27,"gh-tour-item",["upload-a-theme"],[["target","throbberAttachment","popoverTriangleClass"],[".gh-themes-uploadbtn","top middle","bottom"]]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/design.hbs"}})}),define("ghost-admin/templates/settings/design/uploadtheme",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"GYJT3LXU",block:'{"symbols":[],"statements":[[1,[27,"gh-fullscreen-modal",["upload-theme"],[["model","close","modifier"],[[27,"hash",null,[["themes","activate"],[[23,["themes"]],[27,"route-action",["activateTheme"],null]]]],[27,"route-action",["cancel"],null],"action wide"]]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/design/uploadtheme.hbs"}})}),define("ghost-admin/templates/settings/general-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"jv2oTMsZ",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"General"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",["Save settings"],[["task","class","disabled"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon",true]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/general-loading.hbs"}})}),define("ghost-admin/templates/settings/general",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"l3NwcqqG",block:'{"symbols":["uploader","error","uploader","error","uploader","error"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"General"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",["Save settings"],[["task","class"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["showLeaveSettingsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveSettings"],null],[27,"action",[[22,0,[]],"toggleLeaveSettingsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Publication info"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Title & description"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"The details used to identify your publication around the web"],[10],[0,"\\n"],[4,"liquid-if",[[23,["pubInfoOpen"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["settings","errors"]],[23,["settings","hasValidated"]],"title"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["value","input","focus-out"],[[27,"readonly",[[23,["settings","title"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["settings","title"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","title"],[["target"],[[23,["settings"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["settings","errors"]],"title"]]],false],[0,"\\n "],[7,"p"],[9],[0,"The name of your site"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property","class"],[[23,["settings","errors"]],[23,["settings","hasValidated"]],"description","description-container"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["value","input","focus-out"],[[27,"readonly",[[23,["settings","description"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["settings","description"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","description"],[["target"],[[23,["settings"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["settings","errors"]],"description"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Used in your theme, meta data and search results"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-hover-blue"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"toggle",["pubInfoOpen",[22,0,[]]],null]]],[9],[7,"span"],[9],[1,[27,"if",[[23,["pubInfoOpen"]],"Close","Expand"],null],false],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Site timezone"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Set the time and date of your publication, used for all published posts"],[10],[0,"\\n"],[4,"liquid-if",[[23,["timezoneOpen"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n "],[1,[27,"gh-timezone-select",null,[["activeTimezone","availableTimezones","update"],[[23,["settings","activeTimezone"]],[23,["availableTimezones"]],[27,"action",[[22,0,[]],"setTimezone"],null]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-hover-blue"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"toggle",["timezoneOpen",[22,0,[]]],null]]],[9],[7,"span"],[9],[1,[27,"if",[[23,["timezoneOpen"]],"Close","Expand"],null],false],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Publication Language"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Set the language/locale which is used on your site"],[10],[0,"\\n"],[4,"liquid-if",[[23,["defaultLocaleOpen"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["settings","errors"]],[23,["settings","hasValidated"]],"defaultLocale"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["value","input","focus-out"],[[27,"readonly",[[23,["settings","defaultLocale"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["settings","defaultLocale"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","defaultLocale"],[["target"],[[23,["settings"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["settings","errors"]],"defaultLocale"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Default: English ("],[7,"strong"],[9],[0,"en"],[10],[0,"); you can add translation files to your theme for "],[7,"a"],[11,"href","https://docs.ghost.org/api/handlebars-themes/helpers/translate/"],[11,"target","_blank"],[11,"rel","noopener"],[9],[0,"any language"],[10],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-hover-blue"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"toggle",["defaultLocaleOpen",[22,0,[]]],null]]],[9],[7,"span"],[9],[1,[27,"if",[[23,["defaultLocaleOpen"]],"Close","Expand"],null],false],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Publication identity"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n"],[4,"gh-uploader",null,[["extensions","paramsHash","onComplete"],[[23,["iconExtensions"]],[27,"hash",null,[["purpose"],["icon"]]],[27,"action",[[22,0,[]],"imageUploaded","icon"],null]]],{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Publication icon"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"A square, social icon used in the UI of your publication, at least 60x60px"],[10],[0,"\\n"],[4,"each",[[22,5,["errors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-error"],[9],[1,[22,6,["message"]],false],[10],[0,"\\n"]],"parameters":[6]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action gh-setting-action-smallimg"],[9],[0,"\\n"],[4,"if",[[22,5,["isUploading"]]],null,{"statements":[[0," "],[1,[22,5,["progressBar"]],false],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["settings","icon"]]],null,{"statements":[[0," "],[7,"img"],[11,"class","blog-icon"],[12,"src",[28,[[23,["settings","icon"]]]]],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"alt","icon"],[9],[10],[0,"\\n "],[7,"button"],[11,"class","gh-setting-action-smallimg-delete"],[11,"type","button"],[3,"action",[[22,0,[]],"removeImage","icon"]],[9],[0,"\\n "],[7,"span"],[9],[0,"delete"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-hover-blue"],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"type","button"],[9],[0,"\\n "],[7,"span"],[9],[0,"Upload Image"],[10],[0,"\\n "],[10],[0,"\\n "]],"parameters":[]}]],"parameters":[]}],[0," "],[7,"div"],[11,"style","display:none"],[9],[0,"\\n "],[1,[27,"gh-file-input",null,[["multiple","action","accept"],[false,[22,5,["setFiles"]],[23,["iconMimeTypes"]]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[5]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n"],[4,"gh-uploader",null,[["extensions","onComplete"],[[23,["imageExtensions"]],[27,"action",[[22,0,[]],"imageUploaded","logo"],null]]],{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Publication logo"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"The primary logo for your brand displayed across your theme, should be transparent and at least 600px x 72px"],[10],[0,"\\n"],[4,"each",[[22,3,["errors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-error"],[9],[1,[22,4,["message"]],false],[10],[0,"\\n"]],"parameters":[4]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action gh-setting-action-smallimg"],[9],[0,"\\n"],[4,"if",[[22,3,["isUploading"]]],null,{"statements":[[0," "],[1,[22,3,["progressBar"]],false],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["settings","logo"]]],null,{"statements":[[0," "],[7,"img"],[11,"class","blog-logo"],[12,"src",[28,[[23,["settings","logo"]]]]],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"alt","logo"],[9],[10],[0,"\\n "],[7,"button"],[11,"class","gh-setting-action-smallimg-delete"],[11,"type","button"],[3,"action",[[22,0,[]],"removeImage","logo"]],[9],[0,"\\n "],[7,"span"],[9],[0,"delete"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"button"],[11,"class","gh-btn"],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"type","button"],[9],[0,"\\n "],[7,"span"],[9],[0,"Upload Image"],[10],[0,"\\n "],[10],[0,"\\n "]],"parameters":[]}]],"parameters":[]}],[0," "],[7,"div"],[11,"style","display:none"],[9],[0,"\\n "],[1,[27,"gh-file-input",null,[["multiple","action","accept"],[false,[22,3,["setFiles"]],[23,["imageMimeTypes"]]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[3]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n"],[4,"gh-uploader",null,[["extensions","onComplete"],[[23,["imageExtensions"]],[27,"action",[[22,0,[]],"imageUploaded","coverImage"],null]]],{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Publication cover"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"An optional large background image for your site"],[10],[0,"\\n"],[4,"each",[[22,1,["errors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-error"],[9],[1,[22,2,["message"]],false],[10],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action gh-setting-action-largeimg"],[9],[0,"\\n"],[4,"if",[[22,1,["isUploading"]]],null,{"statements":[[0," "],[1,[22,1,["progressBar"]],false],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["settings","coverImage"]]],null,{"statements":[[0," "],[7,"img"],[11,"class","blog-cover"],[12,"src",[28,[[23,["settings","coverImage"]]]]],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"alt","cover photo"],[9],[10],[0,"\\n "],[7,"button"],[11,"class","gh-setting-action-largeimg-delete"],[11,"type","button"],[3,"action",[[22,0,[]],"removeImage","coverImage"]],[9],[0,"\\n "],[7,"span"],[9],[0,"delete"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"button"],[11,"class","gh-btn"],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"type","button"],[9],[0,"\\n "],[7,"span"],[9],[0,"Upload Image"],[10],[0,"\\n "],[10],[0,"\\n "]],"parameters":[]}]],"parameters":[]}],[0," "],[7,"div"],[11,"style","display:none"],[9],[0,"\\n "],[1,[27,"gh-file-input",null,[["multiple","action","accept"],[false,[22,1,["setFiles"]],[23,["imageMimeTypes"]]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Social accounts"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Social accounts"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Link your social accounts for full structured data and rich card support"],[10],[0,"\\n"],[4,"liquid-if",[[23,["socialOpen"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["settings","errors"]],[23,["settings","hasValidated"]],"facebook"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["type","placeholder","autocorrect","value","input","focus-out"],["url","https://www.facebook.com/ghost","off",[27,"readonly",[[23,["settings","facebook"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["_scratchFacebook"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validateFacebookUrl"],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["settings","errors"]],"facebook"]]],false],[0,"\\n "],[7,"p"],[9],[0,"URL of your publication\'s Facebook Page"],[10],[0,"\\n"]],"parameters":[]},null],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["settings","errors"]],[23,["settings","hasValidated"]],"twitter"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["type","placeholder","autocorrect","value","input","focus-out"],["url","https://twitter.com/tryghost","off",[27,"readonly",[[23,["settings","twitter"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["_scratchTwitter"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validateTwitterUrl"],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["settings","errors"]],"twitter"]]],false],[0,"\\n "],[7,"p"],[9],[0,"URL of your publication\'s Twitter profile"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-hover-blue"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"toggle",["socialOpen",[22,0,[]]],null]]],[9],[7,"span"],[9],[1,[27,"if",[[23,["socialOpen"]],"Close","Expand"],null],false],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Advanced settings"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Make this site private"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"\\n Enable protection with simple shared password. All search engine optimization and social features will be disabled.\\n\\n"],[4,"if",[[23,["settings","isPrivate"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","avoid-break-out"],[9],[0,"\\n "],[7,"br"],[9],[10],[7,"br"],[9],[10],[0,"\\n A private RSS feed is available at\\n "],[7,"a"],[12,"href",[28,[[21,"privateRSSUrl"]]]],[11,"target","_blank"],[11,"rel","noopener"],[9],[1,[21,"privateRSSUrl"],false],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n"],[4,"if",[[23,["settings","isPrivate"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["settings","errors"]],[23,["settings","hasValidated"]],"password"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["value","name","focus-out","input"],[[27,"readonly",[[23,["settings","password"]]],null],"general[password]",[27,"action",[[22,0,[]],"validate","password"],[["target"],[[23,["settings"]]]]],[27,"action",[[22,0,[]],[27,"mut",[[23,["settings","password"]]],null]],[["value"],["target.value"]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["settings","errors"]],"password"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Set the password for this site"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"div"],[11,"class","for-checkbox"],[9],[0,"\\n "],[7,"label"],[11,"class","checkbox"],[11,"for","settings-private"],[9],[0,"\\n "],[7,"input"],[12,"checked",[23,["settings","isPrivate"]]],[11,"id","settings-private"],[12,"onclick",[27,"action",[[22,0,[]],"toggleIsPrivate"],[["value"],["target.checked"]]]],[11,"type","checkbox"],[9],[10],[0,"\\n "],[7,"span"],[11,"class","input-toggle-component"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[1,[21,"outlet"],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/general.hbs"}})}),define("ghost-admin/templates/settings/integration-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"l/7z/MBb",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integration-loading.hbs"}})}),define("ghost-admin/templates/settings/integration",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"XV4iz2E7",block:'{"symbols":["webhook","uploader"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"form"],[11,"class","mb15"],[3,"action",[[22,0,[]],[27,"perform",["save"],null]],[["on"],["submit"]]],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n "],[1,[23,["integration","name"]],false],[0,"\\n "],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","flex"],[9],[0,"\\n "],[7,"div"],[11,"class","flex flex-column mr8 items-start"],[9],[0,"\\n "],[7,"label"],[9],[0,"Icon"],[10],[0,"\\n "],[7,"figure"],[11,"class","relative flex items-center h-100 ma0 br4 hide-child ba b--whitegrey-d2 pa8 mt1"],[12,"style",[21,"iconImageStyle"]],[9],[0,"\\n"],[4,"aspect-ratio-box",null,[["class","ratio","base"],["flex items-center h-100","1/1","height"]],{"statements":[[4,"unless",[[23,["integration","iconImage"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["integration"],[["class"],["w14 h14"]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0,"\\n"],[4,"gh-uploader",null,[["extensions","onComplete"],[[23,["imageExtensions"]],[27,"action",[[22,0,[]],"setIconImage"],null]]],{"statements":[[4,"if",[[22,2,["isUploading"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","absolute top-0 left-0 w-100 h-100 br4 bg-black-70 flex items-center"],[9],[0,"\\n "],[1,[22,2,["progressBar"]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"button"],[11,"class","child absolute top-0 left-0 w-100 h-100 br4 b white text-center bg-black-70 f8"],[11,"type","button"],[3,"action",[[22,0,[]],"triggerIconFileDialog"]],[9],[0,"\\n Upload\\n "],[10],[0,"\\n"]],"parameters":[]}],[0," "],[7,"div"],[11,"style","display:none"],[9],[0,"\\n "],[1,[27,"gh-file-input",null,[["name","multiple","action","accept"],["iconImage",false,[22,2,["setFiles"]],[23,["imageMimeTypes"]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","flex-auto"],[9],[0,"\\n"],[4,"gh-validation-status-container",null,[["class","errors","hasValidated","property"],["flex flex-column w-100 mr3",[23,["integration","errors"]],[23,["integration","hasValidated"]],"name"]],{"statements":[[0," "],[7,"label"],[11,"for","integration_name"],[9],[0,"Name"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["id","class","type","value","input","focus-out"],["integration_name","gh-input mt1 mb1","text",[27,"readonly",[[23,["integration","name"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["integration","name"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","name"],[["target"],[[23,["integration"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property","class"],[[23,["integration","errors"]],"name","ma0"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-validation-status-container",null,[["class","errors","hasValidated","property"],["flex flex-column w-100 mr3",[23,["integration","errors"]],[23,["integration","hasValidated"]],"decription"]],{"statements":[[0," "],[7,"label"],[11,"for","integration_description"],[11,"class","mt3"],[9],[0,"Description"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["id","class","type","value","input","focus-out"],["integration_description","gh-input mt1","text",[27,"readonly",[[23,["integration","description"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["integration","description"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","description"],[["target"],[[23,["integration"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property","class"],[[23,["integration","errors"]],"description","ma0"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","m15 ba br3 b--lightgrey mt4"],[9],[0,"\\n "],[7,"table"],[11,"class","ma0"],[11,"style","table-layout: fixed"],[9],[0,"\\n "],[7,"tbody"],[9],[0,"\\n "],[7,"tr"],[11,"class","bb b--lightgrey"],[9],[0,"\\n "],[7,"td"],[11,"class","pa3 w50 fw7"],[9],[0,"Content API Key"],[10],[0,"\\n "],[7,"td"],[11,"class","pa0 truncate"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["pa3 relative truncate ",[27,"unless",[[23,["copyContentKey","isRunning"]],"hide-child"],null]]]],[9],[0,"\\n "],[7,"span"],[11,"class","midgrey"],[9],[0,"\\n "],[1,[22,0,["integration","contentKey","secret"]],false],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","absolute top-1 right-1"],[9],[0,"\\n "],[7,"div"],[11,"class","pt1 pr3 pb1 pl3 bg-black-70 child br3 f8 nudge-top--4 nudge-right--5"],[9],[0,"\\n "],[7,"button"],[11,"class","white fw4 flex items-center"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"perform",[[23,["copyContentKey"]]],null]]],[9],[0,"\\n"],[4,"if",[[23,["copyContentKey","isRunning"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],[["class"],["w3 v-mid mr2"]]],false],[0," Copied\\n"]],"parameters":[]},{"statements":[[0," Copy\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[11,"class","bb b--lightgrey"],[9],[0,"\\n "],[7,"td"],[11,"class","pa3 w50 fw7"],[9],[0,"Admin API Key"],[10],[0,"\\n "],[7,"td"],[11,"class","pa0"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["pa3 relative truncate ",[27,"unless",[[23,["copyAdminKey","isRunning"]],"hide-child"],null]]]],[9],[0,"\\n "],[7,"span"],[11,"class","midgrey"],[9],[0,"\\n "],[1,[22,0,["integration","adminKey","secret"]],false],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","absolute top-1 right-2"],[9],[0,"\\n "],[7,"div"],[11,"class","pt1 pr3 pb1 pl3 bg-black-70 child br3 f8 nudge-top--4 nudge-right--1"],[9],[0,"\\n "],[7,"button"],[11,"class","white fw4 flex items-center"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"perform",[[23,["copyAdminKey"]]],null]]],[9],[0,"\\n"],[4,"if",[[23,["copyAdminKey","isRunning"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],[["class"],["w3 v-mid mr2"]]],false],[0," Copied\\n"]],"parameters":[]},{"statements":[[0," Copy\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[11,"class","pa3 w50 fw7"],[9],[0,"API URL"],[10],[0,"\\n "],[7,"td"],[11,"class","pa0 truncate"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["pa3 relative truncate ",[27,"unless",[[23,["copyApiUrl","isRunning"]],"hide-child"],null]]]],[9],[0,"\\n "],[7,"span"],[11,"class","midgrey"],[9],[0,"\\n "],[1,[22,0,["apiUrl"]],false],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","absolute top-1 right-2"],[9],[0,"\\n "],[7,"div"],[11,"class","pt1 pr3 pb1 pl3 bg-black-70 child br3 f8 nudge-top--4 nudge-right--1"],[9],[0,"\\n "],[7,"button"],[11,"class","white fw4 flex items-center"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"perform",[[23,["copyApiUrl"]]],null]]],[9],[0,"\\n"],[4,"if",[[23,["copyApiUrl","isRunning"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],[["class"],["w3 v-mid mr2"]]],false],[0," Copied\\n"]],"parameters":[]},{"statements":[[0," Copy\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"h4"],[11,"class","mt15 midgrey f7 fw4"],[9],[0,"Webhooks"],[10],[0,"\\n "],[7,"div"],[11,"class","ba br3 b--lightgrey mt4"],[9],[0,"\\n "],[7,"table"],[11,"class","ma0 w-100"],[9],[0,"\\n "],[7,"thead"],[9],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"th"],[11,"class","pa2 pl3 midlightgrey fw4 f8 bg-whitegrey-l2 br3 br--top br--left fw6"],[9],[0,"Name"],[10],[0,"\\n "],[7,"th"],[11,"class","pa2 pl3 midlightgrey fw4 f8 bg-whitegrey-l2 br3 fw6"],[9],[0,"Event"],[10],[0,"\\n "],[7,"th"],[11,"class","pa2 pl3 midlightgrey fw4 f8 bg-whitegrey-l2 br3 fw6"],[9],[0,"URL"],[10],[0,"\\n "],[7,"th"],[11,"class","pa2 pl3 midlightgrey fw4 f8 bg-whitegrey-l2 br3 fw6"],[9],[0,"Last triggered"],[10],[0,"\\n "],[7,"th"],[11,"class","pa2 pl3 bg-whitegrey-l2 br3 br--top br--right"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tbody"],[9],[0,"\\n"],[4,"each",[[23,["filteredWebhooks"]]],null,{"statements":[[0," "],[7,"tr"],[11,"class","hide-child bt b--whitegrey f7"],[9],[0,"\\n "],[7,"td"],[11,"class","pa2 pl3"],[9],[1,[22,1,["name"]],false],[10],[0,"\\n "],[7,"td"],[11,"class","pa2 pl3"],[9],[1,[27,"event-name",[[22,1,["event"]]],null],false],[10],[0,"\\n "],[7,"td"],[11,"class","pa2 pl3"],[9],[1,[22,1,["targetUrl"]],false],[10],[0,"\\n "],[7,"td"],[11,"class","pa2 pl3"],[9],[1,[27,"or",[[22,1,["lastTriggeredAtUTC"]],"Not triggered"],null],false],[10],[0,"\\n "],[7,"td"],[11,"class","w1 pa2 pl3 nowrap"],[9],[0,"\\n "],[7,"div"],[11,"class","child flex items-center"],[9],[0,"\\n"],[4,"link-to",["settings.integration.webhooks.edit",[23,["integration"]],[22,1,[]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["pen"],[["class"],["w6 h6 fill-midgrey pa1 mr1"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"button"],[3,"action",[[22,0,[]],"confirmWebhookDeletion",[22,1,[]]]],[9],[0,"\\n "],[1,[27,"svg-jar",["trash"],[["class"],["w6 fill-red pa1"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},{"statements":[[0," "],[7,"tr"],[11,"class","bt b--whitegrey"],[9],[0,"\\n "],[7,"td"],[11,"colspan","5"],[11,"class","pa5 pt15 pb15 tc midgrey f7"],[9],[0,"\\n "],[7,"div"],[11,"class","flex flex-column items-center"],[9],[0,"\\n "],[7,"p"],[11,"class","ma0 pa0 tc midgrey lh-title mt2"],[9],[0,"\\n No webhooks configured\\n "],[10],[0,"\\n"],[4,"link-to",["settings.integration.webhooks.new",[23,["integration"]]],[["classNames"],["flex items-center"]],{"statements":[[0," "],[7,"div"],[11,"class","flex items-center pa2 pt1"],[9],[0,"\\n "],[1,[27,"svg-jar",["add"],[["class"],["w3 h3 fill-blue-d1"]]],false],[0,"\\n "],[7,"span"],[11,"class","ml1 blue"],[9],[0,"Add webhook"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n"],[4,"if",[[23,["filteredWebhooks"]]],null,{"statements":[[0," "],[7,"tfoot"],[11,"class","bt b--lightgrey"],[9],[0,"\\n "],[7,"tr"],[11,"class","new-webhook-cell"],[9],[0,"\\n "],[7,"td"],[11,"colspan","5"],[9],[0,"\\n"],[4,"link-to",["settings.integration.webhooks.new",[23,["integration"]]],[["classNames"],["flex items-center"]],{"statements":[[0," "],[7,"div"],[11,"class","pa3 f7"],[9],[0,"\\n "],[1,[27,"svg-jar",["add"],[["class"],["w3 h3 fill-blue-d1"]]],false],[0,"\\n "],[7,"span"],[11,"class","ml1 blue"],[9],[0,"Add webhook"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-red gh-btn-icon mb15 mt15"],[3,"action",[[22,0,[]],"confirmIntegrationDeletion"]],[9],[0,"\\n "],[7,"span"],[9],[0," Delete Integration "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[4,"if",[[23,["showUnsavedChangesModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveScreen"],null],[27,"action",[[22,0,[]],"toggleUnsavedChangesModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showDeleteIntegrationModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-integration"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"deleteIntegration"],null],[27,"action",[[22,0,[]],"cancelIntegrationDeletion"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["webhookToDelete"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-webhook"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"deleteWebhook"],null],[27,"action",[[22,0,[]],"cancelWebhookDeletion"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[1,[21,"outlet"],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integration.hbs"}})}),define("ghost-admin/templates/settings/integration/webhooks/edit",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"WFngtvK8",block:'{"symbols":[],"statements":[[1,[27,"gh-fullscreen-modal",["webhook-form"],[["model","confirm","close","modifier"],[[23,["webhook"]],[27,"action",[[22,0,[]],"save"],null],[27,"action",[[22,0,[]],"cancel"],null],"action wide"]]],false]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integration/webhooks/edit.hbs"}})}),define("ghost-admin/templates/settings/integration/webhooks/new",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"nyoc5xVA",block:'{"symbols":[],"statements":[[1,[27,"gh-fullscreen-modal",["webhook-form"],[["model","confirm","close","modifier"],[[23,["webhook"]],[27,"action",[[22,0,[]],"save"],null],[27,"action",[[22,0,[]],"cancel"],null],"action wide"]]],false]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integration/webhooks/new.hbs"}})}) -define("ghost-admin/templates/settings/integrations",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Uq/8e40k",block:'{"symbols":["integration"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Integrations"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","integrations-directory"],[9],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/disqus/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-disqus"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;"],[11,"src","assets/img/disqus.svg"],[11,"alt","Disqus Icon"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"Disqus"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/google-analytics/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-analytics"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;padding:1px 0;"],[11,"src","assets/img/google-analytics-e05fc1327377939663407200d4978eba.png"],[11,"alt","Google Analytics Icon"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"Analytics"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/mailchimp/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-mailchimp"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;"],[11,"src","assets/img/mailchimp.svg"],[11,"alt","Mailchimp Icon"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"Mailchimp"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/typeform/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-typeform"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;"],[11,"src","assets/img/typeform.svg"],[11,"alt","Typeform Icon"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"Typeform"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/youtube/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-youtube"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;"],[11,"src","assets/img/youtube-dc46b87643b4c76816a5232b051ea558.png"],[11,"alt","YouTube Icon"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"YouTube"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/buffer/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-buffer"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;padding:1px 0;"],[11,"src","assets/img/buffer-db31f6b5dc27a298050e16312619c586.png"],[11,"alt","Buffer Icon"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"Buffer"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/revue/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-revue"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;padding:1px 0;"],[11,"src","assets/img/revue.svg"],[11,"alt","Revue Icon"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"Revue"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-more"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;padding:0 8px;"],[11,"src","assets/img/more-fe5480ab76c7be7aec28bcfe844f41c1.png"],[11,"alt","Three dots"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"More"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","apps-grid-container"],[9],[0,"\\n\\n"],[0," "],[7,"span"],[11,"class","apps-grid-title pb2"],[9],[0,"Built-in integrations"],[10],[0,"\\n "],[7,"div"],[11,"class","apps-grid"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-grid-cell"],[9],[0,"\\n"],[4,"link-to",["settings.integrations.zapier"],null,{"statements":[[0," "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"figure"],[11,"class","apps-card-app-icon"],[11,"style","background-image:url(assets/img/zapiericon-b077c154cbdae65365e1cdc0d0f2ca92.png);background-size:45px;"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[0,"Zapier"],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[0,"Automation for your favourite apps"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-card-right"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-configured"],[9],[0,"\\n "],[7,"span"],[9],[0,"Configure"],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","apps-grid-cell"],[9],[0,"\\n"],[4,"link-to",["settings.integrations.slack"],null,{"statements":[[0," "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"figure"],[11,"class","apps-card-app-icon"],[11,"style","background-image:url(assets/img/slackicon-406aadea8994ca2ddee9c1d7157208db.png)"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[0,"Slack"],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[0,"A messaging app for teams"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-card-right"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-configured"],[9],[0,"\\n"],[4,"if",[[23,["settings","slack","isActive"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","green"],[9],[0,"Active"],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[9],[0,"Configure"],[10],[0,"\\n"]],"parameters":[]}],[0," "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","apps-grid-cell"],[9],[0,"\\n"],[4,"link-to",["settings.integrations.amp"],null,{"statements":[[0," "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"figure"],[11,"class","apps-card-app-icon"],[11,"style","background-image:url(assets/img/ampicon-f78b5fbcfe8aef04faef1af8e3f39a3a.png)"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[0,"AMP"],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[0,"Google Accelerated Mobile Pages"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-card-right"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-configured"],[9],[0,"\\n"],[4,"if",[[23,["settings","amp"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","green"],[9],[0,"Active"],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[9],[0,"Configure"],[10],[0,"\\n"]],"parameters":[]}],[0," "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","apps-grid-cell"],[9],[0,"\\n"],[4,"link-to",["settings.integrations.unsplash"],null,{"statements":[[0," "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"figure"],[11,"class","apps-card-app-icon"],[11,"style","background-image:url(assets/icons/unsplash.svg);background-size:38px;"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[0,"Unsplash"],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[0,"Beautiful, free photos"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-card-right"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-configured"],[9],[0,"\\n"],[4,"if",[[23,["settings","unsplash","isActive"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","green"],[9],[0,"Active"],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[9],[0,"Configure"],[10],[0,"\\n"]],"parameters":[]}],[0," "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","apps-grid-container pt6"],[9],[0,"\\n\\n "],[7,"span"],[11,"class","apps-grid-title pb2"],[9],[0,"Custom integrations"],[10],[0,"\\n "],[7,"div"],[11,"class","apps-grid"],[9],[0,"\\n"],[4,"each",[[23,["integrations"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","apps-grid-cell"],[9],[0,"\\n"],[4,"link-to",["settings.integration",[22,1,[]]],null,{"statements":[[0," "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"figure"],[11,"class","apps-card-app-icon flex items-center"],[12,"style",[27,"integration-icon-style",[[22,1,[]]],null]],[9],[0,"\\n"],[4,"unless",[[22,1,["iconImage"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["integration"],[["class"],["w-100 stroke-darkgrey"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[0,"\\n "],[1,[22,1,["name"]],false],[0,"\\n "],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[0,"\\n "],[1,[22,1,["description"]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-card-right"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-configured"],[9],[0,"\\n "],[7,"span"],[9],[0,"Configure"],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[1]},{"statements":[[0," "],[7,"div"],[11,"class","flex flex-column justify-center items-center mih30 miw-100"],[9],[0,"\\n"],[4,"if",[[23,["fetchIntegrations","isRunning"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-loading-spinner"],[9],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"div"],[11,"class","flex flex-column items-center pa5 pt15 pb15"],[9],[0,"\\n "],[7,"p"],[11,"class","ma0 pa0 tc midgrey lh-title mt2"],[9],[0,"\\n Create your own custom Ghost integrations with dedicated API keys & webhooks\\n "],[10],[0,"\\n"],[4,"link-to",["settings.integrations.new"],[["class"],[""]],{"statements":[[0," "],[7,"div"],[11,"class","flex items-center pa2 pt1"],[9],[0,"\\n "],[1,[27,"svg-jar",["add"],[["class"],["w3 h3 fill-blue-d1"]]],false],[0,"\\n "],[7,"span"],[11,"class","db ml1 blue nudge-bottom--1"],[9],[0,"Add custom integration"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n"]],"parameters":[]}],[0,"\\n"],[4,"if",[[23,["integrations"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","apps-grid-cell new-integration-cell"],[9],[0,"\\n"],[4,"link-to",["settings.integrations.new"],[["class"],[""]],{"statements":[[0," "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","flex items-center"],[9],[0,"\\n "],[1,[27,"svg-jar",["add"],[["class"],["w3 h3 fill-blue-d1"]]],false],[0,"\\n "],[7,"span"],[11,"class","db ml1 blue nudge-bottom--1 fw4"],[9],[0,"Add custom integration"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[1,[21,"outlet"],false]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations.hbs"}})}),define("ghost-admin/templates/settings/integrations/amp-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"5h6RQKiE",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n AMP\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/amp-loading.hbs"}})}),define("ghost-admin/templates/settings/integrations/amp",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"/G/8wNce",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n AMP\\n "],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["showLeaveSettingsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveSettings"],null],[27,"action",[[22,0,[]],"toggleLeaveSettingsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n "],[7,"br"],[9],[10],[0,"\\n "],[7,"section"],[11,"class","app-grid"],[9],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"img"],[11,"class","app-icon"],[11,"src","assets/img/ampicon-f78b5fbcfe8aef04faef1af8e3f39a3a.png"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"h3"],[9],[0,"AMP"],[10],[0,"\\n "],[7,"p"],[9],[0,"Accelerated Mobile Pages"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"AMP configuration"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Enable AMP"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Enable "],[7,"a"],[11,"href","https://ampproject.org"],[11,"target","_blank"],[9],[0,"Google Accelerated Mobile Pages"],[10],[0," for your posts"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"div"],[11,"class","for-checkbox"],[9],[0,"\\n "],[7,"label"],[11,"for","amp"],[11,"class","checkbox"],[9],[0,"\\n "],[7,"input"],[12,"checked",[21,"ampSettings"]],[11,"id","amp"],[11,"name","amp"],[12,"onclick",[27,"action",[[22,0,[]],"update"],[["value"],["target.checked"]]]],[11,"type","checkbox"],[9],[10],[0,"\\n "],[7,"span"],[11,"class","input-toggle-component"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/amp.hbs"}})}),define("ghost-admin/templates/settings/integrations/new",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ogd4ulEF",block:'{"symbols":[],"statements":[[1,[27,"gh-fullscreen-modal",["new-integration"],[["model","confirm","close","modifier"],[[23,["integration"]],[27,"action",[[22,0,[]],"save"],null],[27,"action",[[22,0,[]],"cancel"],null],"action wide"]]],false]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/new.hbs"}})}),define("ghost-admin/templates/settings/integrations/slack-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"dRSBKF1M",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n Slack\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/slack-loading.hbs"}})}),define("ghost-admin/templates/settings/integrations/slack",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"2bDuQKMz",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n Slack\\n "],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["showLeaveSettingsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveSettings"],null],[27,"action",[[22,0,[]],"toggleLeaveSettingsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n "],[7,"br"],[9],[10],[0,"\\n "],[7,"section"],[11,"class","app-grid"],[9],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"img"],[11,"class","app-icon"],[11,"src","assets/img/slackicon-406aadea8994ca2ddee9c1d7157208db.png"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"h3"],[9],[0,"Slack"],[10],[0,"\\n "],[7,"p"],[9],[0,"A messaging app for teams"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"form"],[11,"class","app-config-form"],[11,"id","slack-settings"],[11,"novalidate","novalidate"],[3,"action",[[22,0,[]],"save"],[["on"],["submit"]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Slack configuration"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content gh-setting-content--no-action"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Webhook URL"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Automatically send newly published posts to a channel in Slack or any Slack-compatible service like Discord or Mattermost."],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["slackSettings","errors"]],[23,["slackSettings","hasValidated"]],"url"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["placeholder","name","value","input","keyEvents","focus-out"],["https://hooks.slack.com/services/...","slack[url]",[27,"readonly",[[23,["slackSettings","url"]]],null],[27,"action",[[22,0,[]],"updateURL"],[["value"],["target.value"]]],[27,"hash",null,[["Enter"],[[27,"action",[[22,0,[]],"save"],null]]]],[27,"action",[[22,0,[]],"triggerDirtyState"],null]]]],false],[0,"\\n"],[4,"unless",[[23,["slackSettings","errors","url"]]],null,{"statements":[[0," "],[7,"p"],[9],[0,"Set up a new incoming webhook "],[7,"a"],[11,"href","https://my.slack.com/apps/new/A0F7XDUAZ-incoming-webhooks"],[11,"target","_blank"],[9],[0,"here"],[10],[0,", and grab the URL."],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["slackSettings","errors"]],"url"]]],false],[0,"\\n"]],"parameters":[]}]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content gh-setting-content--no-action"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Username"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"The username to display messages from"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["slackSettings","errors"]],[23,["slackSettings","hasValidated"]],"username"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["placeholder","name","value","input","keyEvents","focus-out"],["Ghost","slack[username]",[27,"readonly",[[23,["slackSettings","username"]]],null],[27,"action",[[22,0,[]],"updateUsername"],[["value"],["target.value"]]],[27,"hash",null,[["Enter"],[[27,"action",[[22,0,[]],"save"],null]]]],[27,"action",[[22,0,[]],"triggerDirtyState"],null]]]],false],[0,"\\n"],[4,"if",[[23,["slackSettings","errors","username"]]],null,{"statements":[[0," "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["slackSettings","errors"]],"username"]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[1,[27,"gh-task-button",["Send test notification"],[["task","successText","class","disabled"],[[23,["sendTestNotification"]],"Sent","gh-btn gh-btn-green gh-btn-icon",[23,["testNotificationDisabled"]]]]],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/slack.hbs"}})}),define("ghost-admin/templates/settings/integrations/unsplash-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"8w0nGjor",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n Unsplash\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/unsplash-loading.hbs"}})}),define("ghost-admin/templates/settings/integrations/unsplash",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"IzKnvKIW",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n Unsplash\\n "],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["showLeaveSettingsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveSettings"],null],[27,"action",[[22,0,[]],"toggleLeaveSettingsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n "],[7,"br"],[9],[10],[0,"\\n "],[7,"section"],[11,"class","app-grid"],[9],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"img"],[11,"class","app-icon"],[11,"src","assets/icons/unsplash.svg"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"h3"],[9],[0,"Unsplash"],[10],[0,"\\n "],[7,"p"],[9],[0,"Beautiful, free photos"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Unsplash configuration"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[11,"id","unsplash-toggle"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Enable Unsplash"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Enable "],[7,"a"],[11,"href","https://unsplash.com"],[11,"target","_blank"],[9],[0,"Unsplash"],[10],[0," image integration for your posts"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"div"],[11,"class","form-group right"],[9],[0,"\\n "],[7,"div"],[11,"class","for-checkbox"],[9],[0,"\\n "],[7,"label"],[11,"for","isActive"],[11,"class","checkbox"],[9],[0,"\\n "],[7,"input"],[12,"checked",[23,["unsplashSettings","isActive"]]],[11,"id","isActive"],[11,"name","isActive"],[12,"onclick",[27,"action",[[22,0,[]],"update"],[["value"],["target.checked"]]]],[11,"type","checkbox"],[9],[10],[0,"\\n "],[7,"span"],[11,"class","input-toggle-component"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/unsplash.hbs"}})}),define("ghost-admin/templates/settings/integrations/zapier",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"AXmcreIL",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n Zapier\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n "],[7,"br"],[9],[10],[0,"\\n "],[7,"section"],[11,"class","app-grid"],[9],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"img"],[11,"class","app-icon"],[11,"src","assets/img/zapiericon-b077c154cbdae65365e1cdc0d0f2ca92.png"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"h3"],[9],[0,"Zapier"],[10],[0,"\\n "],[7,"p"],[9],[0,"Automation for your favourite apps"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Zapier configuration"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[11,"id","zapier-toggle"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content gh-setting-content--no-action"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Zapier Templates"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Explore pre-built templates for common automation tasks"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n "],[7,"div"],[11,"id","zapier-templates"],[9],[0,"\\n"],[4,"unless",[[23,["isTesting"]]],null,{"statements":[[0," "],[7,"script"],[11,"src","https://zapier.com/apps/embed/widget.js?services=ghost&container=true&limit=10&html_id=zapier-templates"],[9],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/zapier.hbs"}})}),define("ghost-admin/templates/settings/labs-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"2KGUEnQV",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Labs"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/labs-loading.hbs"}})}),define("ghost-admin/templates/settings/labs",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"98/zV/wy",block:'{"symbols":["uploader","error","uploader","error","error"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Labs"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","view-container settings-debug"],[9],[0,"\\n "],[7,"p"],[11,"class","gh-box gh-box-info"],[9],[1,[27,"svg-jar",["idea"],null],false],[0,"This is a testing ground for experimental features which aren\'t quite ready for primetime. They may change, break or inexplicably disappear at any time."],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Migration options"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Import content"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Import posts from another Ghost installation"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"form"],[11,"id","settings-import"],[11,"enctype","multipart/form-data"],[9],[0,"\\n "],[1,[27,"gh-file-upload",null,[["id","classNames","uploadButtonText","onUpload","acceptEncoding"],["importfile","flex",[23,["uploadButtonText"]],[27,"action",[[22,0,[]],"onUpload"],null],[23,["importMimeType"]]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["importErrors"]]],null,{"statements":[[0," "],[7,"div"],[12,"class",[28,["gh-import-errors ",[27,"if",[[23,["importSuccessful"]],"gh-import-errors-warning"],null]]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-import-errors-title"],[9],[0,"\\n"],[4,"if",[[23,["importSuccessful"]]],null,{"statements":[[0," Import successful with warnings\\n"]],"parameters":[]},{"statements":[[0," Import failed\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n\\n"],[4,"each",[[23,["importErrors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-import-error"],[9],[0,"\\n "],[7,"p"],[11,"class","gh-import-error-message"],[9],[0,"\\n "],[4,"if",[[22,5,["help"]]],null,{"statements":[[1,[22,5,["help"]],false],[0,": "]],"parameters":[]},null],[1,[22,5,["message"]],false],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[22,5,["context"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-import-error-entry"],[9],[0,"\\n "],[7,"pre"],[9],[1,[22,5,["context"]],false],[10],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[5]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Export your content"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Download all of your posts and settings in a single, glorious JSON file"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-hover-blue"],[11,"type","button"],[3,"action",[[22,0,[]],"downloadFile","db"]],[9],[7,"span"],[9],[0,"Export"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Delete all content"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Permanently delete all posts and tags from the database, a hard reset"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-hover-red js-delete"],[11,"type","button"],[3,"action",[[22,0,[]],"toggleDeleteAllModal"]],[9],[7,"span"],[9],[0,"Delete"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Testing tools"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Test email configuration"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Send yourself a test email to make sure everything is working"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[1,[27,"gh-task-button",["Send"],[["successText","task","class"],["Sent",[23,["sendTestEmail"]],"gh-btn gh-btn-hover-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Beta features"],[10],[0,"\\n"],[4,"if",[[27,"not-eq",[[23,["feature","labs","publicAPI"]],[26]],null]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Public API (deprecated)"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"⚠️ Please use the Content API instead, more info in "],[7,"a"],[11,"href","https://docs.ghost.org/api/content/"],[9],[0,"the docs"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"div"],[11,"class","for-checkbox"],[9],[1,[27,"gh-feature-flag",["publicAPI"],null],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Night shift"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Swap Ghost admin\'s colours to a dark background which is easy on the eyes"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"div"],[11,"class","for-checkbox"],[9],[1,[27,"gh-feature-flag",["nightShift"],null],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-setting ",[27,"if",[[23,["feature","members"]],"gh-labs-disabled"],null]]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Subscribers"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Collect email addresses from your readers, more info in "],[7,"a"],[11,"href","https://docs.ghost.org/faq/enable-subscribers-feature/"],[9],[0,"the docs"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n"],[4,"if",[[23,["feature","members"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","for-checkbox"],[9],[1,[27,"gh-feature-flag",["subscribers","disabled"],null],false],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"div"],[11,"class","for-checkbox"],[9],[1,[27,"gh-feature-flag",["subscribers"],null],false],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["config","enableDeveloperExperiments"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Members"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Enable free or paid member registration. Restrict content by using "],[7,"span"],[11,"class","dib blue ba br2 b--blue pa1 pt0 pb0 tag-token--internal"],[9],[0,"#members"],[10],[0," hashtag on posts"],[10],[0,"\\n\\n"],[4,"liquid-if",[[23,["feature","labs","members"]]],[["class"],["nr20"]],{"statements":[[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-labs-toggle"],[11,"type","button"],[3,"action",[[22,0,[]],"toggleMemberConfig",""]],[9],[0,"\\n"],[4,"if",[[23,["showMemberConfig"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["arrow-down-small"],null],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"svg-jar",["arrow-right-small"],null],false],[0,"\\n"]],"parameters":[]}],[0," Configure\\n "],[10],[0,"\\n\\n"],[4,"liquid-if",[[23,["showMemberConfig"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","flex nl2 nr2 mt5"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-publishmenu-radio ",[27,"if",[[27,"eq",[[23,["subscriptionSettings","isPaid"]],false],null],"active"],null]," flex-auto w-50 ba br4 b--whitegrey pa5 gh-labs-members-radio"]]],[3,"action",[[22,0,[]],"setSubscriptionSettings","isPaid",false],[["on"],["click"]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-button"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-label f3"],[9],[7,"span"],[11,"class","fw6 f7 darkgrey"],[9],[0,"Free"],[10],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-desc"],[9],[0,"Access to members-only posts require free user registration"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-publishmenu-radio ",[27,"if",[[27,"eq",[[23,["subscriptionSettings","isPaid"]],true],null],"active"],null]," flex-auto w-50 ba br4 b--whitegrey pa5 ml2 gh-labs-members-radio"]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-button"],[3,"action",[[22,0,[]],"setSubscriptionSettings","isPaid",true],[["on"],["click"]]],[9],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-content"],[9],[0,"\\n "],[7,"div"],[3,"action",[[22,0,[]],"setSubscriptionSettings","isPaid",true],[["on"],["click"]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-label"],[9],[7,"span"],[11,"class","fw6 f7 darkgrey"],[9],[0,"Paid"],[10],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-desc"],[9],[0,"Set up paid subscriptions using Stripe"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"liquid-if",[[27,"eq",[[23,["subscriptionSettings","isPaid"]],true],null]],null,{"statements":[[0,"\\n "],[7,"div"],[11,"class","ba br4 b--whitegrey pa5 mt5 bg-whitegrey-l2"],[9],[0,"\\n "],[7,"div"],[11,"class","flex flex-column"],[9],[0,"\\n "],[7,"div"],[11,"class","flex"],[9],[0,"\\n "],[7,"div"],[11,"class","w-50 mr2"],[9],[0,"\\n "],[7,"label"],[11,"class","fw6"],[9],[0,"Stripe publishable API key"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","input","class","placeholder"],[[27,"readonly",[[23,["subscriptionSettings","stripeConfig","public_token"]]],null],[27,"action",[[22,0,[]],"setSubscriptionSettings","public_token"],null],"mt1","pk_..."]]],false],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","w-50 ml2"],[9],[0,"\\n "],[7,"label"],[11,"class","fw6"],[9],[0,"Stripe secret API key"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","input","class","placeholder"],[[27,"readonly",[[23,["subscriptionSettings","stripeConfig","secret_token"]]],null],[27,"action",[[22,0,[]],"setSubscriptionSettings","secret_token"],null],"mt1","sk_..."]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"href","https://stripe.com/docs/keys"],[11,"target","_blank"],[11,"class","mt1 self-end fw3"],[9],[0,"How to find Stripe API keys"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","mt4 flex nb5"],[9],[0,"\\n "],[7,"div"],[11,"class","w-50 mr2"],[9],[0,"\\n"],[4,"gh-form-group",null,null,{"statements":[[0," "],[7,"label"],[11,"class","fw6"],[9],[0,"Monthly price"],[10],[0,"\\n "],[7,"div"],[11,"class","mt1 relative gh-labs-price-label gh-labs-monthly-price"],[9],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","type","input"],[[27,"readonly",[[23,["subscriptionSettings","stripeConfig","plans","monthly","dollarAmount"]]],null],"number",[27,"action",[[22,0,[]],"setSubscriptionSettings","month"],null]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","w-50 ml2"],[9],[0,"\\n"],[4,"gh-form-group",null,[["class"],["description-container"]],{"statements":[[0," "],[7,"label"],[11,"class","fw6"],[9],[0,"Yearly price"],[10],[0,"\\n "],[7,"div"],[11,"class","mt1 relative gh-labs-price-label gh-labs-yearly-price"],[9],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","type","input"],[[27,"readonly",[[23,["subscriptionSettings","stripeConfig","plans","yearly","dollarAmount"]]],null],"number",[27,"action",[[22,0,[]],"setSubscriptionSettings","year"],null]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","mb5 mt5"],[9],[0,"\\n "],[1,[27,"gh-task-button",["Save"],[["task","successText","runningText","class"],[[23,["saveSettings"]],"Saved","Saving","gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"div"],[11,"class","for-checkbox"],[9],[1,[27,"gh-feature-flag",["members"],null],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n"],[4,"gh-uploader",null,[["extensions","uploadUrl","paramName","onUploadSuccess","onUploadFailure"],[[23,["jsonExtension"]],"/redirects/json/","redirects",[27,"perform",[[23,["redirectUploadResult"]],true],null],[27,"perform",[[23,["redirectUploadResult"]],false],null]]],{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Redirects"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Configure redirects for old or moved content, more info in "],[7,"a"],[11,"href","https://docs.ghost.org/tutorials/implementing-redirects/"],[9],[0,"the docs"],[10],[10],[0,"\\n"],[4,"each",[[22,3,["errors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-error"],[9],[1,[22,4,["message"]],false],[10],[0,"\\n"]],"parameters":[4]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[11,"style","display: flex; flex-direction: column"],[9],[0,"\\n"],[4,"if",[[22,3,["isUploading"]]],null,{"statements":[[0," "],[1,[22,3,["progressBar"]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"button"],[12,"class",[28,["gh-btn gh-btn-icon ",[27,"if",[[23,["redirectSuccess"]],"gh-btn-green"],null]," ",[27,"if",[[23,["redirectFailure"]],"gh-btn-red"],null]]]],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"type","button"],[9],[0,"\\n "],[7,"span"],[9],[0,"\\n"],[4,"if",[[23,["redirectSuccess"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],null],false],[0," Uploaded\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["redirectFailure"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["retry"],null],false],[0," Upload Failed\\n"]],"parameters":[]},{"statements":[[0," Upload redirects JSON\\n "]],"parameters":[]}]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"span"],[9],[7,"a"],[11,"href","#"],[3,"action",[[22,0,[]],"downloadFile","redirects/json"]],[9],[0,"Download current redirects"],[10],[10],[0,"\\n"]],"parameters":[]}],[0,"\\n "],[7,"div"],[11,"style","display:none"],[9],[0,"\\n "],[1,[27,"gh-file-input",null,[["multiple","action","accept"],[false,[22,3,["setFiles"]],[23,["jsonMimeType"]]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[3]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n"],[4,"gh-uploader",null,[["extensions","uploadUrl","paramName","onUploadSuccess","onUploadFailure"],[[23,["yamlExtension"]],"/settings/routes/yaml/","routes",[27,"perform",[[23,["routesUploadResult"]],true],null],[27,"perform",[[23,["routesUploadResult"]],false],null]]],{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Routes"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Configure dynamic routing by modifying the routes.yaml file"],[10],[0,"\\n"],[4,"each",[[22,1,["errors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-error"],[9],[1,[22,2,["message"]],false],[10],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[11,"style","display: flex; flex-direction: column"],[9],[0,"\\n"],[4,"if",[[22,1,["isUploading"]]],null,{"statements":[[0," "],[1,[22,1,["progressBar"]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"button"],[12,"class",[28,["gh-btn gh-btn-icon ",[27,"if",[[23,["routesSuccess"]],"gh-btn-green"],null]," ",[27,"if",[[23,["routesFailure"]],"gh-btn-red"],null]]]],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"type","button"],[9],[0,"\\n "],[7,"span"],[9],[0,"\\n"],[4,"if",[[23,["routesSuccess"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],null],false],[0," Uploaded\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["routesFailure"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["retry"],null],false],[0," Upload Failed\\n"]],"parameters":[]},{"statements":[[0," Upload routes YAML\\n "]],"parameters":[]}]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"span"],[9],[7,"a"],[11,"href","#"],[3,"action",[[22,0,[]],"downloadFile","settings/routes/yaml"]],[9],[0,"Download current routes.yml"],[10],[10],[0,"\\n"]],"parameters":[]}],[0,"\\n "],[7,"div"],[11,"style","display:none"],[9],[0,"\\n "],[1,[27,"gh-file-input",null,[["multiple","action","accept"],[false,[22,1,["setFiles"]],[23,["yamlMimeType"]]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[4,"if",[[23,["showDeleteAllModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-all"],[["close","modifier"],[[27,"action",[[22,0,[]],"toggleDeleteAllModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/labs.hbs"}})}),define("ghost-admin/templates/settings/tags-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"bB0wb3Tj",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-view"],[9],[0,"\\n "],[7,"header"],[11,"class","view-header"],[9],[0,"\\n "],[4,"gh-view-title",null,null,{"statements":[[7,"span"],[9],[0,"Tags"],[10]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[4,"link-to",["settings.tags.new"],[["class"],["gh-btn gh-btn-green"]],{"statements":[[7,"span"],[9],[0,"New Tag"],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/tags-loading.hbs"}})}),define("ghost-admin/templates/settings/tags",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"0E3GYxfz",block:'{"symbols":["container","tag"],"statements":[[7,"section"],[11,"class","gh-view"],[9],[0,"\\n "],[7,"header"],[11,"class","view-header"],[9],[0,"\\n "],[4,"gh-view-title",null,null,{"statements":[[7,"span"],[9],[0,"Tags"],[10]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[4,"link-to",["settings.tags.new"],[["class"],["gh-btn gh-btn-green"]],{"statements":[[7,"span"],[9],[0,"New Tag"],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"gh-tags-management-container",null,[["tags","selectedTag","enteredMobile","leftMobile"],[[23,["tags"]],[23,["selectedTag"]],"enteredMobile",[27,"action",[[22,0,[]],"leftMobile"],null]]],{"statements":[[0," "],[7,"div"],[11,"class","tag-list"],[9],[0,"\\n "],[7,"section"],[12,"class",[28,["tag-list-content settings-tags ",[27,"if",[[23,["tagListFocused"]],"keyboard-focused"],null]]]],[9],[0,"\\n"],[4,"vertical-collection",[[23,["sortedTags"]]],[["estimateHeight","minHeight","bufferSize","containerSelector"],[16,67,5,".tag-list"]],{"statements":[[0," "],[1,[27,"gh-tag",null,[["tag"],[[22,2,[]]]]],false],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"section"],[12,"class",[28,["settings-menu-container tag-settings ",[27,"if",[[23,["tagContentFocused"]],"keyboard-focused"],null]," ",[27,"if",[[22,1,["displaySettingsPane"]],"tag-settings-in"],null]]]],[9],[0,"\\n "],[1,[21,"outlet"],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},null],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/tags.hbs"}})}),define("ghost-admin/templates/settings/tags/index",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"83jHcua+",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","no-posts-box"],[9],[0,"\\n "],[7,"div"],[11,"class","no-posts"],[9],[0,"\\n "],[7,"h3"],[9],[0,"You haven\'t added any tags yet!"],[10],[0,"\\n "],[4,"link-to",["settings.tags.new"],null,{"statements":[[7,"button"],[11,"class","gh-btn gh-btn-green btn-lg"],[11,"title","New Tag"],[11,"type","button"],[9],[7,"span"],[9],[0,"Add a tag"],[10],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/tags/index.hbs"}})}),define("ghost-admin/templates/settings/tags/tag",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ReUmaPVG",block:'{"symbols":[],"statements":[[1,[27,"gh-tag-settings-form",null,[["tag","setProperty","showDeleteTagModal"],[[23,["tag"]],[27,"action",[[22,0,[]],"setProperty"],null],[27,"action",[[22,0,[]],"toggleDeleteTagModal"],null]]]],false],[0,"\\n\\n"],[4,"if",[[23,["showDeleteTagModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-tag"],[["model","confirm","close","modifier"],[[23,["tag"]],[27,"action",[[22,0,[]],"deleteTag"],null],[27,"action",[[22,0,[]],"toggleDeleteTagModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/tags/tag.hbs"}})}),define("ghost-admin/templates/setup",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"3EmJI8Ho",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-flow"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-flow-head"],[9],[0,"\\n "],[7,"nav"],[11,"class","gh-flow-nav"],[9],[0,"\\n"],[4,"if",[[23,["showBackLink"]]],null,{"statements":[[0," "],[4,"link-to",[[23,["backRoute"]]],[["classNames"],["gh-flow-back"]],{"statements":[[1,[27,"svg-jar",["arrow-left-small"],null],false],[0," Back"]],"parameters":[]},null],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"ol"],[9],[0,"\\n"],[4,"gh-activating-list-item",null,[["route","linkClasses"],["setup.one","step"]],{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],null],false],[7,"span"],[11,"class","num"],[9],[0,"1"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"li"],[11,"class","divider"],[9],[10],[0,"\\n"],[4,"gh-activating-list-item",null,[["route","linkClasses"],["setup.two","step"]],{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],null],false],[7,"span"],[11,"class","num"],[9],[0,"2"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"li"],[11,"class","divider"],[9],[10],[0,"\\n"],[4,"gh-activating-list-item",null,[["route","linkClasses"],["setup.three","step"]],{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],null],false],[7,"span"],[11,"class","num"],[9],[0,"3"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-flow-content-wrap"],[9],[0,"\\n "],[7,"section"],[11,"class","gh-flow-content"],[9],[0,"\\n "],[1,[21,"outlet"],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/setup.hbs"}})}),define("ghost-admin/templates/setup/one",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"khOUYKvX",block:'{"symbols":[],"statements":[[7,"header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Welcome to "],[7,"strong"],[9],[0,"Ghost"],[10],[0,"!"],[10],[0,"\\n "],[7,"p"],[9],[0,"All over the world, people have started "],[7,"em"],[9],[1,[21,"gh-download-count"],false],[10],[0," incredible blogs with Ghost. Today, we’re starting yours."],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"figure"],[11,"class","gh-flow-screenshot"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/install-welcome-ff3912d18bf8949df89c83b1c3b8bb66.png"],[11,"alt","Ghost screenshot"],[9],[10],[0,"\\n"],[10],[0,"\\n\\n"],[4,"link-to",["setup.two"],[["classNames"],["gh-btn gh-btn-green gh-btn-lg gh-btn-icon gh-btn-icon-right"]],{"statements":[[0," "],[7,"span"],[9],[0,"Create your account "],[1,[27,"svg-jar",["arrow-right-small"],null],false],[10],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/setup/one.hbs"}})}),define("ghost-admin/templates/setup/three",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"0wo435jE",block:'{"symbols":["task"],"statements":[[7,"header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Invite staff users"],[10],[0,"\\n "],[7,"p"],[9],[0,"Ghost works best when shared with others. Collaborate, get feedback on your posts & work together on ideas."],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[9],[7,"img"],[11,"class","gh-flow-faces"],[11,"src","assets/img/users-33427addfe0f11c78b42cccaf83be073.png"],[11,"alt",""],[9],[10],[10],[0,"\\n\\n"],[7,"form"],[11,"class","gh-flow-invite"],[3,"action",[[22,0,[]],"invite"],[["on"],["submit"]]],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"users"]],{"statements":[[0," "],[7,"label"],[11,"for","users"],[9],[0,"Enter one email address per line, we’ll handle the rest! "],[1,[27,"svg-jar",["email"],null],false],[10],[0,"\\n "],[1,[27,"gh-textarea",null,[["name","required","value","input","focus-out"],["users","required",[27,"readonly",[[23,["users"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["users"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate"],null]]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-task-button",null,[["task","type","successClass","failureClass","class"],[[23,["invite"]],"submit","","",[27,"concat",["gh-btn"," ","gh-btn-default"," ","gh-btn-lg"," ","gh-btn-block"," ",[27,"if",[[23,["buttonClass"]],[27,"-normalize-class",["buttonClass",[23,["buttonClass"]]],null]],null]," "],null]]],{"statements":[[0," "],[7,"span"],[9],[0,"\\n"],[4,"if",[[22,1,["isRunning"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["spinner"],[["class"],["no-margin"]]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[21,"buttonText"],false],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n"]],"parameters":[1]},null],[10],[0,"\\n\\n"],[7,"button"],[11,"class","gh-flow-skip"],[3,"action",[[22,0,[]],"skipInvite"]],[9],[0,"\\n I\'ll do this later, take me to my site!\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/setup/three.hbs"}})}),define("ghost-admin/templates/setup/two",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"NaEe4d6G",block:'{"symbols":["task"],"statements":[[7,"header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Create your account"],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"form"],[11,"id","setup"],[11,"class","gh-flow-create"],[9],[0,"\\n "],[1,[27,"gh-profile-image",null,[["email","setImage"],[[23,["email"]],[27,"action",[[22,0,[]],"setImage"],null]]]],false],[0,"\\n\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"blogTitle"]],{"statements":[[0," "],[7,"label"],[11,"for","blog-title"],[9],[0,"Blog title"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-content"],[9],[0,"\\n "],[1,[27,"svg-jar",["content"],null],false],[0,"\\n "],[1,[27,"gh-trim-focus-input",null,[["tabindex","type","id","name","placeholder","autocorrect","value","input","focus-out"],["1","text","blog-title","blog-title","Eg. The Daily Awesome","off",[27,"readonly",[[23,["blogTitle"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["blogTitle"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"preValidate","blogTitle"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["errors"]],"blogTitle"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"name"]],{"statements":[[0," "],[7,"label"],[11,"for","name"],[9],[0,"Full name"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-user"],[9],[0,"\\n "],[1,[27,"svg-jar",["user-circle"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["tabindex","id","name","placeholder","autocorrect","autocomplete","value","input","focus-out"],["2","name","name","Eg. John H. Watson","off","name",[27,"readonly",[[23,["name"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["name"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"preValidate","name"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["errors"]],"name"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"email"]],{"statements":[[0," "],[7,"label"],[11,"for","email"],[9],[0,"Email address"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-mail"],[9],[0,"\\n "],[1,[27,"svg-jar",["email"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["tabindex","type","id","name","placeholder","autocorrect","autocomplete","value","input","focus-out"],["3","email","email","email","Eg. john@example.com","off","username email",[27,"readonly",[[23,["email"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["email"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"preValidate","email"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["errors"]],"email"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"password"]],{"statements":[[0," "],[7,"label"],[11,"for","password"],[9],[0,"Password"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-lock"],[9],[0,"\\n "],[1,[27,"svg-jar",["lock"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["tabindex","type","id","name","placeholder","autocorrect","autocomplete","value","input","focus-out"],["4","password","password","password","At least 10 characters","off","new-password",[27,"readonly",[[23,["password"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["password"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"preValidate","password"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["errors"]],"password"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-task-button",null,[["task","type","tabindex","class"],[[23,["setup"]],"submit","5","gh-btn gh-btn-green gh-btn-lg gh-btn-block gh-btn-icon"]],{"statements":[[4,"if",[[22,1,["isRunning"]]],null,{"statements":[[0," "],[7,"span"],[9],[1,[27,"svg-jar",["spinner"],[["class"],["gh-icon-spinner gh-btn-icon-no-margin"]]],false],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[9],[0,"Last step: Invite staff users "],[1,[27,"svg-jar",["arrow-right-small"],[["class"],["gh-btn-icon-right"]]],false],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[1]},null],[10],[0,"\\n\\n"],[7,"p"],[11,"class","main-error"],[9],[1,[21,"flowErrors"],false],[0," "],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/setup/two.hbs"}})}),define("ghost-admin/templates/signin",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"JGM/dSfM",block:'{"symbols":["task"],"statements":[[7,"div"],[11,"class","gh-flow"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-flow-content-wrap"],[9],[0,"\\n "],[7,"section"],[11,"class","gh-flow-content"],[9],[0,"\\n "],[7,"form"],[11,"id","login"],[11,"method","post"],[11,"class","gh-signin"],[11,"novalidate","novalidate"],[3,"action",[[22,0,[]],"authenticate"],[["on"],["submit"]]],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["signin","errors"]],[23,["hasValidated"]],"identification"]],{"statements":[[0," "],[7,"span"],[11,"class","gh-input-icon gh-icon-mail"],[9],[0,"\\n "],[1,[27,"svg-jar",["email"],null],false],[0,"\\n "],[1,[27,"gh-trim-focus-input",null,[["class","type","placeholder","name","autocapitalize","autocorrect","autocomplete","tabindex","value","input","focus-out"],["email","email","Email Address","identification","off","off","username","1",[27,"readonly",[[23,["signin","identification"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["signin","identification"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","identification"],null]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["signin","errors"]],[23,["hasValidated"]],"password"]],{"statements":[[0," "],[7,"span"],[11,"class","gh-input-icon gh-icon-lock forgotten-wrap"],[9],[0,"\\n "],[1,[27,"svg-jar",["lock"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["class","type","placeholder","name","tabindex","autocomplete","autocorrect","value","input"],["password","password","Password","password","2","current-password","off",[27,"readonly",[[23,["signin","password"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["signin","password"]]],null]],[["value"],["target.value"]]]]]],false],[0,"\\n\\n"],[4,"gh-task-button",null,[["task","class","tabindex","type","successClass","failureClass"],[[23,["forgotten"]],"forgotten-link gh-btn gh-btn-link gh-btn-icon","4","button","",""]],{"statements":[[0," "],[7,"span"],[9],[4,"if",[[22,1,["isRunning"]]],null,{"statements":[[1,[27,"svg-jar",["spinner"],[["class"],["gh-spinner"]]],false]],"parameters":[]},{"statements":[[0,"Forgot?"]],"parameters":[]}],[10],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[1,[27,"gh-task-button",["Sign in"],[["task","class","type","tabindex"],[[23,["validateAndAuthenticate"]],"login gh-btn gh-btn-blue gh-btn-block gh-btn-icon","submit","3"]]],false],[0,"\\n "],[10],[0,"\\n\\n "],[7,"p"],[11,"class","main-error"],[9],[1,[27,"if",[[23,["flowErrors"]],[23,["flowErrors"]]],null],false],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/signin.hbs"}})}),define("ghost-admin/templates/signup",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"o32Li5Mp",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-flow"],[9],[0,"\\n\\n "],[7,"div"],[11,"class","gh-flow-content-wrap"],[9],[0,"\\n "],[7,"section"],[11,"class","gh-flow-content"],[9],[0,"\\n "],[7,"header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Create your account"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"form"],[11,"id","signup"],[11,"class","gh-flow-create"],[11,"method","post"],[11,"novalidate","novalidate"],[12,"onsubmit",[27,"action",[[22,0,[]],"submit"],null]],[9],[0,"\\n "],[1,[27,"gh-profile-image",null,[["email","setImage"],[[23,["signupDetails","email"]],[27,"action",[[22,0,[]],"setImage"],null]]]],false],[0,"\\n\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["signupDetails","errors"]],[23,["signupDetails","hasValidated"]],"name"]],{"statements":[[0," "],[7,"label"],[11,"for","name"],[9],[0,"Full name"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-user"],[9],[0,"\\n "],[1,[27,"svg-jar",["user-circle"],null],false],[0,"\\n "],[1,[27,"gh-trim-focus-input",null,[["tabindex","type","id","name","placeholder","autocorrect","autocomplete","value","input","focus-out"],["1","text","display-name","display-name","Eg. John H. Watson","off","name",[27,"readonly",[[23,["signupDetails","name"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["signupDetails","name"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","name"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["signupDetails","errors"]],"name"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["signupDetails","errors"]],[23,["signupDetails","hasValidated"]],"email"]],{"statements":[[0," "],[7,"label"],[11,"for","email"],[9],[0,"Email address"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-mail"],[9],[0,"\\n "],[1,[27,"svg-jar",["email"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["tabindex","type","id","name","placeholder","autocorrect","autocomplete","value","input","focus-out"],["2","text","username","username","Eg. john@example.com","off","username email",[27,"readonly",[[23,["signupDetails","email"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["signupDetails","email"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","email"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["signupDetails","errors"]],"email"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["signupDetails","errors"]],[23,["signupDetails","hasValidated"]],"password"]],{"statements":[[0," "],[7,"label"],[11,"for","password"],[9],[0,"Password"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-lock"],[9],[0,"\\n "],[1,[27,"svg-jar",["lock"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["tabindex","type","id","name","placeholder","autocorrect","autocomplete","value","input","focus-out"],["3","password","password","password","At least 10 characters","off","new-password",[27,"readonly",[[23,["signupDetails","password"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["signupDetails","password"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","password"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["signupDetails","errors"]],"password"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[1,[27,"gh-task-button",["Create Account"],[["type","form","defaultClick","runningText","task","class","tabindex"],["submit","signup",true,"Creating",[23,["signup"]],"gh-btn gh-btn-green gh-btn-lg gh-btn-block gh-btn-icon","3"]]],false],[0,"\\n\\n "],[7,"p"],[11,"class","main-error"],[9],[1,[27,"if",[[23,["flowErrors"]],[23,["flowErrors"]]],null],false],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/signup.hbs"}})}),define("ghost-admin/templates/staff/index",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"cLH9A8/e",block:'{"symbols":["user","component","user","component","component","invite","component"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Staff users"],[10],[0,"\\n"],[4,"unless",[[23,["currentUser","isAuthorOrContributor"]]],null,{"statements":[[0," "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-green"],[3,"action",[[22,0,[]],"toggleInviteUserModal"]],[9],[7,"span"],[9],[0,"Invite people"],[10],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n"],[4,"if",[[23,["showInviteUserModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["invite-new-user"],[["close","modifier"],[[27,"action",[[22,0,[]],"toggleInviteUserModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","gh-team"],[9],[0,"\\n"],[4,"unless",[[23,["currentUser","isAuthorOrContributor"]]],null,{"statements":[[4,"if",[[23,["invites"]]],null,{"statements":[[0," "],[7,"section"],[11,"class","apps-grid-container gh-invited-users"],[9],[0,"\\n "],[7,"span"],[11,"class","apps-grid-title"],[9],[0,"Invited users"],[10],[0,"\\n "],[7,"div"],[11,"class","apps-grid"],[9],[0,"\\n\\n"],[4,"each",[[23,["sortedInvites"]]],null,{"statements":[[4,"gh-user-invited",null,[["invite","reload"],[[22,6,[]],[27,"route-action",["reload"],null]]],{"statements":[[0," "],[7,"div"],[11,"class","apps-grid-cell"],[9],[0,"\\n "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"span"],[11,"class","user-list-item-icon"],[9],[1,[27,"svg-jar",["email"],null],false],[0,"ic"],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[1,[22,6,["email"]],false],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[0,"\\n"],[4,"if",[[22,6,["pending"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","description-error"],[9],[0,"\\n Invitation not sent - please try again\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[11,"class","description"],[9],[0,"\\n Invitation sent: "],[1,[22,7,["createdAt"]],false],[0,",\\n "],[1,[27,"if",[[22,7,["isExpired"]],"expired","expires"],null],false],[0," "],[1,[22,7,["expiresAt"]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-right"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-configured"],[9],[0,"\\n"],[4,"if",[[22,7,["isSending"]]],null,{"statements":[[0," "],[7,"span"],[9],[0,"Sending Invite..."],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"a"],[11,"class","apps-configured-action red-hover"],[11,"href","#revoke"],[3,"action",[[22,0,[]],"revoke"],[["target"],[[22,7,[]]]]],[9],[0,"\\n Revoke\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","apps-configured-action green-hover"],[11,"href","#resend"],[3,"action",[[22,0,[]],"resend"],[["target"],[[22,7,[]]]]],[9],[0,"\\n Resend\\n "],[10],[0,"\\n\\n "],[7,"span"],[12,"class",[28,["apps-configured-action gh-badge ",[22,6,["role","lowerCaseName"]]]]],[9],[1,[22,6,["role","name"]],false],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[7]},null]],"parameters":[6]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","apps-grid-container gh-active-users"],[9],[0,"\\n "],[7,"span"],[11,"class","apps-grid-title"],[9],[0,"Active users"],[10],[0,"\\n "],[7,"div"],[11,"class","apps-grid"],[9],[0,"\\n"],[4,"if",[[23,["currentUser","isAuthorOrContributor"]]],null,{"statements":[[4,"gh-user-active",null,[["user"],[[23,["currentUser"]]]],{"statements":[[0," "],[1,[27,"gh-user-list-item",null,[["user","component"],[[23,["currentUser"]],[22,5,[]]]]],false],[0,"\\n"]],"parameters":[5]},null]],"parameters":[]},{"statements":[[4,"vertical-collection",[[23,["sortedActiveUsers"]]],[["key","containerSelector","estimateHeight"],["id",".gh-main",75]],{"statements":[[4,"gh-user-active",null,[["user"],[[22,3,[]]]],{"statements":[[0," "],[1,[27,"gh-user-list-item",null,[["user","component"],[[22,3,[]],[22,4,[]]]]],false],[0,"\\n"]],"parameters":[4]},null]],"parameters":[3]},null]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[27,"and",[[23,["suspendedUsers"]],[27,"not",[[23,["currentUser","isAuthorOrContributor"]]],null]],null]],null,{"statements":[[0," "],[7,"section"],[11,"class","apps-grid-container gh-active-users"],[9],[0,"\\n "],[7,"span"],[11,"class","apps-grid-title"],[9],[0,"Suspended users"],[10],[0,"\\n "],[7,"div"],[11,"class","apps-grid"],[9],[0,"\\n"],[4,"each",[[23,["sortedSuspendedUsers"]]],[["key"],["id"]],{"statements":[[4,"gh-user-active",null,[["user"],[[22,1,[]]]],{"statements":[[0," "],[1,[27,"gh-user-list-item",null,[["user","component"],[[22,1,[]],[22,2,[]]]]],false],[0,"\\n"]],"parameters":[2]},null]],"parameters":[1]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/staff/index.hbs"}})}),define("ghost-admin/templates/staff/user-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"3RIhmSI5",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["staff"],null,{"statements":[[0,"Staff"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n "],[1,[23,["user","name"]],false],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-btn gh-btn-blue"],[9],[7,"span"],[9],[0,"Save"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/staff/user-loading.hbs"}})}),define("ghost-admin/templates/staff/user",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Mv2DzBQ1",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["staff"],null,{"statements":[[0,"Staff"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n "],[1,[23,["user","name"]],false],[0,"\\n\\n"],[4,"if",[[23,["user","isSuspended"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","gh-badge suspended"],[9],[0,"Suspended"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n"],[4,"if",[[23,["showLeaveSettingsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveSettings"],null],[27,"action",[[22,0,[]],"toggleLeaveSettingsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n"],[4,"if",[[23,["userActionsAreVisible"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","dropdown"],[9],[0,"\\n"],[4,"gh-dropdown-button",null,[["dropdownName","classNames","title"],["user-actions-menu","gh-btn gh-btn-default gh-btn-icon only-has-icon user-actions-cog","User Actions"]],{"statements":[[0," "],[7,"span"],[9],[0,"\\n "],[1,[27,"svg-jar",["settings"],null],false],[0,"\\n "],[7,"span"],[11,"class","hidden"],[9],[0,"User Settings"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"gh-dropdown",null,[["name","tagName","classNames"],["user-actions-menu","ul","user-actions-menu dropdown-menu dropdown-triangle-top-right"]],{"statements":[[4,"if",[[23,["canMakeOwner"]]],null,{"statements":[[0," "],[7,"li"],[9],[0,"\\n "],[7,"button"],[3,"action",[[22,0,[]],"toggleTransferOwnerModal"]],[9],[0,"\\n Make Owner\\n "],[10],[0,"\\n"],[4,"if",[[23,["showTransferOwnerModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["transfer-owner"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"transferOwnership"],null],[27,"action",[[22,0,[]],"toggleTransferOwnerModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[4,"if",[[23,["deleteUserActionIsVisible"]]],null,{"statements":[[0," "],[7,"li"],[9],[0,"\\n "],[7,"button"],[11,"class","delete"],[3,"action",[[22,0,[]],"toggleDeleteUserModal"]],[9],[0,"\\n Delete User\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["user","isActive"]]],null,{"statements":[[0," "],[7,"li"],[9],[0,"\\n "],[7,"button"],[11,"class","suspend"],[3,"action",[[22,0,[]],"toggleSuspendUserModal"]],[9],[0,"\\n Suspend User\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"if",[[23,["user","isSuspended"]]],null,{"statements":[[0," "],[7,"li"],[9],[0,"\\n "],[7,"button"],[11,"class","unsuspend"],[3,"action",[[22,0,[]],"toggleUnsuspendUserModal"]],[9],[0,"\\n Un-suspend User\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[1,[27,"gh-task-button",null,[["class","task"],["gh-btn gh-btn-blue gh-btn-icon",[23,["save"]]]]],false],[0,"\\n\\n"],[4,"if",[[23,["showDeleteUserModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-user"],[["model","confirm","close","modifier"],[[23,["user"]],[27,"action",[[22,0,[]],"deleteUser"],null],[27,"action",[[22,0,[]],"toggleDeleteUserModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showSuspendUserModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["suspend-user"],[["model","confirm","close","modifier"],[[23,["user"]],[27,"action",[[22,0,[]],"suspendUser"],null],[27,"action",[[22,0,[]],"toggleSuspendUserModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showUnsuspendUserModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["unsuspend-user"],[["model","confirm","close","modifier"],[[23,["user"]],[27,"action",[[22,0,[]],"unsuspendUser"],null],[27,"action",[[22,0,[]],"toggleUnsuspendUserModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gm-main view-container settings-user"],[9],[0,"\\n "],[7,"form"],[11,"class","user-profile"],[11,"novalidate","novalidate"],[11,"autocomplete","off"],[3,"action",[[22,0,[]],[27,"perform",[[23,["save"]]],null]],[["on"],["submit"]]],[9],[0,"\\n\\n "],[7,"figure"],[11,"class","user-cover"],[12,"style",[27,"background-image-style",[[23,["user","coverImageUrl"]]],null]],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-default user-cover-edit"],[11,"type","button"],[3,"action",[[22,0,[]],"toggleUploadCoverModal"]],[9],[7,"span"],[9],[0,"Change Cover"],[10],[10],[0,"\\n"],[4,"if",[[23,["showUploadCoverModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["upload-image"],[["model","close","modifier"],[[27,"hash",null,[["model","imageProperty"],[[23,["user"]],"coverImage"]]],[27,"action",[[22,0,[]],"toggleUploadCoverModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[7,"figure"],[11,"class","user-image bg-whitegrey"],[9],[0,"\\n "],[7,"div"],[11,"id","user-image"],[11,"class","img"],[12,"style",[27,"background-image-style",[[23,["user","profileImageUrl"]]],null]],[9],[7,"span"],[11,"class","hidden"],[9],[1,[23,["user","name"]],false],[0,"\\"s Picture"],[10],[10],[0,"\\n "],[7,"button"],[11,"class","edit-user-image"],[11,"type","button"],[3,"action",[[22,0,[]],"toggleUploadImageModal"]],[9],[0,"Edit Picture"],[10],[0,"\\n"],[4,"if",[[23,["showUploadImageModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["upload-image"],[["model","close","modifier"],[[27,"hash",null,[["model","imageProperty","paramsHash"],[[23,["user"]],"profileImage",[27,"hash",null,[["purpose"],["profile_image"]]]]]],[27,"action",[[22,0,[]],"toggleUploadImageModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[7,"fieldset"],[11,"class","user-details-bottom"],[9],[0,"\\n\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property","class"],[[23,["user","errors"]],[23,["user","hasValidated"]],"name","first-form-group"]],{"statements":[[0," "],[7,"label"],[11,"for","user-name"],[9],[0,"Full Name"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["id","class","placeholder","autocorrect","value","input","focus-out"],["user-name","user-name","Full Name","off",[27,"readonly",[[23,["user","name"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["user","name"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","name"],[["target"],[[23,["user"]]]]]]]],false],[0,"\\n"],[4,"if",[[23,["user","errors","name"]]],null,{"statements":[[0," "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"name"]]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"p"],[9],[0,"Use your real name so people can recognise you"],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"slug"]],{"statements":[[0," "],[7,"label"],[11,"for","user-slug"],[9],[0,"Slug"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["class","id","name","placeholder","selectOnClick","autocorrect","value","input","focus-out"],["user-name","user-slug","user","Slug","true","off",[27,"readonly",[[23,["slugValue"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["slugValue"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],[27,"perform",[[23,["updateSlug"]],[23,["slugValue"]]],null]],null]]]],false],[0,"\\n "],[7,"p"],[9],[1,[21,"gh-blog-url"],false],[0,"/author/"],[1,[21,"slugValue"],false],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"slug"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"email"]],{"statements":[[0," "],[7,"label"],[11,"for","user-email"],[9],[0,"Email"],[10],[0,"\\n"],[4,"if",[[23,["canChangeEmail"]]],null,{"statements":[[0," "],[1,[27,"gh-text-input",null,[["type","id","name","placeholder","autocapitalize","autocorrect","autocomplete","value","input","focus-out"],["email","user-email","email","Email Address","off","off","off",[27,"readonly",[[23,["user","email"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["user","email"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","email"],[["target"],[[23,["user"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"email"]]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[9],[1,[23,["user","email"]],false],[10],[0,"\\n"]],"parameters":[]}],[0," "],[7,"p"],[9],[0,"Used for notifications"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["rolesDropdownIsVisible"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[7,"label"],[11,"for","user-role"],[9],[0,"Role"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-select"],[11,"tabindex","0"],[9],[0,"\\n "],[1,[27,"one-way-select",null,[["id","options","optionValuePath","optionLabelPath","value","update"],["new-user-role",[23,["roles"]],"id","name",[23,["user","role"]],[27,"action",[[22,0,[]],"changeRole"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[7,"p"],[9],[0,"What permissions should this user have?"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"location"]],{"statements":[[0," "],[7,"label"],[11,"for","user-location"],[9],[0,"Location"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["id","value","input","focus-out"],["user-location",[27,"readonly",[[23,["user","location"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["user","location"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","location"],[["target"],[[23,["user"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"location"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Where in the world do you live?"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"website"]],{"statements":[[0," "],[7,"label"],[11,"for","user-website"],[9],[0,"Website"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["type","id","autocapitalize","autocorrect","autocomplete","value","input","focus-out"],["url","user-website","off","off","off",[27,"readonly",[[23,["user","website"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["user","website"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","website"],[["target"],[[23,["user"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"website"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Have a website or blog other than this one? Link it!"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"facebook"]],{"statements":[[0," "],[7,"label"],[11,"for","user-facebook"],[9],[0,"Facebook Profile"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["type","placeholder","autocorrect","id","name","value","input","focus-out"],["url","https://www.facebook.com/username","off","user-facebook","user[facebook]",[27,"readonly",[[23,["user","facebook"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["_scratchFacebook"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validateFacebookUrl"],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"facebook"]]],false],[0,"\\n "],[7,"p"],[9],[0,"URL of your personal Facebook Profile"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"twitter"]],{"statements":[[0," "],[7,"label"],[11,"for","user-twitter"],[9],[0,"Twitter Profile"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["type","placeholder","autocorrect","id","name","value","input","focus-out"],["url","https://twitter.com/username","off","user-twitter","user[twitter]",[27,"readonly",[[23,["user","twitter"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["_scratchTwitter"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validateTwitterUrl"],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"twitter"]]],false],[0,"\\n "],[7,"p"],[9],[0,"URL of your personal Twitter profile"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property","class"],[[23,["user","errors"]],[23,["user","hasValidated"]],"bio","bio-container"]],{"statements":[[0," "],[7,"label"],[11,"for","user-bio"],[9],[0,"Bio"],[10],[0,"\\n "],[1,[27,"gh-textarea",null,[["id","value","input","focus-out"],["user-bio",[27,"readonly",[[23,["user","bio"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["user","bio"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","bio"],[["target"],[[23,["user"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"bio"]]],false],[0,"\\n "],[7,"p"],[9],[0,"\\n Write about you, in 200 characters or less.\\n "],[1,[27,"gh-count-characters",[[23,["user","bio"]]],null],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"hr"],[9],[10],[0,"\\n\\n "],[10],[0,"\\n\\n "],[10],[0," "],[0,"\\n\\n"],[4,"if",[[23,["canChangePassword"]]],null,{"statements":[[0," "],[7,"form"],[11,"id","password-reset"],[11,"class","user-profile"],[11,"novalidate","novalidate"],[11,"autocomplete","off"],[3,"action",[[22,0,[]],[27,"perform",[[23,["user","saveNewPassword"]]],null]],[["on"],["submit"]]],[9],[0,"\\n "],[7,"fieldset"],[9],[0,"\\n"],[4,"if",[[23,["isOwnProfile"]]],null,{"statements":[[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"password"]],{"statements":[[0," "],[7,"label"],[11,"for","user-password-old"],[9],[0,"Old Password"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["type","id","autocomplete","value","input","keyEvents"],["password","user-password-old","current-password",[27,"readonly",[[23,["user","password"]]],null],[27,"action",[[22,0,[]],"updatePassword"],[["value"],["target.value"]]],[27,"hash",null,[["Enter"],[[27,"action",[[22,0,[]],[27,"perform",[[23,["user","saveNewPassword"]]],null]],null]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"password"]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"newPassword"]],{"statements":[[0," "],[7,"label"],[11,"for","user-password-new"],[9],[0,"New Password"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","type","autocomplete","id","input","keyEvents"],[[27,"readonly",[[23,["user","newPassword"]]],null],"password","new-password","user-password-new",[27,"action",[[22,0,[]],"updateNewPassword"],[["value"],["target.value"]]],[27,"hash",null,[["Enter"],[[27,"action",[[22,0,[]],[27,"perform",[[23,["user","saveNewPassword"]]],null]],null]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"newPassword"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"ne2Password"]],{"statements":[[0," "],[7,"label"],[11,"for","user-new-password-verification"],[9],[0,"Verify Password"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","type","id","input","keyEvents"],[[27,"readonly",[[23,["user","ne2Password"]]],null],"password","user-new-password-verification",[27,"action",[[22,0,[]],"updateNe2Password"],[["value"],["target.value"]]],[27,"hash",null,[["Enter"],[[27,"action",[[22,0,[]],[27,"perform",[[23,["user","saveNewPassword"]]],null]],null]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"ne2Password"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[1,[27,"gh-task-button",["Change Password"],[["class","task"],["gh-btn gh-btn-red gh-btn-icon button-change-password",[23,["user","saveNewPassword"]]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0," "],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/staff/user.hbs"}})}),define("ghost-admin/templates/subscribers",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"OepGfOLD",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Subscribers "],[7,"span"],[11,"style","font-weight:200;margin-left:10px;display:inline-block;"],[9],[0," ("],[1,[21,"total"],false],[0,")"],[10],[10],[0,"\\n "],[7,"div"],[11,"class","view-actions"],[9],[0,"\\n "],[4,"link-to",["subscribers.import"],[["class"],["gh-btn gh-btn-hover-green"]],{"statements":[[7,"span"],[9],[0,"Import CSV"],[10]],"parameters":[]},null],[0,"\\n "],[7,"a"],[11,"href","#"],[11,"class","gh-btn gh-btn-hover-blue"],[3,"action",[[22,0,[]],"exportData"]],[9],[7,"span"],[9],[0,"Export CSV"],[10],[10],[0,"\\n "],[4,"link-to",["subscribers.new"],[["class"],["gh-btn gh-btn-green"]],{"statements":[[7,"span"],[9],[0,"Add Subscriber"],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n "],[1,[27,"gh-subscribers-table",null,[["table","isLoading","loadNextPage","sortByColumn","delete"],[[23,["table"]],[23,["isLoading"]],[27,"action",[[22,0,[]],"loadNextPage"],null],[27,"action",[[22,0,[]],"sortByColumn"],null],[27,"action",[[22,0,[]],"deleteSubscriber"],null]]]],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[4,"if",[[23,["subscriberToDelete"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-subscriber"],[["model","confirm","close","modifier"],[[23,["subscriberToDelete"]],[27,"action",[[22,0,[]],"confirmDeleteSubscriber"],null],[27,"action",[[22,0,[]],"cancelDeleteSubscriber"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[1,[21,"outlet"],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/subscribers.hbs"}})}),define("ghost-admin/templates/subscribers/import",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"sp+e6wTz",block:'{"symbols":[],"statements":[[1,[27,"gh-fullscreen-modal",["import-subscribers"],[["confirm","close","modifier"],[[27,"route-action",["reset"],null],[27,"route-action",["cancel"],null],"action wide"]]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/subscribers/import.hbs"}})}),define("ghost-admin/templates/subscribers/new",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"HtzdChTz",block:'{"symbols":[],"statements":[[1,[27,"gh-fullscreen-modal",["new-subscriber"],[["model","confirm","close","modifier"],[[23,["subscriber"]],[27,"route-action",["save"],null],[27,"route-action",["cancel"],null],"action wide"]]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/subscribers/new.hbs"}})}),define("ghost-admin/transforms/facebook-url-user",["exports","ember-data/transform"],function(e,t){Object.defineProperty(e,"__esModule",{value:!0}) +define("ghost-admin/templates/components/modal-transfer-owner",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"MnGlA1J6",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Transfer Ownership"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"p"],[9],[0,"\\n Are you sure you want to transfer the ownership of this blog?\\n You will not be able to undo this action.\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Cancel"],[10],[10],[0,"\\n "],[1,[27,"gh-task-button",["Yep - I\'m sure"],[["task","class"],[[23,["transferOwnership"]],"gh-btn gh-btn-red gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-transfer-owner.hbs"}})}),define("ghost-admin/templates/components/modal-unsuspend-user",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"kXTvrclH",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Are you sure you want to un-suspend this user?"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"strong"],[9],[0,"WARNING:"],[10],[0," This user will be able to log in again and will have the same permissions they had previously.\\n"],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Cancel"],[10],[10],[0,"\\n "],[1,[27,"gh-task-button",["Un-suspend"],[["successText","task","class"],["Suspended",[23,["unsuspendUser"]],"gh-btn gh-btn-red gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-unsuspend-user.hbs"}})}),define("ghost-admin/templates/components/modal-upload-image",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"3/5jhKKO",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","modal-body"],[9],[0,"\\n"],[4,"if",[[23,["url"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-image-uploader -with-image"],[9],[0,"\\n "],[7,"div"],[9],[7,"img"],[12,"src",[21,"url"]],[9],[10],[10],[0,"\\n "],[7,"a"],[11,"class","image-cancel"],[11,"title","Delete"],[3,"action",[[22,0,[]],"removeImage"]],[9],[0,"\\n "],[1,[27,"svg-jar",["trash"],null],false],[0,"\\n "],[7,"span"],[11,"class","hidden"],[9],[0,"Delete"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"gh-image-uploader",null,[["image","saveButton","update","uploadStarted","uploadFinished","accept","extensions","uploadUrl","paramsHash"],[[23,["newUrl"]],false,[27,"action",[[22,0,[]],"fileUploaded"],null],[27,"action",[[22,0,[]],"isUploading"],null],[27,"action",[[22,0,[]],"isUploading"],null],[23,["model","accept"]],[23,["model","extensions"]],[23,["model","uploadUrl"]],[23,["model","paramsHas"]]]]],false],[0,"\\n"]],"parameters":[]}],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[7,"span"],[9],[0,"Cancel"],[10],[10],[0,"\\n"],[4,"if",[[23,["_isUploading"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-blue right gh-btn-icon disabled"],[9],[7,"span"],[9],[0,"Save"],[10],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"gh-task-button",null,[["task","class"],[[23,["uploadImage"]],"gh-btn gh-btn-blue right gh-btn-icon"]]],false],[0,"\\n"]],"parameters":[]}],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-upload-image.hbs"}})}),define("ghost-admin/templates/components/modal-upload-theme",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"zHx8PWY4",block:'{"symbols":["error","error","error","error"],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"\\n"],[4,"if",[[23,["theme"]]],null,{"statements":[[4,"if",[[23,["hasWarningsOrErrors"]]],null,{"statements":[[0," Upload successful with "],[4,"if",[[23,["validationErrors"]]],null,{"statements":[[0,"errors"]],"parameters":[]},{"statements":[[0,"warnings"]],"parameters":[]}],[0,"\\n"]],"parameters":[]},{"statements":[[0," Upload successful!\\n"]],"parameters":[]}]],"parameters":[]},{"statements":[[4,"if",[[27,"or",[[23,["validationErrors"]],[23,["fatalValidationErrors"]]],null]],null,{"statements":[[0," Invalid theme\\n"]],"parameters":[]},{"statements":[[0," Upload a theme\\n "]],"parameters":[]}]],"parameters":[]}],[0," "],[10],[0,"\\n"],[10],[0,"\\n"],[7,"a"],[11,"class","close"],[11,"href","#"],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[7,"span"],[11,"class","hidden"],[9],[0,"Close"],[10],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n"],[4,"if",[[23,["theme"]]],null,{"statements":[[4,"if",[[23,["hasWarningsOrErrors"]]],null,{"statements":[[0," "],[7,"ul"],[11,"class","theme-validation-errors"],[9],[0,"\\n "],[7,"li"],[9],[0,"\\n "],[7,"p"],[9],[0,"\\n \\""],[1,[21,"themeName"],false],[0,"\\" uploaded successfully but some "],[4,"if",[[23,["validationErrors"]]],null,{"statements":[[0,"errors"]],"parameters":[]},{"statements":[[0,"warnings"]],"parameters":[]}],[0," were detected.\\n You are still able to use and activate the theme. Here\'s your report...\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["validationErrors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","theme-validation-errordescription"],[9],[0,"\\n "],[7,"h2"],[11,"class","theme-validation-errortype"],[9],[0,"Errors"],[10],[0,"\\n "],[7,"p"],[9],[7,"em"],[9],[0,"(Very recommended to fix, functionality "],[7,"span"],[9],[0,"could"],[10],[0," be restricted)"],[10],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"each",[[23,["validationErrors"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","theme-validation-item"],[9],[0,"\\n "],[1,[27,"gh-theme-error-li",null,[["error"],[[22,4,[]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[4]},null],[0,"\\n"],[4,"if",[[23,["validationWarnings"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","theme-validation-errordescription"],[9],[0,"\\n "],[7,"h2"],[11,"class","theme-validation-errortype"],[9],[0,"Warnings"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"each",[[23,["validationWarnings"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","theme-validation-item"],[9],[0,"\\n "],[1,[27,"gh-theme-error-li",null,[["error"],[[22,3,[]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[3]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"p"],[9],[0,"\\n \\""],[1,[21,"themeName"],false],[0,"\\" uploaded successfully.\\n "],[4,"if",[[23,["canActivateTheme"]]],null,{"statements":[[0,"Do you want to activate it now?"]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[]},{"statements":[[4,"if",[[23,["displayOverwriteWarning"]]],null,{"statements":[[0," "],[7,"p"],[9],[0,"\\n \\""],[1,[21,"fileThemeName"],false],[0,"\\" will overwrite an existing theme of the same name. Are you sure?\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[27,"or",[[23,["validationErrors"]],[23,["fatalValidationErrors"]]],null]],null,{"statements":[[0," "],[7,"ul"],[11,"class","theme-validation-errors"],[9],[0,"\\n"],[4,"if",[[23,["fatalValidationErrors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","theme-validation-errordescription"],[9],[0,"\\n "],[7,"h2"],[11,"class","theme-validation-errortype fatal"],[9],[0,"Fatal Errors"],[10],[0,"\\n "],[7,"p"],[9],[7,"em"],[9],[0,"(Must-fix to activate theme)"],[10],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"each",[[23,["fatalValidationErrors"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","theme-validation-item"],[9],[0,"\\n "],[1,[27,"gh-theme-error-li",null,[["error"],[[22,2,[]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[2]},null],[0,"\\n"],[4,"if",[[23,["validationErrors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","theme-validation-errordescription"],[9],[0,"\\n "],[7,"h2"],[11,"class","theme-validation-errortype"],[9],[0,"Errors"],[10],[0,"\\n "],[7,"p"],[9],[7,"em"],[9],[0,"(Very recommended to fix, functionality "],[7,"span"],[9],[0,"could"],[10],[0," be restricted)"],[10],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"each",[[23,["validationErrors"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","theme-validation-item"],[9],[0,"\\n "],[1,[27,"gh-theme-error-li",null,[["error"],[[22,1,[]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"gh-file-uploader",null,[["url","paramName","accept","labelText","validate","uploadStarted","uploadFinished","uploadSuccess","uploadFailed","listenTo"],[[23,["uploadUrl"]],"file",[23,["accept"]],"Click to select or drag-and-drop your theme zip file here.",[27,"action",[[22,0,[]],"validateTheme"],null],[27,"action",[[22,0,[]],"uploadStarted"],null],[27,"action",[[22,0,[]],"uploadFinished"],null],[27,"action",[[22,0,[]],"uploadSuccess"],null],[27,"action",[[22,0,[]],"uploadFailed"],null],"themeUploader"]]],false],[0,"\\n "]],"parameters":[]}]],"parameters":[]}]],"parameters":[]}],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[12,"disabled",[21,"closeDisabled"]],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[0,"\\n "],[7,"span"],[9],[4,"if",[[23,["theme"]]],null,{"statements":[[0,"Close"]],"parameters":[]},{"statements":[[0,"Cancel"]],"parameters":[]}],[10],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["displayOverwriteWarning"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-red"],[3,"action",[[22,0,[]],"confirmOverwrite"]],[9],[0,"\\n "],[7,"span"],[9],[0,"Overwrite"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"if",[[23,["validationErrors"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-green"],[3,"action",[[22,0,[]],"reset"]],[9],[0,"\\n "],[7,"span"],[9],[0,"Try Again"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"if",[[23,["canActivateTheme"]]],null,{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-green"],[3,"action",[[22,0,[]],"activate"]],[9],[0,"\\n "],[7,"span"],[9],[0,"Activate Now"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-upload-theme.hbs"}})}),define("ghost-admin/templates/components/modal-webhook-form",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"kFPvppTs",block:'{"symbols":[],"statements":[[7,"header"],[11,"class","modal-header"],[9],[0,"\\n "],[7,"h1"],[9],[1,[27,"if",[[23,["webhook","isNew"]],"New","Edit"],null],false],[0," webhook"],[10],[0,"\\n"],[10],[0,"\\n"],[7,"button"],[11,"class","close"],[11,"href",""],[11,"title","Close"],[3,"action",[[22,0,[]],"closeModal"]],[9],[1,[27,"svg-jar",["close"],null],false],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-body"],[9],[0,"\\n "],[7,"fieldset"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["webhook","errors"]],[23,["webhook","hasValidated"]],"name"]],{"statements":[[0," "],[7,"label"],[11,"for","webhook-name"],[11,"class","fw6"],[9],[0,"Name"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","input","focus-out","id","name","class","placeholder","autofocus","autocapitalize","autocorrect"],[[27,"readonly",[[23,["webhook","name"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["webhook","name"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","name"],[["target"],[[23,["webhook"]]]]],"webhook-name","name","gh-input mt1","Webhook name...","autofocus","off","off"]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["webhook","errors"]],"name"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"fieldset"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["webhook","errors"]],[23,["webhook","hasValidated"]],"event"]],{"statements":[[0," "],[7,"label"],[11,"for","webhook-event"],[11,"class","fw6"],[9],[0,"Event"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-select"],[9],[0,"\\n "],[1,[27,"one-way-select",[[23,["webhook","event"]]],[["options","optionValuePath","optionLabelPath","optionTargetPath","groupLabelPath","class","includeBlank","prompt","update","id","name"],[[23,["availableEvents"]],"event","name","event","group","mt1",true,"Select an event",[27,"action",[[22,0,[]],"selectEvent"],null],"webhook-event","event"]]],false],[0,"\\n "],[1,[27,"svg-jar",["arrow-down-small"],null],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["webhook","errors"]],"event"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"fieldset"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["webhook","errors"]],[23,["webhook","hasValidated"]],"targetUrl"]],{"statements":[[0," "],[7,"label"],[11,"for","webhook-targetUrl"],[11,"class","fw6"],[9],[0,"Target URL"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","input","focus-out","id","name","class","placeholder","autofocus","autocapitalize","autocorrect"],[[27,"readonly",[[23,["webhook","targetUrl"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["webhook","targetUrl"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","targetUrl"],[["target"],[[23,["webhook"]]]]],"webhook-targetUrl","targetUrl","gh-input mt1","Webhook target URL...","autofocus","off","off"]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["webhook","errors"]],"targetUrl"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"],[4,"if",[[23,["config","enableDeveloperExperiments"]]],null,{"statements":[[0," "],[7,"fieldset"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["webhook","errors"]],[23,["webhook","hasValidated"]],"secret"]],{"statements":[[0," "],[7,"label"],[11,"for","webhook-secret"],[11,"class","fw6"],[9],[0,"Secret"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","oninput","focus-out","id","name","class","placeholder","autofocus","autocapitalize","autocorrect"],[[27,"readonly",[[23,["webhook","secret"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["webhook","secret"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","secret"],[["target"],[[23,["webhook"]]]]],"webhook-secret","secret","gh-input mt1","Webhook secret...","autofocus","off","off"]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["webhook","errors"]],"secret"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[4,"if",[[23,["error"]]],null,{"statements":[[0," "],[7,"p"],[11,"class","red"],[9],[1,[21,"error"],false],[10],[0,"\\n"]],"parameters":[]},null],[10],[0,"\\n\\n"],[7,"div"],[11,"class","modal-footer"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn"],[3,"action",[[22,0,[]],"closeModal"]],[9],[0,"\\n "],[7,"span"],[9],[0,"Cancel"],[10],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-task-button",[[23,["buttonText"]]],[["successText","task","class"],[[23,["successText"]],[23,["saveWebhook"]],"gh-btn gh-btn-green gh-btn-icon"]]],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/modal-webhook-form.hbs"}})}),define("ghost-admin/templates/components/object-bin",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"nv3hMCN3",block:'{"symbols":["obj","&default"],"statements":[[4,"draggable-object-target",null,[["action"],["handleObjectDropped"]],{"statements":[[0," "],[7,"div"],[11,"class","object-bin-title"],[9],[1,[21,"name"],false],[10],[0,"\\n "],[7,"br"],[9],[10],[0,"\\n"],[4,"each",[[23,["model"]]],null,{"statements":[[4,"draggable-object",null,[["action","content"],["handleObjectDragged",[22,1,[]]]],{"statements":[[0," "],[14,2,[[22,1,[]]]],[0,"\\n"]],"parameters":[]},null]],"parameters":[1]},null]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/object-bin.hbs"}})}),define("ghost-admin/templates/components/power-select-vertical-collection-options",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"37VlyaG+",block:'{"symbols":["opt","index","&default"],"statements":[[4,"if",[[23,["select","loading"]]],null,{"statements":[[4,"if",[[23,["loadingMessage"]]],null,{"statements":[[0," "],[7,"li"],[11,"class","ember-power-select-option ember-power-select-option--loading-message"],[11,"role","option"],[9],[1,[21,"loadingMessage"],false],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0,"\\n"],[4,"vertical-collection",[[23,["options"]]],[["minHeight","estimateHeight","bufferSize"],[30,6,10]],{"statements":[[0," "],[7,"li"],[11,"class","ember-power-select-option"],[12,"aria-selected",[28,[[27,"ember-power-select-is-selected",[[22,1,[]],[23,["select","selected"]]],null]]]],[12,"aria-disabled",[27,"ember-power-select-true-string-if-present",[[22,1,["disabled"]]],null]],[12,"aria-current",[28,[[27,"eq",[[22,1,[]],[23,["select","highlighted"]]],null]]]],[12,"data-option-index",[28,[[21,"groupIndex"],[22,2,[]]]]],[11,"role","option"],[9],[0,"\\n "],[14,3,[[22,1,[]],[23,["select"]]]],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1,2]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/power-select-vertical-collection-options.hbs"}})}),define("ghost-admin/templates/components/power-select/trigger",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"FpGPkizG",block:'{"symbols":["&default"],"statements":[[4,"if",[[23,["select","selected"]]],null,{"statements":[[4,"if",[[23,["selectedItemComponent"]]],null,{"statements":[[0," "],[1,[27,"component",[[23,["selectedItemComponent"]]],[["option","select"],[[27,"readonly",[[23,["select","selected"]]],null],[27,"readonly",[[23,["select"]]],null]]]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[11,"class","ember-power-select-selected-item"],[9],[14,1,[[23,["select","selected"]],[23,["select"]]]],[10],[0,"\\n"]],"parameters":[]}],[4,"if",[[27,"and",[[23,["allowClear"]],[27,"not",[[23,["select","disabled"]]],null]],null]],null,{"statements":[[0," "],[7,"span"],[11,"class","ember-power-select-clear-btn"],[12,"onmousedown",[27,"action",[[22,0,[]],"clear"],null]],[12,"ontouchstart",[27,"action",[[22,0,[]],"clear"],null]],[9],[0,"×"],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},{"statements":[[0," "],[1,[27,"component",[[23,["placeholderComponent"]]],[["placeholder"],[[23,["placeholder"]]]]],false],[0,"\\n"]],"parameters":[]}],[1,[27,"svg-jar",["arrow-down-small"],null],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/power-select/trigger.hbs"}})}),define("ghost-admin/templates/components/sortable-objects",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"/BWYip4/",block:'{"symbols":["&default"],"statements":[[14,1]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/components/sortable-objects.hbs"}})}),define("ghost-admin/templates/editor",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"dPBSr5Lg",block:'{"symbols":["editor","post","countdown"],"statements":[[4,"if",[[23,["post"]]],null,{"statements":[[4,"gh-editor",null,[["tagName","class"],["section","gh-editor gh-view"]],{"statements":[[0," "],[7,"header"],[12,"class",[28,["gh-editor-header br2 pe-none ",[22,1,["headerClass"]]," ",[27,"if",[[23,["infoMessage"]],"bg-white"],null]]]],[9],[0,"\\n "],[7,"div"],[11,"class","flex items-center pe-auto"],[9],[0,"\\n"],[4,"if",[[23,["ui","isFullScreen"]]],null,{"statements":[[0," "],[7,"div"],[12,"class",[28,[[27,"ui-text",["ts"],null]," h9 br b--lightgrey pl3 pr4 flex items-center br2 br--left ",[27,"unless",[[23,["infoMessage"]],"bg-white"],null]]]],[9],[0,"\\n"],[4,"link-to",[[27,"pluralize",[[23,["post","displayName"]]],null]],[["classNames"],["blue link fw4 flex items-center"]],{"statements":[[0," "],[1,[27,"svg-jar",["arrow-left"],[["class"],["w3 fill-blue mr1 nudge-right--2"]]],false],[0,"\\n "],[1,[27,"capitalize",[[27,"pluralize",[[23,["post","displayName"]]],null]],null],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[12,"class",[28,["flex items-center pl4 pr4 f8 nudge-left--1 h9 br2 br--right ",[27,"unless",[[23,["infoMessage"]],"bg-white"],null]]]],[9],[0,"\\n "],[7,"span"],[11,"class","fw3 midgrey-l2"],[9],[0,"\\n "],[1,[27,"gh-editor-post-status",null,[["post","isSaving"],[[23,["post"]],[27,"or",[[23,["autosave","isRunning"]],[23,["saveTasks","isRunning"]]],null]]]],false],[0,"\\n "],[10],[0,"\\n"],[4,"gh-scheduled-post-countdown",null,[["post"],[[23,["post"]]]],{"statements":[[0," "],[7,"time"],[12,"datetime",[28,[[22,2,["publishedAtUTC"]]]]],[11,"class","green f8 ml5"],[9],[0,"\\n "],[1,[27,"capitalize",[[22,2,["displayName"]]],null],false],[0," will go live "],[1,[22,3,[]],false],[0,".\\n "],[10],[0,"\\n"]],"parameters":[2,3]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["infoMessage"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-koenig-info miw88 flex flex-auto justify-center"],[11,"style","pointer-events: auto"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["midgrey inline-flex tracked-1 center pa1 pl4 pr4 br3 justify-center items-start ",[27,"if",[[27,"eq",[[22,1,["headerClass"]],"gh-editor-header-small"],null],"bg-white"],null]]]],[9],[0,"\\n "],[1,[27,"svg-jar",["idea"],[["class"],["w7 h7 fill-blue"]]],false],[0,"\\n "],[7,"p"],[11,"class","ma0 pa0 ml1 nudge-top--2"],[9],[0,"\\n "],[1,[21,"infoMessage"],false],[0,"\\n "],[7,"button"],[11,"class","blue fw5"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"mut",[[23,["infoMessage"]],""],null]]],[9],[0,"Got it"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[12,"class",[28,["view-actions br2 ",[27,"unless",[[23,["infoMessage"]],"bg-white"],null]]]],[11,"style","pointer-events: auto"],[9],[0,"\\n"],[4,"unless",[[23,["post","isNew"]]],null,{"statements":[[4,"if",[[23,["session","user","isContributor"]]],null,{"statements":[[0," "],[1,[27,"gh-task-button",["Save"],[["task","runningText","class"],[[23,["save"]],"Saving","gh-btn gh-btn-blue gh-btn-icon contributor-save-button"]]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"gh-publishmenu",null,[["post","postStatus","saveTask","setSaveType","onOpen"],[[23,["post"]],[23,["post","status"]],[23,["save"]],[27,"action",[[22,0,[]],"setSaveType"],null],[27,"action",[[22,0,[]],"cancelAutosave"],null]]]],false],[0,"\\n"]],"parameters":[]}]],"parameters":[]},null],[0,"\\n "],[7,"button"],[11,"class","post-settings"],[11,"title","Settings"],[11,"type","button"],[3,"action",[[22,0,[]],"openSettingsMenu"],[["target"],[[23,["ui"]]]]],[9],[0,"\\n "],[1,[27,"svg-jar",["settings"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[0," "],[1,[27,"gh-koenig-editor",null,[["title","titlePlaceholder","onTitleChange","onTitleBlur","body","bodyPlaceholder","bodyAutofocus","onBodyChange","headerOffset","scrollContainerSelector","scrollOffsetTopSelector","scrollOffsetBottomSelector","onEditorCreated","onWordCountChange"],[[27,"readonly",[[23,["post","titleScratch"]]],null],[27,"concat",[[27,"capitalize",[[23,["post","displayName"]]],null]," Title"],null],[27,"action",[[22,0,[]],"updateTitleScratch"],null],[27,"action",[[22,0,[]],[27,"perform",[[23,["saveTitle"]]],null]],null],[27,"readonly",[[23,["post","scratch"]]],null],[27,"concat",["Begin writing your ",[23,["post","displayName"]],"..."],null],[23,["shouldFocusEditor"]],[27,"action",[[22,0,[]],"updateScratch"],null],[22,1,["headerHeight"]],".gh-koenig-editor",".gh-editor-header-small",".gh-mobile-nav-bar",[27,"action",[[22,0,[]],"setKoenigEditor"],null],[27,"action",[[22,0,[]],"updateWordCount"],null]]]],false],[0,"\\n\\n "],[7,"div"],[12,"class",[28,["absolute flex items-center br3 bg-white ",[27,"if",[[22,1,["headerClass"]],"right-4 bottom-4","right-6 bottom-6"],null]]]],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["midgrey-l2 ",[27,"if",[[22,1,["headerClass"]],"f-supersmall pl2 pr2","f8 pl4 pr3"],null]," fw3"]]],[9],[0,"\\n "],[1,[27,"pluralize",[[23,["wordCount","wordCount"]],"word"],null],false],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"href","https://docs.ghost.org/faq/using-the-editor/"],[12,"class",[28,["flex ",[27,"if",[[22,1,["headerClass"]],"pa2","pa3"],null]]]],[11,"target","_blank"],[9],[1,[27,"svg-jar",["help"],[["class"],["w4 h4 stroke-midgrey-l2"]]],false],[10],[0,"\\n "],[10],[0,"\\n\\n"]],"parameters":[1]},null],[0,"\\n"],[4,"if",[[23,["showDeletePostModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-post"],[["model","close","modifier"],[[27,"hash",null,[["post","onSuccess"],[[23,["post"]],[27,"route-action",["redirectToContentScreen"],null]]]],[27,"action",[[22,0,[]],"toggleDeletePostModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showLeaveEditorModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-editor"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveEditor"],null],[27,"action",[[22,0,[]],"toggleLeaveEditorModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showReAuthenticateModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["re-authenticate"],[["close","modifier"],[[27,"action",[[22,0,[]],"toggleReAuthenticateModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"liquid-wormhole",null,null,{"statements":[[0," "],[1,[27,"gh-post-settings-menu",null,[["post","showSettingsMenu","deletePost","updateSlug","savePost"],[[23,["post"]],[23,["ui","showSettingsMenu"]],[27,"action",[[22,0,[]],"toggleDeletePostModal"],null],[23,["updateSlug"]],[23,["savePost"]]]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0,"\\n"],[1,[21,"outlet"],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/editor.hbs"}})}),define("ghost-admin/templates/editor/edit-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"q3Xh3Ifq",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-view"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/editor/edit-loading.hbs"}})}),define("ghost-admin/templates/error",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"lzbo6rRf",block:'{"symbols":["item"],"statements":[[7,"div"],[11,"class","gh-view"],[9],[0,"\\n\\n "],[7,"section"],[11,"class","flex flex-column items-center flex-grow justify-center h-100 nt10"],[9],[0,"\\n "],[7,"div"],[11,"class","absolute error-background nudge-right--5"],[9],[0,"\\n "],[1,[27,"svg-jar",["desert"],[["class"],["error-background absolute"]]],false],[0,"\\n "],[7,"div"],[11,"class","traveler-1"],[9],[1,[27,"svg-jar",["tumbleweed"],[["class"],["w6 h6 absolute bouncer-1"]]],false],[10],[0,"\\n "],[7,"div"],[11,"class","traveler-2"],[9],[1,[27,"svg-jar",["tumbleweed"],[["class"],["w11 h11 absolute bouncer-2"]]],false],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","absolute mt50 tc"],[9],[0,"\\n "],[7,"h1"],[11,"class","midlightgrey error-code-size fw6"],[9],[1,[21,"code"],false],[10],[0,"\\n "],[7,"h2"],[11,"class","midlightgrey f4 fw3"],[9],[1,[21,"message"],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["stack"]]],null,{"statements":[[0," "],[7,"section"],[11,"class","error-stack"],[9],[0,"\\n "],[7,"h3"],[9],[0,"Stack Trace"],[10],[0,"\\n "],[7,"p"],[9],[7,"strong"],[9],[1,[21,"message"],false],[10],[10],[0,"\\n "],[7,"ul"],[11,"class","error-stack-list"],[9],[0,"\\n"],[4,"each",[[23,["stack"]]],null,{"statements":[[0," "],[7,"li"],[9],[0,"\\n at\\n "],[4,"if",[[22,1,["function"]]],null,{"statements":[[7,"em"],[11,"class","error-stack-function"],[9],[1,[22,1,["function"]],false],[10]],"parameters":[]},null],[0,"\\n "],[7,"span"],[11,"class","error-stack-file"],[9],[0,"("],[1,[22,1,["at"]],false],[0,")"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/error.hbs"}})}),define("ghost-admin/templates/member",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"6oacvUF4",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["members"],null,{"statements":[[0,"Members"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n "],[1,[23,["member","name"]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n "],[7,"div"],[11,"class","flex flex-row nl2 mt10"],[9],[0,"\\n "],[5,"gh-member-avatar",[[11,"class","w20 h20 mr4"]],[["@initialsClass","@member"],["f-subheadline",[21,"member"]]]],[0,"\\n "],[7,"div"],[11,"class","flex flex-column justify-center"],[9],[0,"\\n "],[7,"h3"],[11,"class","ma0 pa0"],[9],[1,[23,["member","name"]],false],[10],[0,"\\n "],[7,"span"],[11,"class","db"],[9],[0,"\\n "],[7,"a"],[11,"class","midlightgrey"],[12,"href",[28,["mailto:",[23,["member","email"]]]]],[9],[0,"\\n "],[1,[23,["member","email"]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","pt1 mt10"],[9],[0,"\\n "],[7,"h2"],[11,"class","f7 fw4 midgrey"],[9],[0,"Overview"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","flex flex-row ba b--whitegrey br4 bg-whitegrey-l2 mt2"],[9],[0,"\\n "],[7,"div"],[11,"class","flex flex-column flex-grow-1 pa5 br b--whitegrey"],[9],[0,"\\n "],[7,"span"],[11,"class","db ttu f8 midlightgrey"],[9],[0,"Member since"],[10],[0,"\\n "],[7,"span"],[11,"class","db f5"],[9],[1,[27,"moment-format",[[23,["member","createdAt"]],"MMMM Do"],null],false],[10],[0,"\\n "],[7,"span"],[11,"class","db f8 midlightgrey"],[9],[0,"("],[1,[27,"moment-to-now",[[23,["member","createdAt"]]],[["hideAffix"],[true]]],false],[0,")"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","flex flex-column flex-grow-1 pa5"],[9],[0,"\\n "],[7,"span"],[11,"class","db ttu f8 midlightgrey"],[9],[0,"Current plan"],[10],[0,"\\n "],[7,"span"],[11,"class","db f5"],[9],[0,"Monthly"],[10],[0,"\\n "],[7,"span"],[11,"class","db f8 midlightgrey"],[9],[0,"6 USD/month"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"h2"],[11,"class","pb1 bb b--whitegrey f7 fw4 midgrey mt10 pb2"],[9],[0,"Danger zone"],[10],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-red gh-btn-icon mt3"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"toggle",["showDeleteMemberModal",[22,0,[]]],null]]],[9],[0,"\\n "],[7,"span"],[9],[0,"Delete member"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[4,"if",[[23,["showDeleteMemberModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-member"],[["model","close","modifier"],[[27,"hash",null,[["member","onSuccess"],[[23,["member"]],[27,"action",[[22,0,[]],"finaliseDeletion"],null]]]],[27,"action",[[22,0,[]],[27,"toggle",["showDeleteMemberModal",[22,0,[]]],null]],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/member.hbs"}})}),define("ghost-admin/templates/members",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Pwd2Jqv4",block:'{"symbols":["member","index"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Members"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","view-container h-100"],[9],[0,"\\n\\n "],[7,"div"],[9],[0,"\\n "],[5,"gh-text-input",[[11,"placeholder","Search members..."]],[["@value","@input"],[[22,0,["searchText"]],[27,"action",[[22,0,[]],[27,"mut",[[22,0,["searchText"]]],null]],[["value"],["target.value"]]]]]],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","flex justify-between items-center pt1 mt7"],[9],[0,"\\n "],[7,"h2"],[11,"class","f7 fw4 midgrey"],[9],[0,"\\n"],[4,"if",[[22,0,["searchText"]]],null,{"statements":[[0," Search result\\n"]],"parameters":[]},{"statements":[[0," All members\\n"],[4,"if",[[22,0,["fetchMembers","lastSuccessful"]]],null,{"statements":[[0," ("],[1,[22,0,["meta","pagination","total"]],false],[0,")\\n"]],"parameters":[]},{"statements":[[0," (Loading...)\\n"]],"parameters":[]}]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[22,0,["filteredMembers"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","flex flex-row flex-wrap items-start ba br3 b--whitegrey mt2 mb10"],[9],[0,"\\n "],[5,"vertical-collection",[],[["@items","@key","@containerSelector","@estimateHeight"],[[22,0,["filteredMembers"]],"id",".gh-main","76"]],{"statements":[[0,"\\n "],[7,"div"],[11,"class","flex-grow-1 flex-shrink-1"],[11,"style","flex-basis: 100%"],[9],[0,"\\n"],[4,"link-to",["member",[22,1,[]]],[["classNames"],["link whitegrey"]],{"statements":[[0," "],[7,"article"],[12,"class",[28,["flex items-center justify-between pa4 ",[27,"if",[[22,2,[]],"bt"],null]]]],[9],[0,"\\n "],[7,"div"],[11,"class","flex items-center"],[9],[0,"\\n "],[5,"gh-member-avatar",[[11,"class","w10 h10 mr4"]],[["@member"],[[22,1,[]]]]],[0,"\\n "],[7,"div"],[11,"class","flex flex-column"],[9],[0,"\\n "],[7,"h3"],[11,"class","darkgrey ma0 f5 fw7"],[9],[1,[22,1,["name"]],false],[10],[0,"\\n "],[7,"p"],[11,"class","midgrey ma0 pa0 f7"],[9],[1,[22,1,["email"]],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","flex items-center"],[9],[1,[27,"svg-jar",["arrow-right"],[["class"],["w4 h4 fill-midlightgrey"]]],false],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "]],"parameters":[1,2]}],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[22,0,["fetchMembers","isRunning"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[5,"gh-loading-spinner",[],[[],[]]],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"p"],[11,"class","mt2 pt10 bt b--whitegrey tc midlightgrey"],[9],[0,"No members found."],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[]}],[0," "],[10],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/members.hbs"}})}),define("ghost-admin/templates/pages-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"z5yziGFA",block:'{"symbols":["order","tag","author","type"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Your pages"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[4,"link-to",["editor.new","page"],[["class"],["gh-btn gh-btn-green"]],{"statements":[[7,"span"],[9],[0,"New page"],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-contentfilter"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter-left"],[9],[0,"\\n"],[4,"power-select",null,[["placeholder","selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","matchTriggerWidth"],["All pages",[23,["selectedType"]],[23,["availableTypes"]],"name",[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-type","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown",false]],{"statements":[[0," "],[1,[22,4,["name"]],false],[0,"\\n"]],"parameters":[4]},null],[0,"\\n"],[4,"unless",[[23,["session","user","isAuthorOrContributor"]]],null,{"statements":[[4,"power-select",null,[["placeholder","selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","matchTriggerWidth"],["All authors",[23,["selectedAuthor"]],[23,["availableAuthors"]],"name",[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-author","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown",false]],{"statements":[[0," "],[1,[22,3,["name"]],false],[0,"\\n"]],"parameters":[3]},null]],"parameters":[]},null],[0,"\\n"],[4,"power-select",null,[["placeholder","selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","searchPlaceholder","matchTriggerWidth"],["All tags",[23,["selectedTag"]],[23,["availableTags"]],"name",[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-tag","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","Search tags",false]],{"statements":[[0," "],[1,[22,2,["name"]],false],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter-right"],[9],[0,"\\n Sort by:\\n"],[4,"power-select",null,[["selected","options","searchEnabled","onchange","tagName","classNames","triggerClass","dropdownClass","horizontalPosition","matchTriggerWidth"],[[23,["selectedOrder"]],[23,["availableOrders"]],false,[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-sort","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","right",false]],{"statements":[[0," "],[1,[22,1,["name"]],false],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/pages-loading.hbs"}})}),define("ghost-admin/templates/pages",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"zUilbl+2",block:'{"symbols":["page","order","tag","author","type"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Your pages"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[4,"link-to",["editor.new","page"],[["class"],["gh-btn gh-btn-green"]],{"statements":[[7,"span"],[9],[0,"New page"],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter-left"],[9],[0,"\\n"],[4,"unless",[[23,["session","user","isContributor"]]],null,{"statements":[[4,"power-select",null,[["selected","options","searchEnabled","onchange","tagName","classNames","triggerClass","dropdownClass","matchTriggerWidth"],[[23,["selectedType"]],[23,["availableTypes"]],false,[27,"action",[[22,0,[]],"changeType"],null],"div","gh-contentfilter-menu gh-contentfilter-type","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown",false]],{"statements":[[0," "],[1,[22,5,["name"]],false],[0,"\\n"]],"parameters":[5]},null]],"parameters":[]},null],[0,"\\n"],[4,"unless",[[23,["session","user","isAuthorOrContributor"]]],null,{"statements":[[4,"power-select",null,[["selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","searchPlaceholder","matchTriggerWidth"],[[23,["selectedAuthor"]],[23,["availableAuthors"]],"name",[27,"action",[[22,0,[]],"changeAuthor"],null],"div","gh-contentfilter-menu gh-contentfilter-author","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","Search authors",false]],{"statements":[[0," "],[1,[22,4,["name"]],false],[0,"\\n"]],"parameters":[4]},null]],"parameters":[]},null],[0,"\\n"],[4,"unless",[[23,["session","user","isContributor"]]],null,{"statements":[[4,"power-select",null,[["selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","searchPlaceholder","matchTriggerWidth","optionsComponent"],[[23,["selectedTag"]],[23,["availableTags"]],"name",[27,"action",[[22,0,[]],"changeTag"],null],"div","gh-contentfilter-menu gh-contentfilter-tag","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","Search tags",false,"power-select-vertical-collection-options"]],{"statements":[[0," "],[1,[22,3,["name"]],false],[0,"\\n"]],"parameters":[3]},null]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-contentfilter-right"],[9],[0,"\\n Sort by:\\n"],[4,"power-select",null,[["selected","options","searchEnabled","onchange","tagName","classNames","triggerClass","dropdownClass","horizontalPosition","matchTriggerWidth"],[[23,["selectedOrder"]],[23,["availableOrders"]],false,[27,"action",[[22,0,[]],"changeOrder"],null],"div","gh-contentfilter-menu gh-contentfilter-sort","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","right",false]],{"statements":[[0," "],[1,[22,2,["name"]],false],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","content-list"],[9],[0,"\\n "],[7,"ol"],[11,"class","posts-list"],[9],[0,"\\n"],[4,"each",[[23,["postsInfinityModel"]]],null,{"statements":[[0," "],[1,[27,"gh-posts-list-item",null,[["post","onDoubleClick"],[[22,1,[]],[27,"action",[[22,0,[]],"openEditor"],null]]]],false],[0,"\\n"]],"parameters":[1]},{"statements":[[0," "],[7,"li"],[11,"class","no-posts-box"],[9],[0,"\\n "],[7,"div"],[11,"class","no-posts"],[9],[0,"\\n"],[4,"if",[[23,["showingAll"]]],null,{"statements":[[0," "],[7,"h3"],[9],[0,"You haven\'t created any pages yet!"],[10],[0,"\\n "],[4,"link-to",["editor.new","page"],null,{"statements":[[7,"button"],[11,"class","gh-btn gh-btn-green gh-btn-lg"],[11,"type","button"],[9],[7,"span"],[9],[0,"Create a new page"],[10],[10]],"parameters":[]},null],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"h3"],[9],[0,"No pages match the current filter"],[10],[0,"\\n "],[4,"link-to",["pages.index",[27,"query-params",null,[["type","author","tag"],[null,null,null]]]],null,{"statements":[[7,"button"],[11,"class","gh-btn gh-btn-lg"],[11,"type","button"],[9],[7,"span"],[9],[0,"Show all pages"],[10],[10]],"parameters":[]},null],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n\\n "],[1,[27,"gh-infinity-loader",null,[["infinityModel","scrollable","triggerOffset"],[[23,["postsInfinityModel"]],".gh-main",1000]]],false],[0,"\\n "],[10],[0,"\\n\\n "],[1,[21,"outlet"],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/pages.hbs"}})}),define("ghost-admin/templates/posts-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"wtQbvoEY",block:'{"symbols":["order","tag","author","type"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Your posts"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[4,"link-to",["editor.new","post"],[["class"],["gh-btn gh-btn-green"]],{"statements":[[7,"span"],[9],[0,"New post"],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-contentfilter"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter-left"],[9],[0,"\\n"],[4,"power-select",null,[["placeholder","selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","matchTriggerWidth"],["All posts",[23,["selectedType"]],[23,["availableTypes"]],"name",[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-type","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown",false]],{"statements":[[0," "],[1,[22,4,["name"]],false],[0,"\\n"]],"parameters":[4]},null],[0,"\\n"],[4,"unless",[[23,["session","user","isAuthorOrContributor"]]],null,{"statements":[[4,"power-select",null,[["placeholder","selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","matchTriggerWidth"],["All authors",[23,["selectedAuthor"]],[23,["availableAuthors"]],"name",[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-author","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown",false]],{"statements":[[0," "],[1,[22,3,["name"]],false],[0,"\\n"]],"parameters":[3]},null]],"parameters":[]},null],[0,"\\n"],[4,"power-select",null,[["placeholder","selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","searchPlaceholder","matchTriggerWidth"],["All tags",[23,["selectedTag"]],[23,["availableTags"]],"name",[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-tag","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","Search tags",false]],{"statements":[[0," "],[1,[22,2,["name"]],false],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter-right"],[9],[0,"\\n Sort by:\\n"],[4,"power-select",null,[["selected","options","searchEnabled","onchange","tagName","classNames","triggerClass","dropdownClass","horizontalPosition","matchTriggerWidth"],[[23,["selectedOrder"]],[23,["availableOrders"]],false,[27,"action",[[22,0,[]],[27,"mut",[[23,["k"]]],null]],null],"div","gh-contentfilter-menu gh-contentfilter-sort","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","right",false]],{"statements":[[0," "],[1,[22,1,["name"]],false],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/posts-loading.hbs"}})}),define("ghost-admin/templates/posts",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"FO4EPVCg",block:'{"symbols":["post","order","tag","author","type"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Your posts"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[4,"link-to",["editor.new","post"],[["class"],["gh-btn gh-btn-green"]],{"statements":[[7,"span"],[9],[0,"New post"],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-contentfilter-left"],[9],[0,"\\n"],[4,"unless",[[23,["session","user","isContributor"]]],null,{"statements":[[4,"power-select",null,[["selected","options","searchEnabled","onchange","tagName","classNames","triggerClass","dropdownClass","matchTriggerWidth"],[[23,["selectedType"]],[23,["availableTypes"]],false,[27,"action",[[22,0,[]],"changeType"],null],"div","gh-contentfilter-menu gh-contentfilter-type","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown",false]],{"statements":[[0," "],[1,[22,5,["name"]],false],[0,"\\n"]],"parameters":[5]},null]],"parameters":[]},null],[0,"\\n"],[4,"unless",[[23,["session","user","isAuthorOrContributor"]]],null,{"statements":[[4,"power-select",null,[["selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","searchPlaceholder","matchTriggerWidth"],[[23,["selectedAuthor"]],[23,["availableAuthors"]],"name",[27,"action",[[22,0,[]],"changeAuthor"],null],"div","gh-contentfilter-menu gh-contentfilter-author","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","Search authors",false]],{"statements":[[0," "],[1,[22,4,["name"]],false],[0,"\\n"]],"parameters":[4]},null]],"parameters":[]},null],[0,"\\n"],[4,"unless",[[23,["session","user","isContributor"]]],null,{"statements":[[4,"power-select",null,[["selected","options","searchField","onchange","tagName","classNames","triggerClass","dropdownClass","searchPlaceholder","matchTriggerWidth","optionsComponent"],[[23,["selectedTag"]],[23,["availableTags"]],"name",[27,"action",[[22,0,[]],"changeTag"],null],"div","gh-contentfilter-menu gh-contentfilter-tag","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","Search tags",false,"power-select-vertical-collection-options"]],{"statements":[[0," "],[1,[22,3,["name"]],false],[0,"\\n"]],"parameters":[3]},null]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-contentfilter-right"],[9],[0,"\\n Sort by:\\n"],[4,"power-select",null,[["selected","options","searchEnabled","onchange","tagName","classNames","triggerClass","dropdownClass","horizontalPosition","matchTriggerWidth"],[[23,["selectedOrder"]],[23,["availableOrders"]],false,[27,"action",[[22,0,[]],"changeOrder"],null],"div","gh-contentfilter-menu gh-contentfilter-sort","gh-contentfilter-menu-trigger","gh-contentfilter-menu-dropdown","right",false]],{"statements":[[0," "],[1,[22,2,["name"]],false],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","content-list"],[9],[0,"\\n "],[7,"ol"],[11,"class","posts-list"],[9],[0,"\\n"],[4,"each",[[23,["postsInfinityModel"]]],null,{"statements":[[0," "],[1,[27,"gh-posts-list-item",null,[["post","onDoubleClick"],[[22,1,[]],[27,"action",[[22,0,[]],"openEditor"],null]]]],false],[0,"\\n"]],"parameters":[1]},{"statements":[[0," "],[7,"li"],[11,"class","no-posts-box"],[9],[0,"\\n "],[7,"div"],[11,"class","no-posts"],[9],[0,"\\n"],[4,"if",[[23,["showingAll"]]],null,{"statements":[[0," "],[7,"h3"],[9],[0,"You haven\'t written any posts yet!"],[10],[0,"\\n "],[4,"link-to",["editor.new","post"],null,{"statements":[[7,"button"],[11,"class","gh-btn gh-btn-green gh-btn-lg"],[11,"type","button"],[9],[7,"span"],[9],[0,"Write a new Post"],[10],[10]],"parameters":[]},null],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"h3"],[9],[0,"No posts match the current filter"],[10],[0,"\\n "],[4,"link-to",["posts.index",[27,"query-params",null,[["type","author","tag"],[null,null,null]]]],null,{"statements":[[7,"button"],[11,"class","gh-btn gh-btn-lg"],[11,"type","button"],[9],[7,"span"],[9],[0,"Show all posts"],[10],[10]],"parameters":[]},null],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n\\n "],[1,[27,"gh-infinity-loader",null,[["infinityModel","scrollable","triggerOffset"],[[23,["postsInfinityModel"]],".gh-main",1000]]],false],[0,"\\n "],[10],[0,"\\n\\n "],[1,[21,"outlet"],false],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/posts.hbs"}})}),define("ghost-admin/templates/reset",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"58Wxdthb",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-flow"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-flow-content-wrap"],[9],[0,"\\n "],[7,"section"],[11,"class","gh-flow-content fade-in"],[9],[0,"\\n "],[7,"form"],[11,"id","reset"],[11,"class","gh-signin"],[11,"method","post"],[11,"novalidate","novalidate"],[3,"action",[[22,0,[]],"submit"],[["on"],["submit"]]],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"newPassword"]],{"statements":[[0," "],[7,"span"],[11,"class","gh-input-icon gh-icon-lock"],[9],[0,"\\n "],[1,[27,"svg-jar",["lock"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["type","name","placeholder","class","autocorrect","autofocus","value","input"],["password","newpassword","Password","password","off","autofocus",[27,"readonly",[[23,["newPassword"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["newPassword"]]],null]],[["value"],["target.value"]]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"ne2Password"]],{"statements":[[0," "],[7,"span"],[11,"class","gh-input-icon gh-icon-lock"],[9],[0,"\\n "],[1,[27,"svg-jar",["lock"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["type","name","placeholder","class","autocorrect","autofocus","value","input"],["password","ne2password","Confirm Password","password","off","autofocus",[27,"readonly",[[23,["ne2Password"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["ne2Password"]]],null]],[["value"],["target.value"]]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[1,[27,"gh-task-button",["Reset Password"],[["task","class","type","autoWidth"],[[23,["resetPassword"]],"gh-btn gh-btn-blue gh-btn-block gh-btn-icon","submit","false"]]],false],[0,"\\n "],[10],[0,"\\n\\n "],[7,"p"],[11,"class","main-error"],[9],[1,[21,"flowErrors"],false],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/reset.hbs"}})}),define("ghost-admin/templates/settings/code-injection-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"S20S70+e",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Code injection"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class","disabled"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon",true]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/code-injection-loading.hbs"}})}),define("ghost-admin/templates/settings/code-injection",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"m+cd3Vpq",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Code injection"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["showLeaveSettingsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveSettings"],null],[27,"action",[[22,0,[]],"toggleLeaveSettingsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-continer"],[9],[0,"\\n "],[7,"form"],[11,"id","settings-code"],[11,"novalidate","novalidate"],[9],[0,"\\n "],[7,"fieldset"],[9],[0,"\\n "],[7,"p"],[9],[0,"\\n Ghost allows you to inject code into the top and bottom of your theme files without editing them. This allows for quick modifications to insert useful things like tracking codes and meta tags.\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","form-group settings-code"],[9],[0,"\\n "],[7,"label"],[11,"for","ghost-head"],[9],[0,"Site Header"],[10],[0,"\\n "],[7,"p"],[9],[0,"Code here will be injected into the "],[7,"code"],[9],[0,"{{ghost_head}}"],[10],[0," tag on every page of the site"],[10],[0,"\\n "],[1,[27,"gh-cm-editor",[[23,["settings","codeinjectionHead"]]],[["id","class","name","type","update"],["ghost-head","gh-input settings-code-editor","codeInjection[ghost_head]","text",[27,"action",[[22,0,[]],[27,"mut",[[23,["settings","codeinjectionHead"]]],null]],null]]]],false],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","form-group settings-code"],[9],[0,"\\n "],[7,"label"],[11,"for","ghost-foot"],[9],[0,"Site Footer"],[10],[0,"\\n "],[7,"p"],[9],[0,"Code here will be injected into the "],[7,"code"],[9],[0,"{{ghost_foot}}"],[10],[0," tag on every page of the site"],[10],[0,"\\n "],[1,[27,"gh-cm-editor",[[23,["settings","codeinjectionFoot"]]],[["id","class","name","type","update"],["ghost-foot","gh-input settings-code-editor","codeInjection[ghost_foot]","text",[27,"action",[[22,0,[]],[27,"mut",[[23,["settings","codeinjectionFoot"]]],null]],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/code-injection.hbs"}})}),define("ghost-admin/templates/settings/design-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"IcZWoA1G",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Design"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class","disabled"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon",true]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/design-loading.hbs"}})}),define("ghost-admin/templates/settings/design",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"4OZVtuoo",block:'{"symbols":["navItem","index"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Design"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["showLeaveSettingsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveSettings"],null],[27,"action",[[22,0,[]],"toggleLeaveSettingsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Navigation"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-blognav-container"],[9],[0,"\\n "],[7,"form"],[11,"id","settings-navigation"],[11,"class","gh-blognav"],[11,"novalidate","novalidate"],[9],[0,"\\n"],[4,"sortable-objects",null,[["sortableObjectList","useSwap"],[[23,["settings","navigation"]],false]],{"statements":[[4,"each",[[23,["settings","navigation"]]],null,{"statements":[[4,"draggable-object",null,[["content","dragHandle","isSortable"],[[22,1,[]],".gh-blognav-grab",true]],{"statements":[[0," "],[1,[27,"gh-navitem",null,[["navItem","baseUrl","addItem","deleteItem","updateUrl","updateLabel"],[[22,1,[]],[23,["blogUrl"]],[27,"action",[[22,0,[]],"addNavItem"],null],[27,"action",[[22,0,[]],"deleteNavItem"],null],[27,"action",[[22,0,[]],"updateUrl"],null],[27,"action",[[22,0,[]],"updateLabel"],null]]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[1,2]},null]],"parameters":[]},null],[0," "],[1,[27,"gh-navitem",null,[["navItem","baseUrl","addItem","updateUrl"],[[23,["newNavItem"]],[23,["blogUrl"]],[27,"action",[[22,0,[]],"addNavItem"],null],[27,"action",[[22,0,[]],"updateUrl"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Theme Directory"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-theme-directory-container"],[9],[0,"\\n "],[7,"div"],[11,"class","theme-directory"],[9],[0,"\\n "],[7,"a"],[11,"class","td-item"],[11,"href","https://github.com/TryGhost/Massively"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","td-item-screenshot"],[9],[0,"\\n "],[7,"img"],[11,"style","object-fit:contain;"],[11,"src","assets/img/themes/massively-06edf00108429f7fb8e65f190fba34fe.jpg"],[11,"alt","Massively Theme"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-item-desc"],[9],[0,"\\n "],[7,"div"],[9],[0,"Massively "],[7,"span"],[9],[0,"— Free"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","td-item"],[11,"href","https://themeforest.net/item/nurui-multipurpose-ghost-blog-theme/22243886"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","td-item-screenshot"],[9],[0,"\\n "],[7,"img"],[11,"style","object-fit:contain;"],[11,"src","assets/img/themes/nurui-146ba228f415aa6dc073911c5eedd524.jpg"],[11,"alt","Nurui Theme"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-item-desc"],[9],[0,"\\n "],[7,"div"],[9],[0,"Nurui "],[7,"span"],[9],[0,"— Premium"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","td-item"],[11,"href","https://themeforest.net/item/pacific-big-bold-photographydriven-theme/19774541"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","td-item-screenshot"],[9],[0,"\\n "],[7,"img"],[11,"style","object-fit:contain;"],[11,"src","assets/img/themes/pacific-182fa717198992c893b4afd7b1dd1096.jpg"],[11,"alt","Pacific Theme"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-item-desc"],[9],[0,"\\n "],[7,"div"],[9],[0,"Pacific "],[7,"span"],[9],[0,"— Premium"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","td-item"],[11,"href","https://www.hauntedthemes.com/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","td-item-screenshot"],[9],[0,"\\n "],[7,"img"],[11,"style","object-fit:contain;"],[11,"src","assets/img/themes/farafra-800f5fbb100aaefbefe42e8f79fa3391.jpg"],[11,"alt","Farafra Theme"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-item-desc"],[9],[0,"\\n "],[7,"div"],[9],[0,"Farafra "],[7,"span"],[9],[0,"— Premium"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","td-item"],[11,"href","https://themeforest.net/item/valkyrie-a-highly-visual-ghost-blog/22576630"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","td-item-screenshot"],[9],[0,"\\n "],[7,"img"],[11,"style","object-fit:contain;"],[11,"src","assets/img/themes/valkyrie-3ce1c51ff5a8fb77494a97ee192f199a.jpg"],[11,"alt","Valkyrie Theme"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-item-desc"],[9],[0,"\\n "],[7,"div"],[9],[0,"Valkyrie "],[7,"span"],[9],[0,"— Premium"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","td-item"],[11,"href","https://themeforest.net/item/sente-magazine-ghost-blog-theme/21019644"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","td-item-screenshot"],[9],[0,"\\n "],[7,"img"],[11,"style","object-fit:contain;"],[11,"src","assets/img/themes/sente-3c2bd8202c626b11048c3bc6bddc250a.jpg"],[11,"alt","Sente Theme"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-item-desc"],[9],[0,"\\n "],[7,"div"],[9],[0,"Sente "],[7,"span"],[9],[0,"— Premium"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","td-cta"],[9],[0,"\\n "],[7,"a"],[11,"class","td-cta-box td-cta-marketplace"],[11,"href","https://marketplace.ghost.org"],[11,"target","_blank"],[11,"rel","noopener"],[9],[0,"\\n "],[7,"div"],[11,"class","td-cta-icon"],[9],[1,[27,"svg-jar",["store"],null],false],[10],[0,"\\n "],[7,"div"],[11,"class","td-cta-content-wrapper"],[9],[0,"\\n "],[7,"div"],[11,"class","td-cta-content"],[9],[0,"\\n "],[7,"h4"],[9],[0,"Theme Marketplace"],[10],[0,"\\n "],[7,"p"],[9],[0,"Explore a huge range of free and premium themes for Ghost with a range of design and layout options"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-cta-arrow"],[9],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","td-cta-box td-cta-docs"],[11,"href","https://docs.ghost.org/api/handlebars-themes/"],[11,"target","_blank"],[11,"rel","noopener"],[9],[0,"\\n "],[7,"div"],[11,"class","td-cta-icon"],[9],[1,[27,"svg-jar",["book-open"],null],false],[10],[0,"\\n "],[7,"div"],[11,"class","td-cta-content-wrapper"],[9],[0,"\\n "],[7,"div"],[11,"class","td-cta-content"],[9],[0,"\\n "],[7,"h4"],[9],[0,"Developer Docs"],[10],[0,"\\n "],[7,"p"],[9],[0,"Build your own custom Ghost theme from scratch using our comprehensive Handlebars.js SDK"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","td-cta-arrow"],[9],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Installed Themes"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-themes-container"],[9],[0,"\\n\\n "],[1,[27,"gh-theme-table",null,[["themes","activateTheme","downloadTheme","deleteTheme"],[[23,["themes"]],[27,"action",[[22,0,[]],"activateTheme"],null],[27,"action",[[22,0,[]],"downloadTheme"],null],[27,"action",[[22,0,[]],"deleteTheme"],null]]]],false],[0,"\\n\\n"],[4,"link-to",["settings.design.uploadtheme"],[["class"],["gh-btn gh-btn-green gh-themes-uploadbtn"]],{"statements":[[0," "],[7,"span"],[9],[0,"Upload a theme"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n\\n"],[4,"if",[[23,["showDeleteThemeModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-theme"],[["model","close","confirm","modifier"],[[27,"hash",null,[["theme","download"],[[23,["themeToDelete"]],[27,"action",[[22,0,[]],"downloadTheme",[23,["themeToDelete"]]],null]]]],[27,"action",[[22,0,[]],"hideDeleteThemeModal"],null],[27,"action",[[22,0,[]],"deleteTheme"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showThemeWarningsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["theme-warnings"],[["model","close","modifier"],[[27,"hash",null,[["title","warnings","errors","message","canActivate"],["Activation successful",[23,["themeWarnings"]],[23,["themeErrors"]],[23,["message"]],true]]],[27,"action",[[22,0,[]],"hideThemeWarningsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showThemeErrorsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["theme-warnings"],[["model","close","modifier"],[[27,"hash",null,[["title","errors","fatalErrors","canActivate"],["Activation failed",[23,["themeErrors"]],[23,["themeFatalErrors"]],false]]],[27,"action",[[22,0,[]],"hideThemeWarningsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[1,[21,"outlet"],false],[0,"\\n\\n"],[1,[27,"gh-tour-item",["upload-a-theme"],[["target","throbberAttachment","popoverTriangleClass"],[".gh-themes-uploadbtn","top middle","bottom"]]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/design.hbs"}})}),define("ghost-admin/templates/settings/design/uploadtheme",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"GYJT3LXU",block:'{"symbols":[],"statements":[[1,[27,"gh-fullscreen-modal",["upload-theme"],[["model","close","modifier"],[[27,"hash",null,[["themes","activate"],[[23,["themes"]],[27,"route-action",["activateTheme"],null]]]],[27,"route-action",["cancel"],null],"action wide"]]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/design/uploadtheme.hbs"}})}),define("ghost-admin/templates/settings/general-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"jv2oTMsZ",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"General"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",["Save settings"],[["task","class","disabled"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon",true]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/general-loading.hbs"}})}),define("ghost-admin/templates/settings/general",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"l3NwcqqG",block:'{"symbols":["uploader","error","uploader","error","uploader","error"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"General"],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",["Save settings"],[["task","class"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["showLeaveSettingsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveSettings"],null],[27,"action",[[22,0,[]],"toggleLeaveSettingsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Publication info"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Title & description"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"The details used to identify your publication around the web"],[10],[0,"\\n"],[4,"liquid-if",[[23,["pubInfoOpen"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["settings","errors"]],[23,["settings","hasValidated"]],"title"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["value","input","focus-out"],[[27,"readonly",[[23,["settings","title"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["settings","title"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","title"],[["target"],[[23,["settings"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["settings","errors"]],"title"]]],false],[0,"\\n "],[7,"p"],[9],[0,"The name of your site"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property","class"],[[23,["settings","errors"]],[23,["settings","hasValidated"]],"description","description-container"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["value","input","focus-out"],[[27,"readonly",[[23,["settings","description"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["settings","description"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","description"],[["target"],[[23,["settings"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["settings","errors"]],"description"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Used in your theme, meta data and search results"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-hover-blue"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"toggle",["pubInfoOpen",[22,0,[]]],null]]],[9],[7,"span"],[9],[1,[27,"if",[[23,["pubInfoOpen"]],"Close","Expand"],null],false],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Site timezone"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Set the time and date of your publication, used for all published posts"],[10],[0,"\\n"],[4,"liquid-if",[[23,["timezoneOpen"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n "],[1,[27,"gh-timezone-select",null,[["activeTimezone","availableTimezones","update"],[[23,["settings","activeTimezone"]],[23,["availableTimezones"]],[27,"action",[[22,0,[]],"setTimezone"],null]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-hover-blue"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"toggle",["timezoneOpen",[22,0,[]]],null]]],[9],[7,"span"],[9],[1,[27,"if",[[23,["timezoneOpen"]],"Close","Expand"],null],false],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Publication Language"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Set the language/locale which is used on your site"],[10],[0,"\\n"],[4,"liquid-if",[[23,["defaultLocaleOpen"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["settings","errors"]],[23,["settings","hasValidated"]],"defaultLocale"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["value","input","focus-out"],[[27,"readonly",[[23,["settings","defaultLocale"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["settings","defaultLocale"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","defaultLocale"],[["target"],[[23,["settings"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["settings","errors"]],"defaultLocale"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Default: English ("],[7,"strong"],[9],[0,"en"],[10],[0,"); you can add translation files to your theme for "],[7,"a"],[11,"href","https://docs.ghost.org/api/handlebars-themes/helpers/translate/"],[11,"target","_blank"],[11,"rel","noopener"],[9],[0,"any language"],[10],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-hover-blue"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"toggle",["defaultLocaleOpen",[22,0,[]]],null]]],[9],[7,"span"],[9],[1,[27,"if",[[23,["defaultLocaleOpen"]],"Close","Expand"],null],false],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Publication identity"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n"],[4,"gh-uploader",null,[["extensions","paramsHash","onComplete"],[[23,["iconExtensions"]],[27,"hash",null,[["purpose"],["icon"]]],[27,"action",[[22,0,[]],"imageUploaded","icon"],null]]],{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Publication icon"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"A square, social icon used in the UI of your publication, at least 60x60px"],[10],[0,"\\n"],[4,"each",[[22,5,["errors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-error"],[9],[1,[22,6,["message"]],false],[10],[0,"\\n"]],"parameters":[6]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action gh-setting-action-smallimg"],[9],[0,"\\n"],[4,"if",[[22,5,["isUploading"]]],null,{"statements":[[0," "],[1,[22,5,["progressBar"]],false],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["settings","icon"]]],null,{"statements":[[0," "],[7,"img"],[11,"class","blog-icon"],[12,"src",[28,[[23,["settings","icon"]]]]],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"alt","icon"],[9],[10],[0,"\\n "],[7,"button"],[11,"class","gh-setting-action-smallimg-delete"],[11,"type","button"],[3,"action",[[22,0,[]],"removeImage","icon"]],[9],[0,"\\n "],[7,"span"],[9],[0,"delete"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"button"],[11,"class","gh-btn gh-btn-hover-blue"],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"type","button"],[9],[0,"\\n "],[7,"span"],[9],[0,"Upload Image"],[10],[0,"\\n "],[10],[0,"\\n "]],"parameters":[]}]],"parameters":[]}],[0," "],[7,"div"],[11,"style","display:none"],[9],[0,"\\n "],[1,[27,"gh-file-input",null,[["multiple","action","accept"],[false,[22,5,["setFiles"]],[23,["iconMimeTypes"]]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[5]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n"],[4,"gh-uploader",null,[["extensions","onComplete"],[[23,["imageExtensions"]],[27,"action",[[22,0,[]],"imageUploaded","logo"],null]]],{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Publication logo"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"The primary logo for your brand displayed across your theme, should be transparent and at least 600px x 72px"],[10],[0,"\\n"],[4,"each",[[22,3,["errors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-error"],[9],[1,[22,4,["message"]],false],[10],[0,"\\n"]],"parameters":[4]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action gh-setting-action-smallimg"],[9],[0,"\\n"],[4,"if",[[22,3,["isUploading"]]],null,{"statements":[[0," "],[1,[22,3,["progressBar"]],false],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["settings","logo"]]],null,{"statements":[[0," "],[7,"img"],[11,"class","blog-logo"],[12,"src",[28,[[23,["settings","logo"]]]]],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"alt","logo"],[9],[10],[0,"\\n "],[7,"button"],[11,"class","gh-setting-action-smallimg-delete"],[11,"type","button"],[3,"action",[[22,0,[]],"removeImage","logo"]],[9],[0,"\\n "],[7,"span"],[9],[0,"delete"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"button"],[11,"class","gh-btn"],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"type","button"],[9],[0,"\\n "],[7,"span"],[9],[0,"Upload Image"],[10],[0,"\\n "],[10],[0,"\\n "]],"parameters":[]}]],"parameters":[]}],[0," "],[7,"div"],[11,"style","display:none"],[9],[0,"\\n "],[1,[27,"gh-file-input",null,[["multiple","action","accept"],[false,[22,3,["setFiles"]],[23,["imageMimeTypes"]]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[3]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n"],[4,"gh-uploader",null,[["extensions","onComplete"],[[23,["imageExtensions"]],[27,"action",[[22,0,[]],"imageUploaded","coverImage"],null]]],{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Publication cover"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"An optional large background image for your site"],[10],[0,"\\n"],[4,"each",[[22,1,["errors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-error"],[9],[1,[22,2,["message"]],false],[10],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action gh-setting-action-largeimg"],[9],[0,"\\n"],[4,"if",[[22,1,["isUploading"]]],null,{"statements":[[0," "],[1,[22,1,["progressBar"]],false],[0,"\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["settings","coverImage"]]],null,{"statements":[[0," "],[7,"img"],[11,"class","blog-cover"],[12,"src",[28,[[23,["settings","coverImage"]]]]],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"alt","cover photo"],[9],[10],[0,"\\n "],[7,"button"],[11,"class","gh-setting-action-largeimg-delete"],[11,"type","button"],[3,"action",[[22,0,[]],"removeImage","coverImage"]],[9],[0,"\\n "],[7,"span"],[9],[0,"delete"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"button"],[11,"class","gh-btn"],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"type","button"],[9],[0,"\\n "],[7,"span"],[9],[0,"Upload Image"],[10],[0,"\\n "],[10],[0,"\\n "]],"parameters":[]}]],"parameters":[]}],[0," "],[7,"div"],[11,"style","display:none"],[9],[0,"\\n "],[1,[27,"gh-file-input",null,[["multiple","action","accept"],[false,[22,1,["setFiles"]],[23,["imageMimeTypes"]]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Social accounts"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Social accounts"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Link your social accounts for full structured data and rich card support"],[10],[0,"\\n"],[4,"liquid-if",[[23,["socialOpen"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["settings","errors"]],[23,["settings","hasValidated"]],"facebook"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["type","placeholder","autocorrect","value","input","focus-out"],["url","https://www.facebook.com/ghost","off",[27,"readonly",[[23,["settings","facebook"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["_scratchFacebook"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validateFacebookUrl"],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["settings","errors"]],"facebook"]]],false],[0,"\\n "],[7,"p"],[9],[0,"URL of your publication\'s Facebook Page"],[10],[0,"\\n"]],"parameters":[]},null],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["settings","errors"]],[23,["settings","hasValidated"]],"twitter"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["type","placeholder","autocorrect","value","input","focus-out"],["url","https://twitter.com/tryghost","off",[27,"readonly",[[23,["settings","twitter"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["_scratchTwitter"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validateTwitterUrl"],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["settings","errors"]],"twitter"]]],false],[0,"\\n "],[7,"p"],[9],[0,"URL of your publication\'s Twitter profile"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-hover-blue"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"toggle",["socialOpen",[22,0,[]]],null]]],[9],[7,"span"],[9],[1,[27,"if",[[23,["socialOpen"]],"Close","Expand"],null],false],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Advanced settings"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Make this site private"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"\\n Enable protection with simple shared password. All search engine optimization and social features will be disabled.\\n\\n"],[4,"if",[[23,["settings","isPrivate"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","avoid-break-out"],[9],[0,"\\n "],[7,"br"],[9],[10],[7,"br"],[9],[10],[0,"\\n A private RSS feed is available at\\n "],[7,"a"],[12,"href",[28,[[21,"privateRSSUrl"]]]],[11,"target","_blank"],[11,"rel","noopener"],[9],[1,[21,"privateRSSUrl"],false],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n"],[4,"if",[[23,["settings","isPrivate"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["settings","errors"]],[23,["settings","hasValidated"]],"password"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["value","name","focus-out","input"],[[27,"readonly",[[23,["settings","password"]]],null],"general[password]",[27,"action",[[22,0,[]],"validate","password"],[["target"],[[23,["settings"]]]]],[27,"action",[[22,0,[]],[27,"mut",[[23,["settings","password"]]],null]],[["value"],["target.value"]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["settings","errors"]],"password"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Set the password for this site"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"div"],[11,"class","for-checkbox"],[9],[0,"\\n "],[7,"label"],[11,"class","checkbox"],[11,"for","settings-private"],[9],[0,"\\n "],[7,"input"],[12,"checked",[23,["settings","isPrivate"]]],[11,"id","settings-private"],[12,"onclick",[27,"action",[[22,0,[]],"toggleIsPrivate"],[["value"],["target.checked"]]]],[11,"type","checkbox"],[9],[10],[0,"\\n "],[7,"span"],[11,"class","input-toggle-component"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[1,[21,"outlet"],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/general.hbs"}})}),define("ghost-admin/templates/settings/integration-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"l/7z/MBb",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integration-loading.hbs"}})}),define("ghost-admin/templates/settings/integration",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"XV4iz2E7",block:'{"symbols":["webhook","uploader"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"form"],[11,"class","mb15"],[3,"action",[[22,0,[]],[27,"perform",["save"],null]],[["on"],["submit"]]],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n "],[1,[23,["integration","name"]],false],[0,"\\n "],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","flex"],[9],[0,"\\n "],[7,"div"],[11,"class","flex flex-column mr8 items-start"],[9],[0,"\\n "],[7,"label"],[9],[0,"Icon"],[10],[0,"\\n "],[7,"figure"],[11,"class","relative flex items-center h-100 ma0 br4 hide-child ba b--whitegrey-d2 pa8 mt1"],[12,"style",[21,"iconImageStyle"]],[9],[0,"\\n"],[4,"aspect-ratio-box",null,[["class","ratio","base"],["flex items-center h-100","1/1","height"]],{"statements":[[4,"unless",[[23,["integration","iconImage"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["integration"],[["class"],["w14 h14"]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0,"\\n"],[4,"gh-uploader",null,[["extensions","onComplete"],[[23,["imageExtensions"]],[27,"action",[[22,0,[]],"setIconImage"],null]]],{"statements":[[4,"if",[[22,2,["isUploading"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","absolute top-0 left-0 w-100 h-100 br4 bg-black-70 flex items-center"],[9],[0,"\\n "],[1,[22,2,["progressBar"]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"button"],[11,"class","child absolute top-0 left-0 w-100 h-100 br4 b white text-center bg-black-70 f8"],[11,"type","button"],[3,"action",[[22,0,[]],"triggerIconFileDialog"]],[9],[0,"\\n Upload\\n "],[10],[0,"\\n"]],"parameters":[]}],[0," "],[7,"div"],[11,"style","display:none"],[9],[0,"\\n "],[1,[27,"gh-file-input",null,[["name","multiple","action","accept"],["iconImage",false,[22,2,["setFiles"]],[23,["imageMimeTypes"]]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","flex-auto"],[9],[0,"\\n"],[4,"gh-validation-status-container",null,[["class","errors","hasValidated","property"],["flex flex-column w-100 mr3",[23,["integration","errors"]],[23,["integration","hasValidated"]],"name"]],{"statements":[[0," "],[7,"label"],[11,"for","integration_name"],[9],[0,"Name"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["id","class","type","value","input","focus-out"],["integration_name","gh-input mt1 mb1","text",[27,"readonly",[[23,["integration","name"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["integration","name"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","name"],[["target"],[[23,["integration"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property","class"],[[23,["integration","errors"]],"name","ma0"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-validation-status-container",null,[["class","errors","hasValidated","property"],["flex flex-column w-100 mr3",[23,["integration","errors"]],[23,["integration","hasValidated"]],"decription"]],{"statements":[[0," "],[7,"label"],[11,"for","integration_description"],[11,"class","mt3"],[9],[0,"Description"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["id","class","type","value","input","focus-out"],["integration_description","gh-input mt1","text",[27,"readonly",[[23,["integration","description"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["integration","description"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","description"],[["target"],[[23,["integration"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property","class"],[[23,["integration","errors"]],"description","ma0"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","m15 ba br3 b--lightgrey mt4"],[9],[0,"\\n "],[7,"table"],[11,"class","ma0"],[11,"style","table-layout: fixed"],[9],[0,"\\n "],[7,"tbody"],[9],[0,"\\n "],[7,"tr"],[11,"class","bb b--lightgrey"],[9],[0,"\\n "],[7,"td"],[11,"class","pa3 w50 fw7"],[9],[0,"Content API Key"],[10],[0,"\\n "],[7,"td"],[11,"class","pa0 truncate"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["pa3 relative truncate ",[27,"unless",[[23,["copyContentKey","isRunning"]],"hide-child"],null]]]],[9],[0,"\\n "],[7,"span"],[11,"class","midgrey"],[9],[0,"\\n "],[1,[22,0,["integration","contentKey","secret"]],false],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","absolute top-1 right-1"],[9],[0,"\\n "],[7,"div"],[11,"class","pt1 pr3 pb1 pl3 bg-black-70 child br3 f8 nudge-top--4 nudge-right--5"],[9],[0,"\\n "],[7,"button"],[11,"class","white fw4 flex items-center"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"perform",[[23,["copyContentKey"]]],null]]],[9],[0,"\\n"],[4,"if",[[23,["copyContentKey","isRunning"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],[["class"],["w3 v-mid mr2"]]],false],[0," Copied\\n"]],"parameters":[]},{"statements":[[0," Copy\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[11,"class","bb b--lightgrey"],[9],[0,"\\n "],[7,"td"],[11,"class","pa3 w50 fw7"],[9],[0,"Admin API Key"],[10],[0,"\\n "],[7,"td"],[11,"class","pa0"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["pa3 relative truncate ",[27,"unless",[[23,["copyAdminKey","isRunning"]],"hide-child"],null]]]],[9],[0,"\\n "],[7,"span"],[11,"class","midgrey"],[9],[0,"\\n "],[1,[22,0,["integration","adminKey","secret"]],false],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","absolute top-1 right-2"],[9],[0,"\\n "],[7,"div"],[11,"class","pt1 pr3 pb1 pl3 bg-black-70 child br3 f8 nudge-top--4 nudge-right--1"],[9],[0,"\\n "],[7,"button"],[11,"class","white fw4 flex items-center"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"perform",[[23,["copyAdminKey"]]],null]]],[9],[0,"\\n"],[4,"if",[[23,["copyAdminKey","isRunning"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],[["class"],["w3 v-mid mr2"]]],false],[0," Copied\\n"]],"parameters":[]},{"statements":[[0," Copy\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"td"],[11,"class","pa3 w50 fw7"],[9],[0,"API URL"],[10],[0,"\\n "],[7,"td"],[11,"class","pa0 truncate"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["pa3 relative truncate ",[27,"unless",[[23,["copyApiUrl","isRunning"]],"hide-child"],null]]]],[9],[0,"\\n "],[7,"span"],[11,"class","midgrey"],[9],[0,"\\n "],[1,[22,0,["apiUrl"]],false],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","absolute top-1 right-2"],[9],[0,"\\n "],[7,"div"],[11,"class","pt1 pr3 pb1 pl3 bg-black-70 child br3 f8 nudge-top--4 nudge-right--1"],[9],[0,"\\n "],[7,"button"],[11,"class","white fw4 flex items-center"],[11,"type","button"],[3,"action",[[22,0,[]],[27,"perform",[[23,["copyApiUrl"]]],null]]],[9],[0,"\\n"],[4,"if",[[23,["copyApiUrl","isRunning"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],[["class"],["w3 v-mid mr2"]]],false],[0," Copied\\n"]],"parameters":[]},{"statements":[[0," Copy\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"h4"],[11,"class","mt15 midgrey f7 fw4"],[9],[0,"Webhooks"],[10],[0,"\\n "],[7,"div"],[11,"class","ba br3 b--lightgrey mt4"],[9],[0,"\\n "],[7,"table"],[11,"class","ma0 w-100"],[9],[0,"\\n "],[7,"thead"],[9],[0,"\\n "],[7,"tr"],[9],[0,"\\n "],[7,"th"],[11,"class","pa2 pl3 midlightgrey fw4 f8 bg-whitegrey-l2 br3 br--top br--left fw6"],[9],[0,"Name"],[10],[0,"\\n "],[7,"th"],[11,"class","pa2 pl3 midlightgrey fw4 f8 bg-whitegrey-l2 br3 fw6"],[9],[0,"Event"],[10],[0,"\\n "],[7,"th"],[11,"class","pa2 pl3 midlightgrey fw4 f8 bg-whitegrey-l2 br3 fw6"],[9],[0,"URL"],[10],[0,"\\n "],[7,"th"],[11,"class","pa2 pl3 midlightgrey fw4 f8 bg-whitegrey-l2 br3 fw6"],[9],[0,"Last triggered"],[10],[0,"\\n "],[7,"th"],[11,"class","pa2 pl3 bg-whitegrey-l2 br3 br--top br--right"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"tbody"],[9],[0,"\\n"],[4,"each",[[23,["filteredWebhooks"]]],null,{"statements":[[0," "],[7,"tr"],[11,"class","hide-child bt b--whitegrey f7"],[9],[0,"\\n "],[7,"td"],[11,"class","pa2 pl3"],[9],[1,[22,1,["name"]],false],[10],[0,"\\n "],[7,"td"],[11,"class","pa2 pl3"],[9],[1,[27,"event-name",[[22,1,["event"]]],null],false],[10],[0,"\\n "],[7,"td"],[11,"class","pa2 pl3"],[9],[1,[22,1,["targetUrl"]],false],[10],[0,"\\n "],[7,"td"],[11,"class","pa2 pl3"],[9],[1,[27,"or",[[22,1,["lastTriggeredAtUTC"]],"Not triggered"],null],false],[10],[0,"\\n "],[7,"td"],[11,"class","w1 pa2 pl3 nowrap"],[9],[0,"\\n "],[7,"div"],[11,"class","child flex items-center"],[9],[0,"\\n"],[4,"link-to",["settings.integration.webhooks.edit",[23,["integration"]],[22,1,[]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["pen"],[["class"],["w6 h6 fill-midgrey pa1 mr1"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"button"],[3,"action",[[22,0,[]],"confirmWebhookDeletion",[22,1,[]]]],[9],[0,"\\n "],[1,[27,"svg-jar",["trash"],[["class"],["w6 fill-red pa1"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},{"statements":[[0," "],[7,"tr"],[11,"class","bt b--whitegrey"],[9],[0,"\\n "],[7,"td"],[11,"colspan","5"],[11,"class","pa5 pt15 pb15 tc midgrey f7"],[9],[0,"\\n "],[7,"div"],[11,"class","flex flex-column items-center"],[9],[0,"\\n "],[7,"p"],[11,"class","ma0 pa0 tc midgrey lh-title mt2"],[9],[0,"\\n No webhooks configured\\n "],[10],[0,"\\n"],[4,"link-to",["settings.integration.webhooks.new",[23,["integration"]]],[["classNames"],["flex items-center"]],{"statements":[[0," "],[7,"div"],[11,"class","flex items-center pa2 pt1"],[9],[0,"\\n "],[1,[27,"svg-jar",["add"],[["class"],["w3 h3 fill-blue-d1"]]],false],[0,"\\n "],[7,"span"],[11,"class","ml1 blue"],[9],[0,"Add webhook"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n"],[4,"if",[[23,["filteredWebhooks"]]],null,{"statements":[[0," "],[7,"tfoot"],[11,"class","bt b--lightgrey"],[9],[0,"\\n "],[7,"tr"],[11,"class","new-webhook-cell"],[9],[0,"\\n "],[7,"td"],[11,"colspan","5"],[9],[0,"\\n"],[4,"link-to",["settings.integration.webhooks.new",[23,["integration"]]],[["classNames"],["flex items-center"]],{"statements":[[0," "],[7,"div"],[11,"class","pa3 f7"],[9],[0,"\\n "],[1,[27,"svg-jar",["add"],[["class"],["w3 h3 fill-blue-d1"]]],false],[0,"\\n "],[7,"span"],[11,"class","ml1 blue"],[9],[0,"Add webhook"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-red gh-btn-icon mb15 mt15"],[3,"action",[[22,0,[]],"confirmIntegrationDeletion"]],[9],[0,"\\n "],[7,"span"],[9],[0," Delete Integration "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[4,"if",[[23,["showUnsavedChangesModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveScreen"],null],[27,"action",[[22,0,[]],"toggleUnsavedChangesModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showDeleteIntegrationModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-integration"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"deleteIntegration"],null],[27,"action",[[22,0,[]],"cancelIntegrationDeletion"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["webhookToDelete"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-webhook"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"deleteWebhook"],null],[27,"action",[[22,0,[]],"cancelWebhookDeletion"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[1,[21,"outlet"],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integration.hbs"}})}),define("ghost-admin/templates/settings/integration/webhooks/edit",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"WFngtvK8",block:'{"symbols":[],"statements":[[1,[27,"gh-fullscreen-modal",["webhook-form"],[["model","confirm","close","modifier"],[[23,["webhook"]],[27,"action",[[22,0,[]],"save"],null],[27,"action",[[22,0,[]],"cancel"],null],"action wide"]]],false]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integration/webhooks/edit.hbs"}})}),define("ghost-admin/templates/settings/integration/webhooks/new",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"nyoc5xVA",block:'{"symbols":[],"statements":[[1,[27,"gh-fullscreen-modal",["webhook-form"],[["model","confirm","close","modifier"],[[23,["webhook"]],[27,"action",[[22,0,[]],"save"],null],[27,"action",[[22,0,[]],"cancel"],null],"action wide"]]],false]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integration/webhooks/new.hbs"}})}) +define("ghost-admin/templates/settings/integrations",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"sBQMKz04",block:'{"symbols":["integration"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Integrations"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","integrations-directory"],[9],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/disqus/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-disqus"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;"],[11,"src","assets/img/disqus.svg"],[11,"alt","Disqus Icon"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"Disqus"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/google/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-analytics"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;padding:1px 0;"],[11,"src","assets/img/google-analytics-e05fc1327377939663407200d4978eba.png"],[11,"alt","Google Analytics Icon"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"Analytics"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/mailchimp/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-mailchimp"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;"],[11,"src","assets/img/mailchimp.svg"],[11,"alt","Mailchimp Icon"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"Mailchimp"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/typeform/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-typeform"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;"],[11,"src","assets/img/typeform.svg"],[11,"alt","Typeform Icon"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"Typeform"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/youtube/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-youtube"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;"],[11,"src","assets/img/youtube-dc46b87643b4c76816a5232b051ea558.png"],[11,"alt","YouTube Icon"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"YouTube"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/buffer/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-buffer"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;padding:1px 0;"],[11,"src","assets/img/buffer-db31f6b5dc27a298050e16312619c586.png"],[11,"alt","Buffer Icon"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"Buffer"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/revue/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-revue"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;padding:1px 0;"],[11,"src","assets/img/revue.svg"],[11,"alt","Revue Icon"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"Revue"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","id-item"],[11,"href","https://docs.ghost.org/integrations/"],[11,"target","_blank"],[11,"rel","noopener noreferrer"],[9],[0,"\\n "],[7,"div"],[11,"class","id-item-logo id-more"],[9],[0,"\\n "],[7,"img"],[11,"class","w-100 h-100"],[11,"style","object-fit:contain;padding:0 8px;"],[11,"src","assets/img/more-fe5480ab76c7be7aec28bcfe844f41c1.png"],[11,"alt","Three dots"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","f8 mt1"],[9],[0,"More"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","apps-grid-container"],[9],[0,"\\n\\n"],[0," "],[7,"span"],[11,"class","apps-grid-title pb2"],[9],[0,"Built-in integrations"],[10],[0,"\\n "],[7,"div"],[11,"class","apps-grid"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-grid-cell"],[9],[0,"\\n"],[4,"link-to",["settings.integrations.zapier"],null,{"statements":[[0," "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"figure"],[11,"class","apps-card-app-icon"],[11,"style","background-image:url(assets/img/zapiericon-b077c154cbdae65365e1cdc0d0f2ca92.png);background-size:45px;"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[0,"Zapier"],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[0,"Automation for your favourite apps"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-card-right"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-configured"],[9],[0,"\\n "],[7,"span"],[9],[0,"Configure"],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","apps-grid-cell"],[9],[0,"\\n"],[4,"link-to",["settings.integrations.slack"],null,{"statements":[[0," "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"figure"],[11,"class","apps-card-app-icon"],[11,"style","background-image:url(assets/img/slackicon-406aadea8994ca2ddee9c1d7157208db.png)"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[0,"Slack"],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[0,"A messaging app for teams"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-card-right"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-configured"],[9],[0,"\\n"],[4,"if",[[23,["settings","slack","isActive"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","green"],[9],[0,"Active"],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[9],[0,"Configure"],[10],[0,"\\n"]],"parameters":[]}],[0," "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","apps-grid-cell"],[9],[0,"\\n"],[4,"link-to",["settings.integrations.amp"],null,{"statements":[[0," "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"figure"],[11,"class","apps-card-app-icon"],[11,"style","background-image:url(assets/img/ampicon-f78b5fbcfe8aef04faef1af8e3f39a3a.png)"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[0,"AMP"],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[0,"Google Accelerated Mobile Pages"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-card-right"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-configured"],[9],[0,"\\n"],[4,"if",[[23,["settings","amp"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","green"],[9],[0,"Active"],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[9],[0,"Configure"],[10],[0,"\\n"]],"parameters":[]}],[0," "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","apps-grid-cell"],[9],[0,"\\n"],[4,"link-to",["settings.integrations.unsplash"],null,{"statements":[[0," "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"figure"],[11,"class","apps-card-app-icon"],[11,"style","background-image:url(assets/icons/unsplash.svg);background-size:38px;"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[0,"Unsplash"],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[0,"Beautiful, free photos"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-card-right"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-configured"],[9],[0,"\\n"],[4,"if",[[23,["settings","unsplash","isActive"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","green"],[9],[0,"Active"],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[9],[0,"Configure"],[10],[0,"\\n"]],"parameters":[]}],[0," "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","apps-grid-container pt6"],[9],[0,"\\n\\n "],[7,"span"],[11,"class","apps-grid-title pb2"],[9],[0,"Custom integrations"],[10],[0,"\\n "],[7,"div"],[11,"class","apps-grid"],[9],[0,"\\n"],[4,"each",[[23,["integrations"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","apps-grid-cell"],[9],[0,"\\n"],[4,"link-to",["settings.integration",[22,1,[]]],null,{"statements":[[0," "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"figure"],[11,"class","apps-card-app-icon flex items-center"],[12,"style",[27,"integration-icon-style",[[22,1,[]]],null]],[9],[0,"\\n"],[4,"unless",[[22,1,["iconImage"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["integration"],[["class"],["w-100 stroke-darkgrey"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[0,"\\n "],[1,[22,1,["name"]],false],[0,"\\n "],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[0,"\\n "],[1,[22,1,["description"]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-card-right"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-configured"],[9],[0,"\\n "],[7,"span"],[9],[0,"Configure"],[10],[0,"\\n "],[1,[27,"svg-jar",["arrow-right"],null],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[1]},{"statements":[[0," "],[7,"div"],[11,"class","flex flex-column justify-center items-center mih30 miw-100"],[9],[0,"\\n"],[4,"if",[[23,["fetchIntegrations","isRunning"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-loading-spinner"],[9],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"div"],[11,"class","flex flex-column items-center pa5 pt15 pb15"],[9],[0,"\\n "],[7,"p"],[11,"class","ma0 pa0 tc midgrey lh-title mt2"],[9],[0,"\\n Create your own custom Ghost integrations with dedicated API keys & webhooks\\n "],[10],[0,"\\n"],[4,"link-to",["settings.integrations.new"],[["class"],[""]],{"statements":[[0," "],[7,"div"],[11,"class","flex items-center pa2 pt1"],[9],[0,"\\n "],[1,[27,"svg-jar",["add"],[["class"],["w3 h3 fill-blue-d1"]]],false],[0,"\\n "],[7,"span"],[11,"class","db ml1 blue nudge-bottom--1"],[9],[0,"Add custom integration"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n"]],"parameters":[]}],[0,"\\n"],[4,"if",[[23,["integrations"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","apps-grid-cell new-integration-cell"],[9],[0,"\\n"],[4,"link-to",["settings.integrations.new"],[["class"],[""]],{"statements":[[0," "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","flex items-center"],[9],[0,"\\n "],[1,[27,"svg-jar",["add"],[["class"],["w3 h3 fill-blue-d1"]]],false],[0,"\\n "],[7,"span"],[11,"class","db ml1 blue nudge-bottom--1 fw4"],[9],[0,"Add custom integration"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[1,[21,"outlet"],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations.hbs"}})}),define("ghost-admin/templates/settings/integrations/amp-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"5h6RQKiE",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n AMP\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/amp-loading.hbs"}})}),define("ghost-admin/templates/settings/integrations/amp",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"/G/8wNce",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n AMP\\n "],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["showLeaveSettingsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveSettings"],null],[27,"action",[[22,0,[]],"toggleLeaveSettingsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n "],[7,"br"],[9],[10],[0,"\\n "],[7,"section"],[11,"class","app-grid"],[9],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"img"],[11,"class","app-icon"],[11,"src","assets/img/ampicon-f78b5fbcfe8aef04faef1af8e3f39a3a.png"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"h3"],[9],[0,"AMP"],[10],[0,"\\n "],[7,"p"],[9],[0,"Accelerated Mobile Pages"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"AMP configuration"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Enable AMP"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Enable "],[7,"a"],[11,"href","https://ampproject.org"],[11,"target","_blank"],[9],[0,"Google Accelerated Mobile Pages"],[10],[0," for your posts"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"div"],[11,"class","for-checkbox"],[9],[0,"\\n "],[7,"label"],[11,"for","amp"],[11,"class","checkbox"],[9],[0,"\\n "],[7,"input"],[12,"checked",[21,"ampSettings"]],[11,"id","amp"],[11,"name","amp"],[12,"onclick",[27,"action",[[22,0,[]],"update"],[["value"],["target.checked"]]]],[11,"type","checkbox"],[9],[10],[0,"\\n "],[7,"span"],[11,"class","input-toggle-component"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/amp.hbs"}})}),define("ghost-admin/templates/settings/integrations/new",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ogd4ulEF",block:'{"symbols":[],"statements":[[1,[27,"gh-fullscreen-modal",["new-integration"],[["model","confirm","close","modifier"],[[23,["integration"]],[27,"action",[[22,0,[]],"save"],null],[27,"action",[[22,0,[]],"cancel"],null],"action wide"]]],false]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/new.hbs"}})}),define("ghost-admin/templates/settings/integrations/slack-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"dRSBKF1M",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n Slack\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/slack-loading.hbs"}})}),define("ghost-admin/templates/settings/integrations/slack",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"2bDuQKMz",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n Slack\\n "],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["showLeaveSettingsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveSettings"],null],[27,"action",[[22,0,[]],"toggleLeaveSettingsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n "],[7,"br"],[9],[10],[0,"\\n "],[7,"section"],[11,"class","app-grid"],[9],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"img"],[11,"class","app-icon"],[11,"src","assets/img/slackicon-406aadea8994ca2ddee9c1d7157208db.png"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"h3"],[9],[0,"Slack"],[10],[0,"\\n "],[7,"p"],[9],[0,"A messaging app for teams"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"form"],[11,"class","app-config-form"],[11,"id","slack-settings"],[11,"novalidate","novalidate"],[3,"action",[[22,0,[]],"save"],[["on"],["submit"]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Slack configuration"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content gh-setting-content--no-action"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Webhook URL"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Automatically send newly published posts to a channel in Slack or any Slack-compatible service like Discord or Mattermost."],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["slackSettings","errors"]],[23,["slackSettings","hasValidated"]],"url"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["placeholder","name","value","input","keyEvents","focus-out"],["https://hooks.slack.com/services/...","slack[url]",[27,"readonly",[[23,["slackSettings","url"]]],null],[27,"action",[[22,0,[]],"updateURL"],[["value"],["target.value"]]],[27,"hash",null,[["Enter"],[[27,"action",[[22,0,[]],"save"],null]]]],[27,"action",[[22,0,[]],"triggerDirtyState"],null]]]],false],[0,"\\n"],[4,"unless",[[23,["slackSettings","errors","url"]]],null,{"statements":[[0," "],[7,"p"],[9],[0,"Set up a new incoming webhook "],[7,"a"],[11,"href","https://my.slack.com/apps/new/A0F7XDUAZ-incoming-webhooks"],[11,"target","_blank"],[9],[0,"here"],[10],[0,", and grab the URL."],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["slackSettings","errors"]],"url"]]],false],[0,"\\n"]],"parameters":[]}]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content gh-setting-content--no-action"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Username"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"The username to display messages from"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["slackSettings","errors"]],[23,["slackSettings","hasValidated"]],"username"]],{"statements":[[0," "],[1,[27,"gh-text-input",null,[["placeholder","name","value","input","keyEvents","focus-out"],["Ghost","slack[username]",[27,"readonly",[[23,["slackSettings","username"]]],null],[27,"action",[[22,0,[]],"updateUsername"],[["value"],["target.value"]]],[27,"hash",null,[["Enter"],[[27,"action",[[22,0,[]],"save"],null]]]],[27,"action",[[22,0,[]],"triggerDirtyState"],null]]]],false],[0,"\\n"],[4,"if",[[23,["slackSettings","errors","username"]]],null,{"statements":[[0," "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["slackSettings","errors"]],"username"]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[1,[27,"gh-task-button",["Send test notification"],[["task","successText","class","disabled"],[[23,["sendTestNotification"]],"Sent","gh-btn gh-btn-green gh-btn-icon",[23,["testNotificationDisabled"]]]]],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/slack.hbs"}})}),define("ghost-admin/templates/settings/integrations/unsplash-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"8w0nGjor",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n Unsplash\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/unsplash-loading.hbs"}})}),define("ghost-admin/templates/settings/integrations/unsplash",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"IzKnvKIW",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n Unsplash\\n "],[10],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[1,[27,"gh-task-button",null,[["task","class"],[[23,["save"]],"gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["showLeaveSettingsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveSettings"],null],[27,"action",[[22,0,[]],"toggleLeaveSettingsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n "],[7,"br"],[9],[10],[0,"\\n "],[7,"section"],[11,"class","app-grid"],[9],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"img"],[11,"class","app-icon"],[11,"src","assets/icons/unsplash.svg"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"h3"],[9],[0,"Unsplash"],[10],[0,"\\n "],[7,"p"],[9],[0,"Beautiful, free photos"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Unsplash configuration"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[11,"id","unsplash-toggle"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Enable Unsplash"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Enable "],[7,"a"],[11,"href","https://unsplash.com"],[11,"target","_blank"],[9],[0,"Unsplash"],[10],[0," image integration for your posts"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"div"],[11,"class","form-group right"],[9],[0,"\\n "],[7,"div"],[11,"class","for-checkbox"],[9],[0,"\\n "],[7,"label"],[11,"for","isActive"],[11,"class","checkbox"],[9],[0,"\\n "],[7,"input"],[12,"checked",[23,["unsplashSettings","isActive"]]],[11,"id","isActive"],[11,"name","isActive"],[12,"onclick",[27,"action",[[22,0,[]],"update"],[["value"],["target.checked"]]]],[11,"type","checkbox"],[9],[10],[0,"\\n "],[7,"span"],[11,"class","input-toggle-component"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/unsplash.hbs"}})}),define("ghost-admin/templates/settings/integrations/zapier",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"AXmcreIL",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["settings.integrations"],null,{"statements":[[0,"Integrations"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n Zapier\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n "],[7,"br"],[9],[10],[0,"\\n "],[7,"section"],[11,"class","app-grid"],[9],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"img"],[11,"class","app-icon"],[11,"src","assets/img/zapiericon-b077c154cbdae65365e1cdc0d0f2ca92.png"],[9],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","app-cell"],[9],[0,"\\n "],[7,"h3"],[9],[0,"Zapier"],[10],[0,"\\n "],[7,"p"],[9],[0,"Automation for your favourite apps"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Zapier configuration"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[11,"id","zapier-toggle"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content gh-setting-content--no-action"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Zapier Templates"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Explore pre-built templates for common automation tasks"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content-extended"],[9],[0,"\\n "],[7,"div"],[11,"id","zapier-templates"],[9],[0,"\\n"],[4,"unless",[[23,["isTesting"]]],null,{"statements":[[0," "],[7,"script"],[11,"src","https://zapier.com/apps/embed/widget.js?services=ghost&container=true&limit=10&html_id=zapier-templates"],[9],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/integrations/zapier.hbs"}})}),define("ghost-admin/templates/settings/labs-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"2KGUEnQV",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Labs"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/labs-loading.hbs"}})}),define("ghost-admin/templates/settings/labs",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"98/zV/wy",block:'{"symbols":["uploader","error","uploader","error","error"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Labs"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","view-container settings-debug"],[9],[0,"\\n "],[7,"p"],[11,"class","gh-box gh-box-info"],[9],[1,[27,"svg-jar",["idea"],null],false],[0,"This is a testing ground for experimental features which aren\'t quite ready for primetime. They may change, break or inexplicably disappear at any time."],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Migration options"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Import content"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Import posts from another Ghost installation"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"form"],[11,"id","settings-import"],[11,"enctype","multipart/form-data"],[9],[0,"\\n "],[1,[27,"gh-file-upload",null,[["id","classNames","uploadButtonText","onUpload","acceptEncoding"],["importfile","flex",[23,["uploadButtonText"]],[27,"action",[[22,0,[]],"onUpload"],null],[23,["importMimeType"]]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[23,["importErrors"]]],null,{"statements":[[0," "],[7,"div"],[12,"class",[28,["gh-import-errors ",[27,"if",[[23,["importSuccessful"]],"gh-import-errors-warning"],null]]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-import-errors-title"],[9],[0,"\\n"],[4,"if",[[23,["importSuccessful"]]],null,{"statements":[[0," Import successful with warnings\\n"]],"parameters":[]},{"statements":[[0," Import failed\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n\\n"],[4,"each",[[23,["importErrors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-import-error"],[9],[0,"\\n "],[7,"p"],[11,"class","gh-import-error-message"],[9],[0,"\\n "],[4,"if",[[22,5,["help"]]],null,{"statements":[[1,[22,5,["help"]],false],[0,": "]],"parameters":[]},null],[1,[22,5,["message"]],false],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[22,5,["context"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-import-error-entry"],[9],[0,"\\n "],[7,"pre"],[9],[1,[22,5,["context"]],false],[10],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[5]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Export your content"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Download all of your posts and settings in a single, glorious JSON file"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-hover-blue"],[11,"type","button"],[3,"action",[[22,0,[]],"downloadFile","db"]],[9],[7,"span"],[9],[0,"Export"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Delete all content"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Permanently delete all posts and tags from the database, a hard reset"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-hover-red js-delete"],[11,"type","button"],[3,"action",[[22,0,[]],"toggleDeleteAllModal"]],[9],[7,"span"],[9],[0,"Delete"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Testing tools"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Test email configuration"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Send yourself a test email to make sure everything is working"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[1,[27,"gh-task-button",["Send"],[["successText","task","class"],["Sent",[23,["sendTestEmail"]],"gh-btn gh-btn-hover-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-setting-header"],[9],[0,"Beta features"],[10],[0,"\\n"],[4,"if",[[27,"not-eq",[[23,["feature","labs","publicAPI"]],[26]],null]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Public API (deprecated)"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"⚠️ Please use the Content API instead, more info in "],[7,"a"],[11,"href","https://docs.ghost.org/api/content/"],[9],[0,"the docs"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"div"],[11,"class","for-checkbox"],[9],[1,[27,"gh-feature-flag",["publicAPI"],null],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Night shift"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Swap Ghost admin\'s colours to a dark background which is easy on the eyes"],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"div"],[11,"class","for-checkbox"],[9],[1,[27,"gh-feature-flag",["nightShift"],null],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-setting ",[27,"if",[[23,["feature","members"]],"gh-labs-disabled"],null]]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Subscribers"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Collect email addresses from your readers, more info in "],[7,"a"],[11,"href","https://docs.ghost.org/faq/enable-subscribers-feature/"],[9],[0,"the docs"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n"],[4,"if",[[23,["feature","members"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","for-checkbox"],[9],[1,[27,"gh-feature-flag",["subscribers","disabled"],null],false],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"div"],[11,"class","for-checkbox"],[9],[1,[27,"gh-feature-flag",["subscribers"],null],false],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["config","enableDeveloperExperiments"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Members"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Enable free or paid member registration. Restrict content by using "],[7,"span"],[11,"class","dib blue ba br2 b--blue pa1 pt0 pb0 tag-token--internal"],[9],[0,"#members"],[10],[0," hashtag on posts"],[10],[0,"\\n\\n"],[4,"liquid-if",[[23,["feature","labs","members"]]],[["class"],["nr20"]],{"statements":[[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-labs-toggle"],[11,"type","button"],[3,"action",[[22,0,[]],"toggleMemberConfig",""]],[9],[0,"\\n"],[4,"if",[[23,["showMemberConfig"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["arrow-down-small"],null],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[27,"svg-jar",["arrow-right-small"],null],false],[0,"\\n"]],"parameters":[]}],[0," Configure\\n "],[10],[0,"\\n\\n"],[4,"liquid-if",[[23,["showMemberConfig"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","flex nl2 nr2 mt5"],[9],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-publishmenu-radio ",[27,"if",[[27,"eq",[[23,["subscriptionSettings","isPaid"]],false],null],"active"],null]," flex-auto w-50 ba br4 b--whitegrey pa5 gh-labs-members-radio"]]],[3,"action",[[22,0,[]],"setSubscriptionSettings","isPaid",false],[["on"],["click"]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-button"],[9],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-label f3"],[9],[7,"span"],[11,"class","fw6 f7 darkgrey"],[9],[0,"Free"],[10],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-desc"],[9],[0,"Access to members-only posts require free user registration"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[12,"class",[28,["gh-publishmenu-radio ",[27,"if",[[27,"eq",[[23,["subscriptionSettings","isPaid"]],true],null],"active"],null]," flex-auto w-50 ba br4 b--whitegrey pa5 ml2 gh-labs-members-radio"]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-button"],[3,"action",[[22,0,[]],"setSubscriptionSettings","isPaid",true],[["on"],["click"]]],[9],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-content"],[9],[0,"\\n "],[7,"div"],[3,"action",[[22,0,[]],"setSubscriptionSettings","isPaid",true],[["on"],["click"]]],[9],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-label"],[9],[7,"span"],[11,"class","fw6 f7 darkgrey"],[9],[0,"Paid"],[10],[10],[0,"\\n "],[7,"div"],[11,"class","gh-publishmenu-radio-desc"],[9],[0,"Set up paid subscriptions using Stripe"],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"liquid-if",[[27,"eq",[[23,["subscriptionSettings","isPaid"]],true],null]],null,{"statements":[[0,"\\n "],[7,"div"],[11,"class","ba br4 b--whitegrey pa5 mt5 bg-whitegrey-l2"],[9],[0,"\\n "],[7,"div"],[11,"class","flex flex-column"],[9],[0,"\\n "],[7,"div"],[11,"class","flex"],[9],[0,"\\n "],[7,"div"],[11,"class","w-50 mr2"],[9],[0,"\\n "],[7,"label"],[11,"class","fw6"],[9],[0,"Stripe publishable API key"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","input","class","placeholder"],[[27,"readonly",[[23,["subscriptionSettings","stripeConfig","public_token"]]],null],[27,"action",[[22,0,[]],"setSubscriptionSettings","public_token"],null],"mt1","pk_..."]]],false],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","w-50 ml2"],[9],[0,"\\n "],[7,"label"],[11,"class","fw6"],[9],[0,"Stripe secret API key"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","input","class","placeholder"],[[27,"readonly",[[23,["subscriptionSettings","stripeConfig","secret_token"]]],null],[27,"action",[[22,0,[]],"setSubscriptionSettings","secret_token"],null],"mt1","sk_..."]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"a"],[11,"href","https://stripe.com/docs/keys"],[11,"target","_blank"],[11,"class","mt1 self-end fw3"],[9],[0,"How to find Stripe API keys"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","mt4 flex nb5"],[9],[0,"\\n "],[7,"div"],[11,"class","w-50 mr2"],[9],[0,"\\n"],[4,"gh-form-group",null,null,{"statements":[[0," "],[7,"label"],[11,"class","fw6"],[9],[0,"Monthly price"],[10],[0,"\\n "],[7,"div"],[11,"class","mt1 relative gh-labs-price-label gh-labs-monthly-price"],[9],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","type","input"],[[27,"readonly",[[23,["subscriptionSettings","stripeConfig","plans","monthly","dollarAmount"]]],null],"number",[27,"action",[[22,0,[]],"setSubscriptionSettings","month"],null]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","w-50 ml2"],[9],[0,"\\n"],[4,"gh-form-group",null,[["class"],["description-container"]],{"statements":[[0," "],[7,"label"],[11,"class","fw6"],[9],[0,"Yearly price"],[10],[0,"\\n "],[7,"div"],[11,"class","mt1 relative gh-labs-price-label gh-labs-yearly-price"],[9],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","type","input"],[[27,"readonly",[[23,["subscriptionSettings","stripeConfig","plans","yearly","dollarAmount"]]],null],"number",[27,"action",[[22,0,[]],"setSubscriptionSettings","year"],null]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","mb5 mt5"],[9],[0,"\\n "],[1,[27,"gh-task-button",["Save"],[["task","successText","runningText","class"],[[23,["saveSettings"]],"Saved","Saving","gh-btn gh-btn-blue gh-btn-icon"]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[9],[0,"\\n "],[7,"div"],[11,"class","for-checkbox"],[9],[1,[27,"gh-feature-flag",["members"],null],false],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n"],[4,"gh-uploader",null,[["extensions","uploadUrl","paramName","onUploadSuccess","onUploadFailure"],[[23,["jsonExtension"]],"/redirects/json/","redirects",[27,"perform",[[23,["redirectUploadResult"]],true],null],[27,"perform",[[23,["redirectUploadResult"]],false],null]]],{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Redirects"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Configure redirects for old or moved content, more info in "],[7,"a"],[11,"href","https://docs.ghost.org/tutorials/implementing-redirects/"],[9],[0,"the docs"],[10],[10],[0,"\\n"],[4,"each",[[22,3,["errors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-error"],[9],[1,[22,4,["message"]],false],[10],[0,"\\n"]],"parameters":[4]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[11,"style","display: flex; flex-direction: column"],[9],[0,"\\n"],[4,"if",[[22,3,["isUploading"]]],null,{"statements":[[0," "],[1,[22,3,["progressBar"]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"button"],[12,"class",[28,["gh-btn gh-btn-icon ",[27,"if",[[23,["redirectSuccess"]],"gh-btn-green"],null]," ",[27,"if",[[23,["redirectFailure"]],"gh-btn-red"],null]]]],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"type","button"],[9],[0,"\\n "],[7,"span"],[9],[0,"\\n"],[4,"if",[[23,["redirectSuccess"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],null],false],[0," Uploaded\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["redirectFailure"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["retry"],null],false],[0," Upload Failed\\n"]],"parameters":[]},{"statements":[[0," Upload redirects JSON\\n "]],"parameters":[]}]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"span"],[9],[7,"a"],[11,"href","#"],[3,"action",[[22,0,[]],"downloadFile","redirects/json"]],[9],[0,"Download current redirects"],[10],[10],[0,"\\n"]],"parameters":[]}],[0,"\\n "],[7,"div"],[11,"style","display:none"],[9],[0,"\\n "],[1,[27,"gh-file-input",null,[["multiple","action","accept"],[false,[22,3,["setFiles"]],[23,["jsonMimeType"]]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[3]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting"],[9],[0,"\\n"],[4,"gh-uploader",null,[["extensions","uploadUrl","paramName","onUploadSuccess","onUploadFailure"],[[23,["yamlExtension"]],"/settings/routes/yaml/","routes",[27,"perform",[[23,["routesUploadResult"]],true],null],[27,"perform",[[23,["routesUploadResult"]],false],null]]],{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-content"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-setting-title"],[9],[0,"Routes"],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-desc"],[9],[0,"Configure dynamic routing by modifying the routes.yaml file"],[10],[0,"\\n"],[4,"each",[[22,1,["errors"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","gh-setting-error"],[9],[1,[22,2,["message"]],false],[10],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-setting-action"],[11,"style","display: flex; flex-direction: column"],[9],[0,"\\n"],[4,"if",[[22,1,["isUploading"]]],null,{"statements":[[0," "],[1,[22,1,["progressBar"]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"button"],[12,"class",[28,["gh-btn gh-btn-icon ",[27,"if",[[23,["routesSuccess"]],"gh-btn-green"],null]," ",[27,"if",[[23,["routesFailure"]],"gh-btn-red"],null]]]],[12,"onclick",[27,"action",[[22,0,[]],"triggerFileDialog"],null]],[11,"type","button"],[9],[0,"\\n "],[7,"span"],[9],[0,"\\n"],[4,"if",[[23,["routesSuccess"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],null],false],[0," Uploaded\\n"]],"parameters":[]},{"statements":[[4,"if",[[23,["routesFailure"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["retry"],null],false],[0," Upload Failed\\n"]],"parameters":[]},{"statements":[[0," Upload routes YAML\\n "]],"parameters":[]}]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"span"],[9],[7,"a"],[11,"href","#"],[3,"action",[[22,0,[]],"downloadFile","settings/routes/yaml"]],[9],[0,"Download current routes.yml"],[10],[10],[0,"\\n"]],"parameters":[]}],[0,"\\n "],[7,"div"],[11,"style","display:none"],[9],[0,"\\n "],[1,[27,"gh-file-input",null,[["multiple","action","accept"],[false,[22,1,["setFiles"]],[23,["yamlMimeType"]]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[4,"if",[[23,["showDeleteAllModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-all"],[["close","modifier"],[[27,"action",[[22,0,[]],"toggleDeleteAllModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/labs.hbs"}})}),define("ghost-admin/templates/settings/tags-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"bB0wb3Tj",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-view"],[9],[0,"\\n "],[7,"header"],[11,"class","view-header"],[9],[0,"\\n "],[4,"gh-view-title",null,null,{"statements":[[7,"span"],[9],[0,"Tags"],[10]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[4,"link-to",["settings.tags.new"],[["class"],["gh-btn gh-btn-green"]],{"statements":[[7,"span"],[9],[0,"New Tag"],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/tags-loading.hbs"}})}),define("ghost-admin/templates/settings/tags",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"0E3GYxfz",block:'{"symbols":["container","tag"],"statements":[[7,"section"],[11,"class","gh-view"],[9],[0,"\\n "],[7,"header"],[11,"class","view-header"],[9],[0,"\\n "],[4,"gh-view-title",null,null,{"statements":[[7,"span"],[9],[0,"Tags"],[10]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[4,"link-to",["settings.tags.new"],[["class"],["gh-btn gh-btn-green"]],{"statements":[[7,"span"],[9],[0,"New Tag"],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"gh-tags-management-container",null,[["tags","selectedTag","enteredMobile","leftMobile"],[[23,["tags"]],[23,["selectedTag"]],"enteredMobile",[27,"action",[[22,0,[]],"leftMobile"],null]]],{"statements":[[0," "],[7,"div"],[11,"class","tag-list"],[9],[0,"\\n "],[7,"section"],[12,"class",[28,["tag-list-content settings-tags ",[27,"if",[[23,["tagListFocused"]],"keyboard-focused"],null]]]],[9],[0,"\\n"],[4,"vertical-collection",[[23,["sortedTags"]]],[["estimateHeight","minHeight","bufferSize","containerSelector"],[16,67,5,".tag-list"]],{"statements":[[0," "],[1,[27,"gh-tag",null,[["tag"],[[22,2,[]]]]],false],[0,"\\n"]],"parameters":[2]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"section"],[12,"class",[28,["settings-menu-container tag-settings ",[27,"if",[[23,["tagContentFocused"]],"keyboard-focused"],null]," ",[27,"if",[[22,1,["displaySettingsPane"]],"tag-settings-in"],null]]]],[9],[0,"\\n "],[1,[21,"outlet"],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[1]},null],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/tags.hbs"}})}),define("ghost-admin/templates/settings/tags/index",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"83jHcua+",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","no-posts-box"],[9],[0,"\\n "],[7,"div"],[11,"class","no-posts"],[9],[0,"\\n "],[7,"h3"],[9],[0,"You haven\'t added any tags yet!"],[10],[0,"\\n "],[4,"link-to",["settings.tags.new"],null,{"statements":[[7,"button"],[11,"class","gh-btn gh-btn-green btn-lg"],[11,"title","New Tag"],[11,"type","button"],[9],[7,"span"],[9],[0,"Add a tag"],[10],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/tags/index.hbs"}})}),define("ghost-admin/templates/settings/tags/tag",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"ReUmaPVG",block:'{"symbols":[],"statements":[[1,[27,"gh-tag-settings-form",null,[["tag","setProperty","showDeleteTagModal"],[[23,["tag"]],[27,"action",[[22,0,[]],"setProperty"],null],[27,"action",[[22,0,[]],"toggleDeleteTagModal"],null]]]],false],[0,"\\n\\n"],[4,"if",[[23,["showDeleteTagModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-tag"],[["model","confirm","close","modifier"],[[23,["tag"]],[27,"action",[[22,0,[]],"deleteTag"],null],[27,"action",[[22,0,[]],"toggleDeleteTagModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/settings/tags/tag.hbs"}})}),define("ghost-admin/templates/setup",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"3EmJI8Ho",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-flow"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-flow-head"],[9],[0,"\\n "],[7,"nav"],[11,"class","gh-flow-nav"],[9],[0,"\\n"],[4,"if",[[23,["showBackLink"]]],null,{"statements":[[0," "],[4,"link-to",[[23,["backRoute"]]],[["classNames"],["gh-flow-back"]],{"statements":[[1,[27,"svg-jar",["arrow-left-small"],null],false],[0," Back"]],"parameters":[]},null],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"ol"],[9],[0,"\\n"],[4,"gh-activating-list-item",null,[["route","linkClasses"],["setup.one","step"]],{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],null],false],[7,"span"],[11,"class","num"],[9],[0,"1"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"li"],[11,"class","divider"],[9],[10],[0,"\\n"],[4,"gh-activating-list-item",null,[["route","linkClasses"],["setup.two","step"]],{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],null],false],[7,"span"],[11,"class","num"],[9],[0,"2"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[7,"li"],[11,"class","divider"],[9],[10],[0,"\\n"],[4,"gh-activating-list-item",null,[["route","linkClasses"],["setup.three","step"]],{"statements":[[0," "],[1,[27,"svg-jar",["check-circle"],null],false],[7,"span"],[11,"class","num"],[9],[0,"3"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","gh-flow-content-wrap"],[9],[0,"\\n "],[7,"section"],[11,"class","gh-flow-content"],[9],[0,"\\n "],[1,[21,"outlet"],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/setup.hbs"}})}),define("ghost-admin/templates/setup/one",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"AALgo/1o",block:'{"symbols":[],"statements":[[7,"header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Welcome to "],[7,"strong"],[9],[0,"Ghost"],[10],[0,"!"],[10],[0,"\\n "],[7,"p"],[9],[0,"All over the world, people have started "],[7,"em"],[9],[1,[21,"gh-download-count"],false],[10],[0," incredible sites with Ghost. Today, we’re starting yours."],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"figure"],[11,"class","gh-flow-screenshot"],[9],[0,"\\n "],[7,"img"],[11,"src","assets/img/install-welcome-ff3912d18bf8949df89c83b1c3b8bb66.png"],[11,"alt","Ghost screenshot"],[9],[10],[0,"\\n"],[10],[0,"\\n\\n"],[4,"link-to",["setup.two"],[["classNames"],["gh-btn gh-btn-green gh-btn-lg gh-btn-icon gh-btn-icon-right"]],{"statements":[[0," "],[7,"span"],[9],[0,"Create your account "],[1,[27,"svg-jar",["arrow-right-small"],null],false],[10],[0,"\\n"]],"parameters":[]},null]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/setup/one.hbs"}})}),define("ghost-admin/templates/setup/three",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"0wo435jE",block:'{"symbols":["task"],"statements":[[7,"header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Invite staff users"],[10],[0,"\\n "],[7,"p"],[9],[0,"Ghost works best when shared with others. Collaborate, get feedback on your posts & work together on ideas."],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"div"],[9],[7,"img"],[11,"class","gh-flow-faces"],[11,"src","assets/img/users-33427addfe0f11c78b42cccaf83be073.png"],[11,"alt",""],[9],[10],[10],[0,"\\n\\n"],[7,"form"],[11,"class","gh-flow-invite"],[3,"action",[[22,0,[]],"invite"],[["on"],["submit"]]],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"users"]],{"statements":[[0," "],[7,"label"],[11,"for","users"],[9],[0,"Enter one email address per line, we’ll handle the rest! "],[1,[27,"svg-jar",["email"],null],false],[10],[0,"\\n "],[1,[27,"gh-textarea",null,[["name","required","value","input","focus-out"],["users","required",[27,"readonly",[[23,["users"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["users"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate"],null]]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-task-button",null,[["task","type","successClass","failureClass","class"],[[23,["invite"]],"submit","","",[27,"concat",["gh-btn"," ","gh-btn-default"," ","gh-btn-lg"," ","gh-btn-block"," ",[27,"if",[[23,["buttonClass"]],[27,"-normalize-class",["buttonClass",[23,["buttonClass"]]],null]],null]," "],null]]],{"statements":[[0," "],[7,"span"],[9],[0,"\\n"],[4,"if",[[22,1,["isRunning"]]],null,{"statements":[[0," "],[1,[27,"svg-jar",["spinner"],[["class"],["no-margin"]]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[1,[21,"buttonText"],false],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n"]],"parameters":[1]},null],[10],[0,"\\n\\n"],[7,"button"],[11,"class","gh-flow-skip"],[3,"action",[[22,0,[]],"skipInvite"]],[9],[0,"\\n I\'ll do this later, take me to my site!\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/setup/three.hbs"}})}),define("ghost-admin/templates/setup/two",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"NaEe4d6G",block:'{"symbols":["task"],"statements":[[7,"header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Create your account"],[10],[0,"\\n"],[10],[0,"\\n\\n"],[7,"form"],[11,"id","setup"],[11,"class","gh-flow-create"],[9],[0,"\\n "],[1,[27,"gh-profile-image",null,[["email","setImage"],[[23,["email"]],[27,"action",[[22,0,[]],"setImage"],null]]]],false],[0,"\\n\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"blogTitle"]],{"statements":[[0," "],[7,"label"],[11,"for","blog-title"],[9],[0,"Blog title"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-content"],[9],[0,"\\n "],[1,[27,"svg-jar",["content"],null],false],[0,"\\n "],[1,[27,"gh-trim-focus-input",null,[["tabindex","type","id","name","placeholder","autocorrect","value","input","focus-out"],["1","text","blog-title","blog-title","Eg. The Daily Awesome","off",[27,"readonly",[[23,["blogTitle"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["blogTitle"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"preValidate","blogTitle"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["errors"]],"blogTitle"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"name"]],{"statements":[[0," "],[7,"label"],[11,"for","name"],[9],[0,"Full name"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-user"],[9],[0,"\\n "],[1,[27,"svg-jar",["user-circle"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["tabindex","id","name","placeholder","autocorrect","autocomplete","value","input","focus-out"],["2","name","name","Eg. John H. Watson","off","name",[27,"readonly",[[23,["name"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["name"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"preValidate","name"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["errors"]],"name"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"email"]],{"statements":[[0," "],[7,"label"],[11,"for","email"],[9],[0,"Email address"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-mail"],[9],[0,"\\n "],[1,[27,"svg-jar",["email"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["tabindex","type","id","name","placeholder","autocorrect","autocomplete","value","input","focus-out"],["3","email","email","email","Eg. john@example.com","off","username email",[27,"readonly",[[23,["email"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["email"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"preValidate","email"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["errors"]],"email"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["errors"]],[23,["hasValidated"]],"password"]],{"statements":[[0," "],[7,"label"],[11,"for","password"],[9],[0,"Password"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-lock"],[9],[0,"\\n "],[1,[27,"svg-jar",["lock"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["tabindex","type","id","name","placeholder","autocorrect","autocomplete","value","input","focus-out"],["4","password","password","password","At least 10 characters","off","new-password",[27,"readonly",[[23,["password"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["password"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"preValidate","password"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["errors"]],"password"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-task-button",null,[["task","type","tabindex","class"],[[23,["setup"]],"submit","5","gh-btn gh-btn-green gh-btn-lg gh-btn-block gh-btn-icon"]],{"statements":[[4,"if",[[22,1,["isRunning"]]],null,{"statements":[[0," "],[7,"span"],[9],[1,[27,"svg-jar",["spinner"],[["class"],["gh-icon-spinner gh-btn-icon-no-margin"]]],false],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[9],[0,"Last step: Invite staff users "],[1,[27,"svg-jar",["arrow-right-small"],[["class"],["gh-btn-icon-right"]]],false],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[1]},null],[10],[0,"\\n\\n"],[7,"p"],[11,"class","main-error"],[9],[1,[21,"flowErrors"],false],[0," "],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/setup/two.hbs"}})}),define("ghost-admin/templates/signin",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"JGM/dSfM",block:'{"symbols":["task"],"statements":[[7,"div"],[11,"class","gh-flow"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-flow-content-wrap"],[9],[0,"\\n "],[7,"section"],[11,"class","gh-flow-content"],[9],[0,"\\n "],[7,"form"],[11,"id","login"],[11,"method","post"],[11,"class","gh-signin"],[11,"novalidate","novalidate"],[3,"action",[[22,0,[]],"authenticate"],[["on"],["submit"]]],[9],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["signin","errors"]],[23,["hasValidated"]],"identification"]],{"statements":[[0," "],[7,"span"],[11,"class","gh-input-icon gh-icon-mail"],[9],[0,"\\n "],[1,[27,"svg-jar",["email"],null],false],[0,"\\n "],[1,[27,"gh-trim-focus-input",null,[["class","type","placeholder","name","autocapitalize","autocorrect","autocomplete","tabindex","value","input","focus-out"],["email","email","Email Address","identification","off","off","username","1",[27,"readonly",[[23,["signin","identification"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["signin","identification"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","identification"],null]]]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["signin","errors"]],[23,["hasValidated"]],"password"]],{"statements":[[0," "],[7,"span"],[11,"class","gh-input-icon gh-icon-lock forgotten-wrap"],[9],[0,"\\n "],[1,[27,"svg-jar",["lock"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["class","type","placeholder","name","tabindex","autocomplete","autocorrect","value","input"],["password","password","Password","password","2","current-password","off",[27,"readonly",[[23,["signin","password"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["signin","password"]]],null]],[["value"],["target.value"]]]]]],false],[0,"\\n\\n"],[4,"gh-task-button",null,[["task","class","tabindex","type","successClass","failureClass"],[[23,["forgotten"]],"forgotten-link gh-btn gh-btn-link gh-btn-icon","4","button","",""]],{"statements":[[0," "],[7,"span"],[9],[4,"if",[[22,1,["isRunning"]]],null,{"statements":[[1,[27,"svg-jar",["spinner"],[["class"],["gh-spinner"]]],false]],"parameters":[]},{"statements":[[0,"Forgot?"]],"parameters":[]}],[10],[0,"\\n"]],"parameters":[1]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[1,[27,"gh-task-button",["Sign in"],[["task","class","type","tabindex"],[[23,["validateAndAuthenticate"]],"login gh-btn gh-btn-blue gh-btn-block gh-btn-icon","submit","3"]]],false],[0,"\\n "],[10],[0,"\\n\\n "],[7,"p"],[11,"class","main-error"],[9],[1,[27,"if",[[23,["flowErrors"]],[23,["flowErrors"]]],null],false],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/signin.hbs"}})}),define("ghost-admin/templates/signup",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"o32Li5Mp",block:'{"symbols":[],"statements":[[7,"div"],[11,"class","gh-flow"],[9],[0,"\\n\\n "],[7,"div"],[11,"class","gh-flow-content-wrap"],[9],[0,"\\n "],[7,"section"],[11,"class","gh-flow-content"],[9],[0,"\\n "],[7,"header"],[9],[0,"\\n "],[7,"h1"],[9],[0,"Create your account"],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"form"],[11,"id","signup"],[11,"class","gh-flow-create"],[11,"method","post"],[11,"novalidate","novalidate"],[12,"onsubmit",[27,"action",[[22,0,[]],"submit"],null]],[9],[0,"\\n "],[1,[27,"gh-profile-image",null,[["email","setImage"],[[23,["signupDetails","email"]],[27,"action",[[22,0,[]],"setImage"],null]]]],false],[0,"\\n\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["signupDetails","errors"]],[23,["signupDetails","hasValidated"]],"name"]],{"statements":[[0," "],[7,"label"],[11,"for","name"],[9],[0,"Full name"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-user"],[9],[0,"\\n "],[1,[27,"svg-jar",["user-circle"],null],false],[0,"\\n "],[1,[27,"gh-trim-focus-input",null,[["tabindex","type","id","name","placeholder","autocorrect","autocomplete","value","input","focus-out"],["1","text","display-name","display-name","Eg. John H. Watson","off","name",[27,"readonly",[[23,["signupDetails","name"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["signupDetails","name"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","name"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["signupDetails","errors"]],"name"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["signupDetails","errors"]],[23,["signupDetails","hasValidated"]],"email"]],{"statements":[[0," "],[7,"label"],[11,"for","email"],[9],[0,"Email address"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-mail"],[9],[0,"\\n "],[1,[27,"svg-jar",["email"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["tabindex","type","id","name","placeholder","autocorrect","autocomplete","value","input","focus-out"],["2","text","username","username","Eg. john@example.com","off","username email",[27,"readonly",[[23,["signupDetails","email"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["signupDetails","email"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","email"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["signupDetails","errors"]],"email"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["signupDetails","errors"]],[23,["signupDetails","hasValidated"]],"password"]],{"statements":[[0," "],[7,"label"],[11,"for","password"],[9],[0,"Password"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-input-icon gh-icon-lock"],[9],[0,"\\n "],[1,[27,"svg-jar",["lock"],null],false],[0,"\\n "],[1,[27,"gh-text-input",null,[["tabindex","type","id","name","placeholder","autocorrect","autocomplete","value","input","focus-out"],["3","password","password","password","At least 10 characters","off","new-password",[27,"readonly",[[23,["signupDetails","password"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["signupDetails","password"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","password"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["signupDetails","errors"]],"password"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[1,[27,"gh-task-button",["Create Account"],[["type","form","defaultClick","runningText","task","class","tabindex"],["submit","signup",true,"Creating",[23,["signup"]],"gh-btn gh-btn-green gh-btn-lg gh-btn-block gh-btn-icon","3"]]],false],[0,"\\n\\n "],[7,"p"],[11,"class","main-error"],[9],[1,[27,"if",[[23,["flowErrors"]],[23,["flowErrors"]]],null],false],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/signup.hbs"}})}),define("ghost-admin/templates/staff/index",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"cLH9A8/e",block:'{"symbols":["user","component","user","component","component","invite","component"],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Staff users"],[10],[0,"\\n"],[4,"unless",[[23,["currentUser","isAuthorOrContributor"]]],null,{"statements":[[0," "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-green"],[3,"action",[[22,0,[]],"toggleInviteUserModal"]],[9],[7,"span"],[9],[0,"Invite people"],[10],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n"],[4,"if",[[23,["showInviteUserModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["invite-new-user"],[["close","modifier"],[[27,"action",[[22,0,[]],"toggleInviteUserModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","gh-team"],[9],[0,"\\n"],[4,"unless",[[23,["currentUser","isAuthorOrContributor"]]],null,{"statements":[[4,"if",[[23,["invites"]]],null,{"statements":[[0," "],[7,"section"],[11,"class","apps-grid-container gh-invited-users"],[9],[0,"\\n "],[7,"span"],[11,"class","apps-grid-title"],[9],[0,"Invited users"],[10],[0,"\\n "],[7,"div"],[11,"class","apps-grid"],[9],[0,"\\n\\n"],[4,"each",[[23,["sortedInvites"]]],null,{"statements":[[4,"gh-user-invited",null,[["invite","reload"],[[22,6,[]],[27,"route-action",["reload"],null]]],{"statements":[[0," "],[7,"div"],[11,"class","apps-grid-cell"],[9],[0,"\\n "],[7,"article"],[11,"class","apps-card-app"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-card-left"],[9],[0,"\\n "],[7,"span"],[11,"class","user-list-item-icon"],[9],[1,[27,"svg-jar",["email"],null],false],[0,"ic"],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-meta"],[9],[0,"\\n "],[7,"h3"],[11,"class","apps-card-app-title"],[9],[1,[22,6,["email"]],false],[10],[0,"\\n "],[7,"p"],[11,"class","apps-card-app-desc"],[9],[0,"\\n"],[4,"if",[[22,6,["pending"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","description-error"],[9],[0,"\\n Invitation not sent - please try again\\n "],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[11,"class","description"],[9],[0,"\\n Invitation sent: "],[1,[22,7,["createdAt"]],false],[0,",\\n "],[1,[27,"if",[[22,7,["isExpired"]],"expired","expires"],null],false],[0," "],[1,[22,7,["expiresAt"]],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[7,"div"],[11,"class","apps-card-right"],[9],[0,"\\n "],[7,"div"],[11,"class","apps-configured"],[9],[0,"\\n"],[4,"if",[[22,7,["isSending"]]],null,{"statements":[[0," "],[7,"span"],[9],[0,"Sending Invite..."],[10],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"a"],[11,"class","apps-configured-action red-hover"],[11,"href","#revoke"],[3,"action",[[22,0,[]],"revoke"],[["target"],[[22,7,[]]]]],[9],[0,"\\n Revoke\\n "],[10],[0,"\\n "],[7,"a"],[11,"class","apps-configured-action green-hover"],[11,"href","#resend"],[3,"action",[[22,0,[]],"resend"],[["target"],[[22,7,[]]]]],[9],[0,"\\n Resend\\n "],[10],[0,"\\n\\n "],[7,"span"],[12,"class",[28,["apps-configured-action gh-badge ",[22,6,["role","lowerCaseName"]]]]],[9],[1,[22,6,["role","name"]],false],[10],[0,"\\n"]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[7]},null]],"parameters":[6]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","apps-grid-container gh-active-users"],[9],[0,"\\n "],[7,"span"],[11,"class","apps-grid-title"],[9],[0,"Active users"],[10],[0,"\\n "],[7,"div"],[11,"class","apps-grid"],[9],[0,"\\n"],[4,"if",[[23,["currentUser","isAuthorOrContributor"]]],null,{"statements":[[4,"gh-user-active",null,[["user"],[[23,["currentUser"]]]],{"statements":[[0," "],[1,[27,"gh-user-list-item",null,[["user","component"],[[23,["currentUser"]],[22,5,[]]]]],false],[0,"\\n"]],"parameters":[5]},null]],"parameters":[]},{"statements":[[4,"vertical-collection",[[23,["sortedActiveUsers"]]],[["key","containerSelector","estimateHeight"],["id",".gh-main",75]],{"statements":[[4,"gh-user-active",null,[["user"],[[22,3,[]]]],{"statements":[[0," "],[1,[27,"gh-user-list-item",null,[["user","component"],[[22,3,[]],[22,4,[]]]]],false],[0,"\\n"]],"parameters":[4]},null]],"parameters":[3]},null]],"parameters":[]}],[0," "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n"],[4,"if",[[27,"and",[[23,["suspendedUsers"]],[27,"not",[[23,["currentUser","isAuthorOrContributor"]]],null]],null]],null,{"statements":[[0," "],[7,"section"],[11,"class","apps-grid-container gh-active-users"],[9],[0,"\\n "],[7,"span"],[11,"class","apps-grid-title"],[9],[0,"Suspended users"],[10],[0,"\\n "],[7,"div"],[11,"class","apps-grid"],[9],[0,"\\n"],[4,"each",[[23,["sortedSuspendedUsers"]]],[["key"],["id"]],{"statements":[[4,"gh-user-active",null,[["user"],[[22,1,[]]]],{"statements":[[0," "],[1,[27,"gh-user-list-item",null,[["user","component"],[[22,1,[]],[22,2,[]]]]],false],[0,"\\n"]],"parameters":[2]},null]],"parameters":[1]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/staff/index.hbs"}})}),define("ghost-admin/templates/staff/user-loading",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"3RIhmSI5",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["staff"],null,{"statements":[[0,"Staff"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n "],[1,[23,["user","name"]],false],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n "],[7,"div"],[11,"class","gh-btn gh-btn-blue"],[9],[7,"span"],[9],[0,"Save"],[10],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gh-content"],[9],[0,"\\n "],[1,[21,"gh-loading-spinner"],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/staff/user-loading.hbs"}})}),define("ghost-admin/templates/staff/user",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"Mv2DzBQ1",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"\\n "],[4,"link-to",["staff"],null,{"statements":[[0,"Staff"]],"parameters":[]},null],[0,"\\n "],[7,"span"],[9],[1,[27,"svg-jar",["arrow-right"],null],false],[10],[0,"\\n "],[1,[23,["user","name"]],false],[0,"\\n\\n"],[4,"if",[[23,["user","isSuspended"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","gh-badge suspended"],[9],[0,"Suspended"],[10],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n"],[4,"if",[[23,["showLeaveSettingsModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["leave-settings"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"leaveSettings"],null],[27,"action",[[22,0,[]],"toggleLeaveSettingsModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"section"],[11,"class","view-actions"],[9],[0,"\\n"],[4,"if",[[23,["userActionsAreVisible"]]],null,{"statements":[[0," "],[7,"span"],[11,"class","dropdown"],[9],[0,"\\n"],[4,"gh-dropdown-button",null,[["dropdownName","classNames","title"],["user-actions-menu","gh-btn gh-btn-default gh-btn-icon only-has-icon user-actions-cog","User Actions"]],{"statements":[[0," "],[7,"span"],[9],[0,"\\n "],[1,[27,"svg-jar",["settings"],null],false],[0,"\\n "],[7,"span"],[11,"class","hidden"],[9],[0,"User Settings"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"gh-dropdown",null,[["name","tagName","classNames"],["user-actions-menu","ul","user-actions-menu dropdown-menu dropdown-triangle-top-right"]],{"statements":[[4,"if",[[23,["canMakeOwner"]]],null,{"statements":[[0," "],[7,"li"],[9],[0,"\\n "],[7,"button"],[3,"action",[[22,0,[]],"toggleTransferOwnerModal"]],[9],[0,"\\n Make Owner\\n "],[10],[0,"\\n"],[4,"if",[[23,["showTransferOwnerModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["transfer-owner"],[["confirm","close","modifier"],[[27,"action",[[22,0,[]],"transferOwnership"],null],[27,"action",[[22,0,[]],"toggleTransferOwnerModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[4,"if",[[23,["deleteUserActionIsVisible"]]],null,{"statements":[[0," "],[7,"li"],[9],[0,"\\n "],[7,"button"],[11,"class","delete"],[3,"action",[[22,0,[]],"toggleDeleteUserModal"]],[9],[0,"\\n Delete User\\n "],[10],[0,"\\n "],[10],[0,"\\n"],[4,"if",[[23,["user","isActive"]]],null,{"statements":[[0," "],[7,"li"],[9],[0,"\\n "],[7,"button"],[11,"class","suspend"],[3,"action",[[22,0,[]],"toggleSuspendUserModal"]],[9],[0,"\\n Suspend User\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[4,"if",[[23,["user","isSuspended"]]],null,{"statements":[[0," "],[7,"li"],[9],[0,"\\n "],[7,"button"],[11,"class","unsuspend"],[3,"action",[[22,0,[]],"toggleUnsuspendUserModal"]],[9],[0,"\\n Un-suspend User\\n "],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null]],"parameters":[]},null],[0," "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[1,[27,"gh-task-button",null,[["class","task"],["gh-btn gh-btn-blue gh-btn-icon",[23,["save"]]]]],false],[0,"\\n\\n"],[4,"if",[[23,["showDeleteUserModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-user"],[["model","confirm","close","modifier"],[[23,["user"]],[27,"action",[[22,0,[]],"deleteUser"],null],[27,"action",[[22,0,[]],"toggleDeleteUserModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showSuspendUserModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["suspend-user"],[["model","confirm","close","modifier"],[[23,["user"]],[27,"action",[[22,0,[]],"suspendUser"],null],[27,"action",[[22,0,[]],"toggleSuspendUserModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["showUnsuspendUserModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["unsuspend-user"],[["model","confirm","close","modifier"],[[23,["user"]],[27,"action",[[22,0,[]],"unsuspendUser"],null],[27,"action",[[22,0,[]],"toggleUnsuspendUserModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"div"],[11,"class","gm-main view-container settings-user"],[9],[0,"\\n "],[7,"form"],[11,"class","user-profile"],[11,"novalidate","novalidate"],[11,"autocomplete","off"],[3,"action",[[22,0,[]],[27,"perform",[[23,["save"]]],null]],[["on"],["submit"]]],[9],[0,"\\n\\n "],[7,"figure"],[11,"class","user-cover"],[12,"style",[27,"background-image-style",[[23,["user","coverImageUrl"]]],null]],[9],[0,"\\n "],[7,"button"],[11,"class","gh-btn gh-btn-default user-cover-edit"],[11,"type","button"],[3,"action",[[22,0,[]],"toggleUploadCoverModal"]],[9],[7,"span"],[9],[0,"Change Cover"],[10],[10],[0,"\\n"],[4,"if",[[23,["showUploadCoverModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["upload-image"],[["model","close","modifier"],[[27,"hash",null,[["model","imageProperty"],[[23,["user"]],"coverImage"]]],[27,"action",[[22,0,[]],"toggleUploadCoverModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[7,"figure"],[11,"class","user-image bg-whitegrey"],[9],[0,"\\n "],[7,"div"],[11,"id","user-image"],[11,"class","img"],[12,"style",[27,"background-image-style",[[23,["user","profileImageUrl"]]],null]],[9],[7,"span"],[11,"class","hidden"],[9],[1,[23,["user","name"]],false],[0,"\\"s Picture"],[10],[10],[0,"\\n "],[7,"button"],[11,"class","edit-user-image"],[11,"type","button"],[3,"action",[[22,0,[]],"toggleUploadImageModal"]],[9],[0,"Edit Picture"],[10],[0,"\\n"],[4,"if",[[23,["showUploadImageModal"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["upload-image"],[["model","close","modifier"],[[27,"hash",null,[["model","imageProperty","paramsHash"],[[23,["user"]],"profileImage",[27,"hash",null,[["purpose"],["profile_image"]]]]]],[27,"action",[[22,0,[]],"toggleUploadImageModal"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n\\n "],[7,"fieldset"],[11,"class","user-details-bottom"],[9],[0,"\\n\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property","class"],[[23,["user","errors"]],[23,["user","hasValidated"]],"name","first-form-group"]],{"statements":[[0," "],[7,"label"],[11,"for","user-name"],[9],[0,"Full Name"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["id","class","placeholder","autocorrect","value","input","focus-out"],["user-name","user-name","Full Name","off",[27,"readonly",[[23,["user","name"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["user","name"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","name"],[["target"],[[23,["user"]]]]]]]],false],[0,"\\n"],[4,"if",[[23,["user","errors","name"]]],null,{"statements":[[0," "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"name"]]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"p"],[9],[0,"Use your real name so people can recognise you"],[10],[0,"\\n"]],"parameters":[]}]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"slug"]],{"statements":[[0," "],[7,"label"],[11,"for","user-slug"],[9],[0,"Slug"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["class","id","name","placeholder","selectOnClick","autocorrect","value","input","focus-out"],["user-name","user-slug","user","Slug","true","off",[27,"readonly",[[23,["slugValue"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["slugValue"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],[27,"perform",[[23,["updateSlug"]],[23,["slugValue"]]],null]],null]]]],false],[0,"\\n "],[7,"p"],[9],[1,[21,"gh-blog-url"],false],[0,"/author/"],[1,[21,"slugValue"],false],[10],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"slug"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"email"]],{"statements":[[0," "],[7,"label"],[11,"for","user-email"],[9],[0,"Email"],[10],[0,"\\n"],[4,"if",[[23,["canChangeEmail"]]],null,{"statements":[[0," "],[1,[27,"gh-text-input",null,[["type","id","name","placeholder","autocapitalize","autocorrect","autocomplete","value","input","focus-out"],["email","user-email","email","Email Address","off","off","off",[27,"readonly",[[23,["user","email"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["user","email"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","email"],[["target"],[[23,["user"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"email"]]],false],[0,"\\n"]],"parameters":[]},{"statements":[[0," "],[7,"span"],[9],[1,[23,["user","email"]],false],[10],[0,"\\n"]],"parameters":[]}],[0," "],[7,"p"],[9],[0,"Used for notifications"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"if",[[23,["rolesDropdownIsVisible"]]],null,{"statements":[[0," "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[7,"label"],[11,"for","user-role"],[9],[0,"Role"],[10],[0,"\\n "],[7,"span"],[11,"class","gh-select"],[11,"tabindex","0"],[9],[0,"\\n "],[1,[27,"one-way-select",null,[["id","options","optionValuePath","optionLabelPath","value","update"],["new-user-role",[23,["roles"]],"id","name",[23,["user","role"]],[27,"action",[[22,0,[]],"changeRole"],null]]]],false],[0,"\\n "],[10],[0,"\\n "],[7,"p"],[9],[0,"What permissions should this user have?"],[10],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"location"]],{"statements":[[0," "],[7,"label"],[11,"for","user-location"],[9],[0,"Location"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["id","value","input","focus-out"],["user-location",[27,"readonly",[[23,["user","location"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["user","location"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","location"],[["target"],[[23,["user"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"location"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Where in the world do you live?"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"website"]],{"statements":[[0," "],[7,"label"],[11,"for","user-website"],[9],[0,"Website"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["type","id","autocapitalize","autocorrect","autocomplete","value","input","focus-out"],["url","user-website","off","off","off",[27,"readonly",[[23,["user","website"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["user","website"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","website"],[["target"],[[23,["user"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"website"]]],false],[0,"\\n "],[7,"p"],[9],[0,"Have a website or blog other than this one? Link it!"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"facebook"]],{"statements":[[0," "],[7,"label"],[11,"for","user-facebook"],[9],[0,"Facebook Profile"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["type","placeholder","autocorrect","id","name","value","input","focus-out"],["url","https://www.facebook.com/username","off","user-facebook","user[facebook]",[27,"readonly",[[23,["user","facebook"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["_scratchFacebook"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validateFacebookUrl"],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"facebook"]]],false],[0,"\\n "],[7,"p"],[9],[0,"URL of your personal Facebook Profile"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"twitter"]],{"statements":[[0," "],[7,"label"],[11,"for","user-twitter"],[9],[0,"Twitter Profile"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["type","placeholder","autocorrect","id","name","value","input","focus-out"],["url","https://twitter.com/username","off","user-twitter","user[twitter]",[27,"readonly",[[23,["user","twitter"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["_scratchTwitter"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validateTwitterUrl"],null]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"twitter"]]],false],[0,"\\n "],[7,"p"],[9],[0,"URL of your personal Twitter profile"],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property","class"],[[23,["user","errors"]],[23,["user","hasValidated"]],"bio","bio-container"]],{"statements":[[0," "],[7,"label"],[11,"for","user-bio"],[9],[0,"Bio"],[10],[0,"\\n "],[1,[27,"gh-textarea",null,[["id","value","input","focus-out"],["user-bio",[27,"readonly",[[23,["user","bio"]]],null],[27,"action",[[22,0,[]],[27,"mut",[[23,["user","bio"]]],null]],[["value"],["target.value"]]],[27,"action",[[22,0,[]],"validate","bio"],[["target"],[[23,["user"]]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"bio"]]],false],[0,"\\n "],[7,"p"],[9],[0,"\\n Write about you, in 200 characters or less.\\n "],[1,[27,"gh-count-characters",[[23,["user","bio"]]],null],false],[0,"\\n "],[10],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"hr"],[9],[10],[0,"\\n\\n "],[10],[0,"\\n\\n "],[10],[0," "],[0,"\\n\\n"],[4,"if",[[23,["canChangePassword"]]],null,{"statements":[[0," "],[7,"form"],[11,"id","password-reset"],[11,"class","user-profile"],[11,"novalidate","novalidate"],[11,"autocomplete","off"],[3,"action",[[22,0,[]],[27,"perform",[[23,["user","saveNewPassword"]]],null]],[["on"],["submit"]]],[9],[0,"\\n "],[7,"fieldset"],[9],[0,"\\n"],[4,"if",[[23,["isOwnProfile"]]],null,{"statements":[[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"password"]],{"statements":[[0," "],[7,"label"],[11,"for","user-password-old"],[9],[0,"Old Password"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["type","id","autocomplete","value","input","keyEvents"],["password","user-password-old","current-password",[27,"readonly",[[23,["user","password"]]],null],[27,"action",[[22,0,[]],"updatePassword"],[["value"],["target.value"]]],[27,"hash",null,[["Enter"],[[27,"action",[[22,0,[]],[27,"perform",[[23,["user","saveNewPassword"]]],null]],null]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"password"]]],false],[0,"\\n"]],"parameters":[]},null]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"newPassword"]],{"statements":[[0," "],[7,"label"],[11,"for","user-password-new"],[9],[0,"New Password"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","type","autocomplete","id","input","keyEvents"],[[27,"readonly",[[23,["user","newPassword"]]],null],"password","new-password","user-password-new",[27,"action",[[22,0,[]],"updateNewPassword"],[["value"],["target.value"]]],[27,"hash",null,[["Enter"],[[27,"action",[[22,0,[]],[27,"perform",[[23,["user","saveNewPassword"]]],null]],null]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"newPassword"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[4,"gh-form-group",null,[["errors","hasValidated","property"],[[23,["user","errors"]],[23,["user","hasValidated"]],"ne2Password"]],{"statements":[[0," "],[7,"label"],[11,"for","user-new-password-verification"],[9],[0,"Verify Password"],[10],[0,"\\n "],[1,[27,"gh-text-input",null,[["value","type","id","input","keyEvents"],[[27,"readonly",[[23,["user","ne2Password"]]],null],"password","user-new-password-verification",[27,"action",[[22,0,[]],"updateNe2Password"],[["value"],["target.value"]]],[27,"hash",null,[["Enter"],[[27,"action",[[22,0,[]],[27,"perform",[[23,["user","saveNewPassword"]]],null]],null]]]]]]],false],[0,"\\n "],[1,[27,"gh-error-message",null,[["errors","property"],[[23,["user","errors"]],"ne2Password"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n "],[7,"div"],[11,"class","form-group"],[9],[0,"\\n "],[1,[27,"gh-task-button",["Change Password"],[["class","task"],["gh-btn gh-btn-red gh-btn-icon button-change-password",[23,["user","saveNewPassword"]]]]],false],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n "],[10],[0," "],[0,"\\n"]],"parameters":[]},null],[0," "],[10],[0,"\\n"],[10],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/staff/user.hbs"}})}),define("ghost-admin/templates/subscribers",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"OepGfOLD",block:'{"symbols":[],"statements":[[7,"section"],[11,"class","gh-canvas"],[9],[0,"\\n "],[7,"header"],[11,"class","gh-canvas-header"],[9],[0,"\\n "],[7,"h2"],[11,"class","gh-canvas-title"],[9],[0,"Subscribers "],[7,"span"],[11,"style","font-weight:200;margin-left:10px;display:inline-block;"],[9],[0," ("],[1,[21,"total"],false],[0,")"],[10],[10],[0,"\\n "],[7,"div"],[11,"class","view-actions"],[9],[0,"\\n "],[4,"link-to",["subscribers.import"],[["class"],["gh-btn gh-btn-hover-green"]],{"statements":[[7,"span"],[9],[0,"Import CSV"],[10]],"parameters":[]},null],[0,"\\n "],[7,"a"],[11,"href","#"],[11,"class","gh-btn gh-btn-hover-blue"],[3,"action",[[22,0,[]],"exportData"]],[9],[7,"span"],[9],[0,"Export CSV"],[10],[10],[0,"\\n "],[4,"link-to",["subscribers.new"],[["class"],["gh-btn gh-btn-green"]],{"statements":[[7,"span"],[9],[0,"Add Subscriber"],[10]],"parameters":[]},null],[0,"\\n "],[10],[0,"\\n "],[10],[0,"\\n\\n "],[7,"section"],[11,"class","view-container"],[9],[0,"\\n "],[1,[27,"gh-subscribers-table",null,[["table","isLoading","loadNextPage","sortByColumn","delete"],[[23,["table"]],[23,["isLoading"]],[27,"action",[[22,0,[]],"loadNextPage"],null],[27,"action",[[22,0,[]],"sortByColumn"],null],[27,"action",[[22,0,[]],"deleteSubscriber"],null]]]],false],[0,"\\n "],[10],[0,"\\n"],[10],[0,"\\n\\n"],[4,"if",[[23,["subscriberToDelete"]]],null,{"statements":[[0," "],[1,[27,"gh-fullscreen-modal",["delete-subscriber"],[["model","confirm","close","modifier"],[[23,["subscriberToDelete"]],[27,"action",[[22,0,[]],"confirmDeleteSubscriber"],null],[27,"action",[[22,0,[]],"cancelDeleteSubscriber"],null],"action wide"]]],false],[0,"\\n"]],"parameters":[]},null],[0,"\\n"],[1,[21,"outlet"],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/subscribers.hbs"}})}),define("ghost-admin/templates/subscribers/import",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"sp+e6wTz",block:'{"symbols":[],"statements":[[1,[27,"gh-fullscreen-modal",["import-subscribers"],[["confirm","close","modifier"],[[27,"route-action",["reset"],null],[27,"route-action",["cancel"],null],"action wide"]]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/subscribers/import.hbs"}})}),define("ghost-admin/templates/subscribers/new",["exports"],function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=Ember.HTMLBars.template({id:"HtzdChTz",block:'{"symbols":[],"statements":[[1,[27,"gh-fullscreen-modal",["new-subscriber"],[["model","confirm","close","modifier"],[[23,["subscriber"]],[27,"route-action",["save"],null],[27,"route-action",["cancel"],null],"action wide"]]],false],[0,"\\n"]],"hasEval":false}',meta:{moduleName:"ghost-admin/templates/subscribers/new.hbs"}})}),define("ghost-admin/transforms/facebook-url-user",["exports","ember-data/transform"],function(e,t){Object.defineProperty(e,"__esModule",{value:!0}) var s=function(){return function(e,t){if(Array.isArray(e))return e if(Symbol.iterator in Object(e))return function(e,t){var s=[],n=!0,a=!1,r=void 0 try{for(var i,o=e[Symbol.iterator]();!(n=(i=o.next()).done)&&(s.push(i.value),!t||s.length!==t);n=!0);}catch(l){a=!0,r=l}finally{try{!n&&o.return&&o.return()}finally{if(a)throw r}}return s}(e,t) diff --git a/core/built/assets/vendor.min-beba85ba72d91f40b0b13f8137299e73.js b/core/built/assets/vendor.min-04b16c19bc1a77e805febf731b5e0d54.js similarity index 99% rename from core/built/assets/vendor.min-beba85ba72d91f40b0b13f8137299e73.js rename to core/built/assets/vendor.min-04b16c19bc1a77e805febf731b5e0d54.js index b9215e36a4..4bdd17cbe0 100644 --- a/core/built/assets/vendor.min-beba85ba72d91f40b0b13f8137299e73.js +++ b/core/built/assets/vendor.min-04b16c19bc1a77e805febf731b5e0d54.js @@ -8985,7 +8985,7 @@ Object.defineProperty(e,"__esModule",{value:!0}),e.default={content:'',attrs:{version:"1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}}}),define("ember-svg-jar/inlined/download-circle",["exports"],function(e){"use strict" Object.defineProperty(e,"__esModule",{value:!0}),e.default={content:'',attrs:{version:"1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}}}),define("ember-svg-jar/inlined/download",["exports"],function(e){"use strict" -Object.defineProperty(e,"__esModule",{value:!0}),e.default={content:'',attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}}}),define("ember-svg-jar/inlined/eco-globe",["exports"],function(e){"use strict" +Object.defineProperty(e,"__esModule",{value:!0}),e.default={content:'',attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}}}),define("ember-svg-jar/inlined/eco-globe",["exports"],function(e){"use strict" Object.defineProperty(e,"__esModule",{value:!0}),e.default={content:'',attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}}}),define("ember-svg-jar/inlined/eco-lightbulb",["exports"],function(e){"use strict" Object.defineProperty(e,"__esModule",{value:!0}),e.default={content:'',attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}}}),define("ember-svg-jar/inlined/email-love-letter",["exports"],function(e){"use strict" Object.defineProperty(e,"__esModule",{value:!0}),e.default={content:'',attrs:{version:"1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}}}),define("ember-svg-jar/inlined/email-send",["exports"],function(e){"use strict" @@ -9011,7 +9011,7 @@ Object.defineProperty(e,"__esModule",{value:!0}),e.default={content:'',attrs:{version:"1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}}}),define("ember-svg-jar/inlined/idea",["exports"],function(e){"use strict" Object.defineProperty(e,"__esModule",{value:!0}),e.default={content:'',attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"}}}),define("ember-svg-jar/inlined/instagram",["exports"],function(e){"use strict" Object.defineProperty(e,"__esModule",{value:!0}),e.default={content:'',attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"}}}),define("ember-svg-jar/inlined/integration",["exports"],function(e){"use strict" -Object.defineProperty(e,"__esModule",{value:!0}),e.default={content:'',attrs:{viewBox:"0 0 46 43",xmlns:"http://www.w3.org/2000/svg"}}}),define("ember-svg-jar/inlined/koenig/card-indicator-html",["exports"],function(e){"use strict" +Object.defineProperty(e,"__esModule",{value:!0}),e.default={content:'',attrs:{viewBox:"0 0 46 43",xmlns:"http://www.w3.org/2000/svg"}}}),define("ember-svg-jar/inlined/koenig/card-indicator-html",["exports"],function(e){"use strict" Object.defineProperty(e,"__esModule",{value:!0}),e.default={content:'',attrs:{viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"}}}) define("ember-svg-jar/inlined/koenig/card-indicator-markdown",["exports"],function(e){"use strict" Object.defineProperty(e,"__esModule",{value:!0}),e.default={content:'',attrs:{viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"}}}),define("ember-svg-jar/inlined/koenig/code-block",["exports"],function(e){"use strict" @@ -10180,7 +10180,26 @@ this.length=0}}e.default=r}),define("perf-primitives/hash-map",["exports","perf- Object.defineProperty(e,"__esModule",{value:!0}) e.default=class{constructor(e){if(this._data=new t.default,e)for(let t=0;t { + const {statusCode} = err; - common.logging.error(new common.errors.GhostError({ - err, - context: 'Retrying...', - level: 'normal' - })); + // CASE: post/page was deleted already + if (statusCode === 404) { + return; + } - return; - } + // CASE: blog is in maintenance mode, retry + if (statusCode === 503 && tries < maxTries) { + setTimeout(() => { + object.tries = tries + 1; + this._pingUrl(object); + }, this.retryTimeoutInMs); common.logging.error(new common.errors.GhostError({ err, - level: 'critical' + context: 'Retrying...', + level: 'normal' })); + + return; } + + common.logging.error(new common.errors.GhostError({ + err, + level: 'critical' + })); }); }; diff --git a/core/server/api/shared/frame.js b/core/server/api/shared/frame.js index 1ec0d73778..709fa47781 100644 --- a/core/server/api/shared/frame.js +++ b/core/server/api/shared/frame.js @@ -41,7 +41,7 @@ class Frame { this.options.context = this.original.context; if (this.original.body && Object.keys(this.original.body).length) { - this.data = this.original.body; + this.data = _.cloneDeep(this.original.body); } else { if (apiConfig.data) { if (typeof apiConfig.data === 'function') { diff --git a/core/server/api/shared/serializers/input/all.js b/core/server/api/shared/serializers/input/all.js index c1671d5528..1e2927bdd6 100644 --- a/core/server/api/shared/serializers/input/all.js +++ b/core/server/api/shared/serializers/input/all.js @@ -35,20 +35,5 @@ module.exports = { } debug(frame.options); - }, - - add(apiConfig, frame) { - // CASE: will remove unwanted null values - _.each(frame.data[apiConfig.docName], (value, index) => { - if (!_.isObject(frame.data[apiConfig.docName][index])) { - return; - } - - frame.data[apiConfig.docName][index] = _.omitBy(frame.data[apiConfig.docName][index], _.isNull); - }); - }, - - edit() { - return this.add(...arguments); } }; diff --git a/core/server/api/v2/settings.js b/core/server/api/v2/settings.js index e37598c7fc..d78ed58456 100644 --- a/core/server/api/v2/settings.js +++ b/core/server/api/v2/settings.js @@ -46,15 +46,6 @@ module.exports = { } }, permissions: { - before(frame) { - let setting = settingsCache.get(frame.options.key, {resolve: false}); - - if (setting.type === 'core' && !(frame.options.context && frame.options.context.internal)) { - return Promise.reject(new common.errors.NoPermissionError({ - message: common.i18n.t('errors.api.settings.accessCoreSettingFromExtReq') - })); - } - }, identifier(frame) { return frame.options.key; } @@ -62,6 +53,21 @@ module.exports = { query(frame) { let setting = settingsCache.get(frame.options.key, {resolve: false}); + if (!setting) { + return Promise.reject(new common.errors.NotFoundError({ + message: common.i18n.t('errors.api.settings.problemFindingSetting', { + key: frame.options.key + }) + })); + } + + // @TODO: handle in settings model permissible fn + if (setting.type === 'core' && !(frame.options.context && frame.options.context.internal)) { + return Promise.reject(new common.errors.NoPermissionError({ + message: common.i18n.t('errors.api.settings.accessCoreSettingFromExtReq') + })); + } + return { [frame.options.key]: setting }; @@ -102,6 +108,29 @@ module.exports = { return setting.key === 'type'; }); + const errors = []; + + _.each(frame.data.settings, (setting) => { + const settingFromCache = settingsCache.get(setting.key, {resolve: false}); + + if (!settingFromCache) { + errors.push(new common.errors.NotFoundError({ + message: common.i18n.t('errors.api.settings.problemFindingSetting', { + key: setting.key + }) + })); + } else if (settingFromCache.type === 'core' && !(frame.options.context && frame.options.context.internal)) { + // @TODO: handle in settings model permissible fn + errors.push(new common.errors.NoPermissionError({ + message: common.i18n.t('errors.api.settings.accessCoreSettingFromExtReq') + })); + } + }); + + if (errors.length) { + return Promise.reject(errors[0]); + } + return models.Settings.edit(frame.data.settings, frame.options); } }, diff --git a/core/server/api/v2/utils/serializers/input/settings.js b/core/server/api/v2/utils/serializers/input/settings.js index d7505f7fca..555cc1306e 100644 --- a/core/server/api/v2/utils/serializers/input/settings.js +++ b/core/server/api/v2/utils/serializers/input/settings.js @@ -1,17 +1,36 @@ const _ = require('lodash'); module.exports = { + read(apiConfig, frame) { + if (frame.options.key === 'codeinjection_head') { + frame.options.key = 'ghost_head'; + } + + if (frame.options.key === 'codeinjection_foot') { + frame.options.key = 'ghost_foot'; + } + }, + edit(apiConfig, frame) { // CASE: allow shorthand syntax where a single key and value are passed to edit instead of object and options if (_.isString(frame.data)) { frame.data = {settings: [{key: frame.data, value: frame.options}]}; } - // prepare data + // CASE: transform objects/arrays into string (we store stringified objects in the db) frame.data.settings.forEach((setting) => { - if (!_.isString(setting.value)) { + // @TODO: This belongs into the model layer? + if (_.isObject(setting.value)) { setting.value = JSON.stringify(setting.value); } + + if (setting.key === 'codeinjection_head') { + setting.key = 'ghost_head'; + } + + if (setting.key === 'codeinjection_foot') { + setting.key = 'ghost_foot'; + } }); } }; diff --git a/core/server/api/v2/utils/serializers/output/settings.js b/core/server/api/v2/utils/serializers/output/settings.js index 21cc456167..f750a92e9e 100644 --- a/core/server/api/v2/utils/serializers/output/settings.js +++ b/core/server/api/v2/utils/serializers/output/settings.js @@ -35,7 +35,7 @@ module.exports = { } frame.response = { - settings: mapper.mapSettings(filteredSettings), + settings: mapper.mapSettings(filteredSettings, frame), meta: {} }; diff --git a/core/server/api/v2/utils/serializers/output/utils/extra-attrs.js b/core/server/api/v2/utils/serializers/output/utils/extra-attrs.js index 8f6fb7c1bf..bbc651b4af 100644 --- a/core/server/api/v2/utils/serializers/output/utils/extra-attrs.js +++ b/core/server/api/v2/utils/serializers/output/utils/extra-attrs.js @@ -8,6 +8,8 @@ module.exports.forPost = (frame, model, attrs) => { if (plaintext) { attrs.excerpt = plaintext.substring(0, 500); + } else { + attrs.excerpt = null; } } else { attrs.excerpt = attrs.custom_excerpt; @@ -16,12 +18,49 @@ module.exports.forPost = (frame, model, attrs) => { }; // @NOTE: ghost_head & ghost_foot are deprecated, remove in Ghost 3.0 -module.exports.forSettings = (attrs) => { +module.exports.forSettings = (attrs, frame) => { const _ = require('lodash'); // @TODO: https://github.com/TryGhost/Ghost/issues/10106 // @NOTE: Admin & Content API return a different format, need to mappers if (_.isArray(attrs)) { + // CASE: read single setting + if (frame.original.params && frame.original.params.key) { + if (frame.original.params.key === 'ghost_head') { + return; + } + + if (frame.original.params.key === 'ghost_foot') { + return; + } + + if (frame.original.params.key === 'codeinjection_head') { + attrs[0].key = 'codeinjection_head'; + return; + } + + if (frame.original.params.key === 'codeinjection_foot') { + attrs[0].key = 'codeinjection_foot'; + return; + } + } + + // CASE: edit + if (frame.original.body && frame.original.body.settings) { + frame.original.body.settings.forEach((setting) => { + if (setting.key === 'codeinjection_head') { + const target = _.find(attrs, {key: 'ghost_head'}); + target.key = 'codeinjection_head'; + } else if (setting.key === 'codeinjection_foot') { + const target = _.find(attrs, {key: 'ghost_foot'}); + target.key = 'codeinjection_foot'; + } + }); + + return; + } + + // CASE: browse all settings, add extra keys and keep deprecated const ghostHead = _.cloneDeep(_.find(attrs, {key: 'ghost_head'})); const ghostFoot = _.cloneDeep(_.find(attrs, {key: 'ghost_foot'})); diff --git a/core/server/api/v2/utils/serializers/output/utils/mapper.js b/core/server/api/v2/utils/serializers/output/utils/mapper.js index 2d6e382dc4..95b43540a5 100644 --- a/core/server/api/v2/utils/serializers/output/utils/mapper.js +++ b/core/server/api/v2/utils/serializers/output/utils/mapper.js @@ -8,7 +8,7 @@ const extraAttrs = require('./extra-attrs'); const mapUser = (model, frame) => { const jsonModel = model.toJSON ? model.toJSON(frame.options) : model; - url.forUser(model.id, jsonModel); + url.forUser(model.id, jsonModel, frame.options); clean.author(jsonModel, frame); @@ -18,7 +18,7 @@ const mapUser = (model, frame) => { const mapTag = (model, frame) => { const jsonModel = model.toJSON ? model.toJSON(frame.options) : model; - url.forTag(model.id, jsonModel); + url.forTag(model.id, jsonModel, frame.options); clean.tag(jsonModel, frame); return jsonModel; @@ -55,9 +55,9 @@ const mapPost = (model, frame) => { return jsonModel; }; -const mapSettings = (attrs) => { +const mapSettings = (attrs, frame) => { url.forSettings(attrs); - extraAttrs.forSettings(attrs); + extraAttrs.forSettings(attrs, frame); return attrs; }; diff --git a/core/server/api/v2/utils/serializers/output/utils/url.js b/core/server/api/v2/utils/serializers/output/utils/url.js index 3ce4ba60e3..bdd6b0979c 100644 --- a/core/server/api/v2/utils/serializers/output/utils/url.js +++ b/core/server/api/v2/utils/serializers/output/utils/url.js @@ -40,8 +40,10 @@ const forPost = (id, attrs, options) => { return attrs; }; -const forUser = (id, attrs) => { - attrs.url = urlService.getUrlByResourceId(id, {absolute: true}); +const forUser = (id, attrs, options) => { + if (!options.columns || (options.columns && options.columns.includes('url'))) { + attrs.url = urlService.getUrlByResourceId(id, {absolute: true}); + } if (attrs.profile_image) { attrs.profile_image = urlService.utils.urlFor('image', {image: attrs.profile_image}, true); @@ -54,8 +56,10 @@ const forUser = (id, attrs) => { return attrs; }; -const forTag = (id, attrs) => { - attrs.url = urlService.getUrlByResourceId(id, {absolute: true}); +const forTag = (id, attrs, options) => { + if (!options.columns || (options.columns && options.columns.includes('url'))) { + attrs.url = urlService.getUrlByResourceId(id, {absolute: true}); + } if (attrs.feature_image) { attrs.feature_image = urlService.utils.urlFor('image', {image: attrs.feature_image}, true); diff --git a/core/server/api/v2/utils/validators/input/settings.js b/core/server/api/v2/utils/validators/input/settings.js index f9c9f1fcf2..a65e05723c 100644 --- a/core/server/api/v2/utils/validators/input/settings.js +++ b/core/server/api/v2/utils/validators/input/settings.js @@ -1,20 +1,11 @@ const Promise = require('bluebird'); const _ = require('lodash'); const common = require('../../../../../lib/common'); -const settingsCache = require('../../../../../services/settings/cache'); module.exports = { read(apiConfig, frame) { - let setting = settingsCache.get(frame.options.key, {resolve: false}); - - if (!setting) { - return Promise.reject(new common.errors.NotFoundError({ - message: common.i18n.t('errors.api.settings.problemFindingSetting', {key: frame.options.key}) - })); - } - // @NOTE: was removed (https://github.com/TryGhost/Ghost/commit/8bb7088ba026efd4a1c9cf7d6f1a5e9b4fa82575) - if (setting.key === 'permalinks') { + if (frame.options.key === 'permalinks') { return Promise.reject(new common.errors.NotFoundError({ message: common.i18n.t('errors.errors.resourceNotFound') })); @@ -25,13 +16,7 @@ module.exports = { const errors = []; _.each(frame.data.settings, (setting) => { - const settingFromCache = settingsCache.get(setting.key, {resolve: false}); - - if (!settingFromCache) { - errors.push(new common.errors.NotFoundError({ - message: common.i18n.t('errors.api.settings.problemFindingSetting', {key: setting.key}) - })); - } else if (settingFromCache.key === 'active_theme') { + if (setting.key === 'active_theme') { // @NOTE: active theme has to be changed via theme endpoints errors.push( new common.errors.BadRequestError({ @@ -39,7 +24,7 @@ module.exports = { help: common.i18n.t('errors.api.settings.activeThemeSetViaAPI.help') }) ); - } else if (settingFromCache.key === 'permalinks') { + } else if (setting.key === 'permalinks') { // @NOTE: was removed (https://github.com/TryGhost/Ghost/commit/8bb7088ba026efd4a1c9cf7d6f1a5e9b4fa82575) errors.push(new common.errors.NotFoundError({ message: common.i18n.t('errors.api.settings.problemFindingSetting', {key: setting.key}) diff --git a/core/server/apps/amp/lib/router.js b/core/server/apps/amp/lib/router.js index b7eff69eee..535ba99b70 100644 --- a/core/server/apps/amp/lib/router.js +++ b/core/server/apps/amp/lib/router.js @@ -64,7 +64,8 @@ function getPostData(req, res, next) { } // @NOTE: amp is not supported for static pages - helpers.entryLookup(urlWithoutSubdirectoryWithoutAmp, {permalinks, query: {controller: 'posts', resource: 'posts'}}, res.locals) + // @TODO: https://github.com/TryGhost/Ghost/issues/10548 + helpers.entryLookup(urlWithoutSubdirectoryWithoutAmp, {permalinks, query: {controller: 'postsPublic', resource: 'posts'}}, res.locals) .then((result) => { if (result && result.entry) { req.body.post = result.entry; diff --git a/core/server/helpers/excerpt.js b/core/server/helpers/excerpt.js index 3d072331ce..aeba592e0a 100644 --- a/core/server/helpers/excerpt.js +++ b/core/server/helpers/excerpt.js @@ -21,7 +21,11 @@ var proxy = require('./proxy'), */ module.exports = function excerpt(options) { var truncateOptions = (options || {}).hash || {}, - excerptText = this.custom_excerpt ? String(this.custom_excerpt) : String(this.html); + excerptText = this.custom_excerpt + ? String(this.custom_excerpt) + : this.html + ? String(this.html) + : ''; truncateOptions = _.pick(truncateOptions, ['words', 'characters']); _.keys(truncateOptions).map(function (key) { diff --git a/core/server/helpers/get.js b/core/server/helpers/get.js index 70baf60dc2..34d23b734b 100644 --- a/core/server/helpers/get.js +++ b/core/server/helpers/get.js @@ -163,6 +163,7 @@ get = function get(resource, options) { // Parse the options we're going to pass to the API apiOptions = parseOptions(ghostGlobals, this, apiOptions); + // @TODO: https://github.com/TryGhost/Ghost/issues/10548 return api[apiVersion][controller][action](apiOptions).then(function success(result) { var blockParams; diff --git a/core/server/helpers/img_url.js b/core/server/helpers/img_url.js index 7350ffc2c9..a41e4f17db 100644 --- a/core/server/helpers/img_url.js +++ b/core/server/helpers/img_url.js @@ -19,7 +19,7 @@ module.exports = function imgUrl(attr, options) { return; } - const absolute = options && options.hash && options.hash.absolute; + const absolute = options && options.hash && options.hash.absolute && options.hash.absolute !== 'false'; const size = options && options.hash && options.hash.size; const imageSizes = options && options.data && options.data.config && options.data.config.image_sizes; diff --git a/core/server/helpers/prev_next.js b/core/server/helpers/prev_next.js index f0bcf70347..c9e09c67ad 100644 --- a/core/server/helpers/prev_next.js +++ b/core/server/helpers/prev_next.js @@ -53,7 +53,10 @@ fetch = function fetch(options, data) { const apiOptions = buildApiOptions(options, this); const apiVersion = data.root._locals.apiVersion; - return api[apiVersion].posts + // @TODO: https://github.com/TryGhost/Ghost/issues/10548 + const controller = api[apiVersion].postsPublic || api[apiVersion].posts; + + return controller .browse(apiOptions) .then(function handleSuccess(result) { var related = result.posts[0]; diff --git a/core/server/helpers/url.js b/core/server/helpers/url.js index 0cb4afe1e4..126e7f4cb0 100644 --- a/core/server/helpers/url.js +++ b/core/server/helpers/url.js @@ -9,7 +9,7 @@ var proxy = require('./proxy'), getMetaDataUrl = proxy.metaData.getMetaDataUrl; module.exports = function url(options) { - var absolute = options && options.hash.absolute, + var absolute = options && options.hash.absolute && options.hash.absolute !== 'false', outputUrl = getMetaDataUrl(this, absolute); outputUrl = encodeURI(decodeURI(outputUrl)); diff --git a/core/server/models/base/index.js b/core/server/models/base/index.js index 0ee472c535..0793197f31 100644 --- a/core/server/models/base/index.js +++ b/core/server/models/base/index.js @@ -687,7 +687,7 @@ ghostBookshelf.Model = ghostBookshelf.Model.extend({ case 'edit': return baseOptions.concat(extraOptions, ['id', 'require']); case 'findOne': - return baseOptions.concat(extraOptions, ['require']); + return baseOptions.concat(extraOptions, ['columns', 'require']); case 'findAll': return baseOptions.concat(extraOptions, ['columns']); case 'findPage': @@ -932,6 +932,11 @@ ghostBookshelf.Model = ghostBookshelf.Model.extend({ model.applyDefaultAndCustomFilters(options); } + // Ensure only valid fields/columns are added to query + if (options.columns) { + options.columns = _.intersection(options.columns, this.prototype.permittedAttributes()); + } + return model.fetch(options); }, diff --git a/core/server/models/post.js b/core/server/models/post.js index 624213b200..65c14bd247 100644 --- a/core/server/models/post.js +++ b/core/server/models/post.js @@ -368,7 +368,7 @@ Post = ghostBookshelf.Model.extend({ // CASE: html is e.g.

// @NOTE: Otherwise we will always update the resource to `plaintext: ''` and Bookshelf thinks that this // value was modified. - if (plaintext) { + if (plaintext || plaintext !== this.get('plaintext')) { this.set('plaintext', plaintext); } } diff --git a/core/server/models/relations/authors.js b/core/server/models/relations/authors.js index f011d96977..ee33e37d06 100644 --- a/core/server/models/relations/authors.js +++ b/core/server/models/relations/authors.js @@ -242,7 +242,7 @@ module.exports.extendModel = function extendModel(Post, Posts, ghostBookshelf) { ops.push(() => { return ghostBookshelf .model('User') - .getOwnerUser(Object.assign({columns: ['id']}, _.pick(options, 'transacting'))) + .getOwnerUser(Object.assign({}, _.pick(options, 'transacting'))) .then((_ownerUser) => { ownerUser = _ownerUser; }); diff --git a/core/server/models/tag.js b/core/server/models/tag.js index 702f6ff277..d554bd38ca 100644 --- a/core/server/models/tag.js +++ b/core/server/models/tag.js @@ -81,7 +81,7 @@ Tag = ghostBookshelf.Model.extend({ // these are the only options that can be passed to Bookshelf / Knex. validOptions = { findAll: ['columns'], - findOne: ['visibility'], + findOne: ['columns', 'visibility'], destroy: ['destroyAll'] }; diff --git a/core/server/models/user.js b/core/server/models/user.js index f5f8fdec2f..ec5f05fd3a 100644 --- a/core/server/models/user.js +++ b/core/server/models/user.js @@ -384,6 +384,11 @@ User = ghostBookshelf.Model.extend({ data = _.cloneDeep(dataToClone), lookupRole = data.role; + // Ensure only valid fields/columns are added to query + if (options.columns) { + options.columns = _.intersection(options.columns, this.prototype.permittedAttributes()); + } + delete data.role; data = _.defaults(data || {}, { status: 'all' diff --git a/core/server/services/auth/authenticate.js b/core/server/services/auth/authenticate.js index 76858b5367..566553ad51 100644 --- a/core/server/services/auth/authenticate.js +++ b/core/server/services/auth/authenticate.js @@ -5,6 +5,7 @@ const common = require('../../lib/common'); const session = require('./session'); const apiKeyAuth = require('./api-key'); const members = require('./members'); +const labs = require('../labs'); const authenticate = { // ### Authenticate Client Middleware @@ -38,6 +39,14 @@ const authenticate = { req.body.client_secret = req.query.client_secret; } + if (labs.isSet('publicAPI') !== true) { + return next(new common.errors.NoPermissionError({ + message: common.i18n.t('errors.middleware.auth.publicAPIDisabled.error'), + context: common.i18n.t('errors.middleware.auth.publicAPIDisabled.context'), + help: common.i18n.t('errors.middleware.auth.forInformationRead', {url: 'https://docs.ghost.org/api/content/'}) + })); + } + if (!req.body.client_id || !req.body.client_secret) { return next(new common.errors.UnauthorizedError({ message: common.i18n.t('errors.middleware.auth.accessDenied'), diff --git a/core/server/services/routing/helpers/entry-lookup.js b/core/server/services/routing/helpers/entry-lookup.js index 5911cf43ac..4ccd98adf7 100644 --- a/core/server/services/routing/helpers/entry-lookup.js +++ b/core/server/services/routing/helpers/entry-lookup.js @@ -39,10 +39,12 @@ function entryLookup(postUrl, routerOptions, locals) { let options = { include: 'author,authors,tags' }; + if (config.get('enableDeveloperExperiments')) { options.context = {member: locals.member}; } - return api[routerOptions.query.controller] + + return (api[routerOptions.query.controller] || api[routerOptions.query.resource]) .read(_.extend(_.pick(params, 'slug', 'id'), options)) .then(function then(result) { const entry = result[routerOptions.query.resource][0]; diff --git a/core/server/services/routing/helpers/fetch-data.js b/core/server/services/routing/helpers/fetch-data.js index 014cc196e5..9a3ab46775 100644 --- a/core/server/services/routing/helpers/fetch-data.js +++ b/core/server/services/routing/helpers/fetch-data.js @@ -105,10 +105,12 @@ function fetchData(pathOptions, routerOptions, locals) { response.data = {}; _.each(routerOptions.data, function (config, name) { + response.data[name] = results[name][config.resource]; + if (config.type === 'browse') { - response.data[name] = results[name]; - } else { - response.data[name] = results[name][config.resource]; + response.data[name].meta = results[name].meta; + // @TODO remove in v3 + response.data[name][config.resource] = results[name][config.resource]; } }); } diff --git a/core/server/translations/en.json b/core/server/translations/en.json index 6000cea09b..adeec73ea6 100644 --- a/core/server/translations/en.json +++ b/core/server/translations/en.json @@ -74,6 +74,10 @@ "versionMismatch": "Client request for {clientVersion} does not match server version {serverVersion}." }, "auth": { + "publicAPIDisabled": { + "error": "Permission error! Public API is disabled.", + "context": "Please enable the deprecated v0.1 Public API or switch to using the v2 Content API." + }, "clientAuthenticationFailed": "Client Authentication Failed", "clientCredentialsNotProvided": "Client credentials were not provided", "clientCredentialsNotValid": "Client credentials were not valid", diff --git a/core/server/web/admin/views/default-prod.html b/core/server/web/admin/views/default-prod.html index 66f7fb6b26..9be0c1c8ae 100644 --- a/core/server/web/admin/views/default-prod.html +++ b/core/server/web/admin/views/default-prod.html @@ -52,8 +52,8 @@
- - + + diff --git a/core/server/web/admin/views/default.html b/core/server/web/admin/views/default.html index 66f7fb6b26..9be0c1c8ae 100644 --- a/core/server/web/admin/views/default.html +++ b/core/server/web/admin/views/default.html @@ -52,8 +52,8 @@
- - + + diff --git a/package.json b/package.json index caa8aa362b..d30ed0e1e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost", - "version": "2.16.2", + "version": "2.16.3", "description": "The professional publishing platform", "author": "Ghost Foundation", "homepage": "https://ghost.org", @@ -106,7 +106,6 @@ "simple-dom": "0.3.2", "simple-html-tokenizer": "0.5.7", "stripe": "^6.22.0", - "superagent": "4.1.0", "unidecode": "0.1.8", "uuid": "3.3.2", "validator": "6.3.0", diff --git a/yarn.lock b/yarn.lock index 24966e12e9..3a63788ebd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1157,7 +1157,7 @@ cookie@0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb" -cookiejar@^2.1.0, cookiejar@^2.1.2: +cookiejar@^2.1.0: version "2.1.2" resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.2.tgz#dd8a235530752f988f9a0844f3fc589e3111125c" @@ -2214,7 +2214,7 @@ forever-agent@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" -form-data@^2.3.1, form-data@^2.3.3, form-data@~2.3.2: +form-data@^2.3.1, form-data@~2.3.2: version "2.3.3" resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" dependencies: @@ -4064,10 +4064,6 @@ mime@^1.4.1: version "1.6.0" resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" -mime@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.0.tgz#e051fd881358585f3279df333fe694da0bcffdd6" - mime@~1.2.11: version "1.2.11" resolved "https://registry.yarnpkg.com/mime/-/mime-1.2.11.tgz#58203eed86e3a5ef17aed2b7d9ebd47f0a60dd10" @@ -5266,7 +5262,7 @@ qs@6.5.2, qs@~6.5.1, qs@~6.5.2: version "6.5.2" resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" -qs@^6.4.0, qs@^6.5.1, qs@^6.6.0: +qs@^6.4.0, qs@^6.5.1: version "6.6.0" resolved "https://registry.yarnpkg.com/qs/-/qs-6.6.0.tgz#a99c0f69a8d26bf7ef012f871cdabb0aee4424c2" @@ -6140,20 +6136,6 @@ stripe@^6.22.0: qs "~6.5.1" safe-buffer "^5.1.1" -superagent@4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/superagent/-/superagent-4.1.0.tgz#c465c2de41df2b8d05c165cbe403e280790cdfd5" - dependencies: - component-emitter "^1.2.0" - cookiejar "^2.1.2" - debug "^4.1.0" - form-data "^2.3.3" - formidable "^1.2.0" - methods "^1.1.1" - mime "^2.4.0" - qs "^6.6.0" - readable-stream "^3.0.6" - superagent@^3.8.3: version "3.8.3" resolved "https://registry.yarnpkg.com/superagent/-/superagent-3.8.3.tgz#460ea0dbdb7d5b11bc4f78deba565f86a178e128"