# elasticpress/5.0.2/assets/js/features/config.js

ElasticPress, version 5.0.2. 8 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.0.2/code/assets/js/features/config.js
- Raw: https://pluginprobe.com/plugins/elasticpress/5.0.2/raw/assets/js/features/config.js
- Modified: 2023-11-01T18:08:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elasticpress/5.0.2/code/assets/js/features/config.js#L10-L20`.

```javascript
/**
 * Window dependencies.
 */
const { apiUrl, epioLogoUrl, features, indexMeta, settings, settingsDraft, syncUrl } =
	window.epDashboard;

export { apiUrl, epioLogoUrl, features, indexMeta, settings, settingsDraft, syncUrl };

```
