1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/mirage
Kevin Ansfield 7c1f6e14b8 ️ Added per-post code injection fields to PSM (#811)
- Remove gh-tab* components
    - The PSM was the only place where the `gh-tabs-manager`, `gh-tab`, and `gh-tab-pane` components were being used. These were very old components and did not work well with newer Ember versions and best practices.
    - 🔥 remove `gh-tab*` components
    - 💄 fix indents in `gh-post-settings-menu` template
    - 🎨 add support for named subviews ready for additional PSM panes

- Added per-post code injection fields to PSM
    - add "Code Injection" pane to the PSM
    - implement `codeinjectionHead` and `codeinjectionFoot`  attributes on `Post` model and save values from PSM
    - use CodeMirror for the PSM code injection fields
2017-08-02 13:32:51 +04:00
..
config 🐛 fix autosave+transition on title blur with empty title (#767) 2017-07-10 18:33:05 +07:00
factories 🎨 rename language to locale and use en as default locale (#721) 2017-05-31 16:01:46 +01:00
fixtures 🎨 settings model inconsistency (#669) 2017-04-24 18:42:43 +01:00
models add dropdown filters for post type, author, and tag (#554) 2017-03-02 12:35:09 -06:00
scenarios deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
serializers 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
.eslintrc.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
config.js ️ Added per-post code injection fields to PSM (#811) 2017-08-02 13:32:51 +04:00
utils.js New content screen prototype (#503) 2017-01-25 21:05:28 +01:00