8bc653802d
Promoted our beta editor to the default editor. Keep an eye on (or subscribe to) https://ghost.org/changelog/ for release announcements with full details. - moved the beta editor (Lexical-based editor) to the default editor; all pages and posts will now use it - all mobiledoc (previous editor) posts will remain mobiledoc until opened in the editor at which point will be converted to Lexical on the fly and open in the new editor
14 lines
289 B
JavaScript
14 lines
289 B
JavaScript
export default [{
|
|
clientExtensions: {},
|
|
database: 'mysql',
|
|
enableDeveloperExperiments: false,
|
|
environment: 'development',
|
|
labs: {},
|
|
mail: 'SMTP',
|
|
version: '2.15.0',
|
|
useGravatar: 'true',
|
|
editor: {
|
|
url: 'http://localhost:2368/editor.js'
|
|
}
|
|
}];
|