13 lines
244 B
JavaScript
13 lines
244 B
JavaScript
// Common.
|
|
// eslint-disable-next-line no-unused-vars
|
|
const elementorCommonConfig = {
|
|
isTesting: true,
|
|
activeModules: [ 'ajax' ],
|
|
ajax: { url: '-' },
|
|
i18n: {},
|
|
urls: {
|
|
rest: 'http://localtest/wp-json/',
|
|
},
|
|
experimentalFeatures: {},
|
|
};
|