d53ef125e0
no issue - updates `package.json` details to better reflect the separation from the `Ghost` package - update ember config and all import statements to reflect the new `ghost-admin` module name in `package.json`
10 lines
206 B
JavaScript
10 lines
206 B
JavaScript
import EmbeddedRelationAdapter from 'ghost-admin/adapters/embedded-relation-adapter';
|
|
|
|
export default EmbeddedRelationAdapter.extend({
|
|
|
|
shouldBackgroundReloadRecord() {
|
|
return false;
|
|
}
|
|
|
|
});
|