# hello-plus/1.2.0/modules/content/assets/js/editor/module.js

Hello Plus, version 1.2.0. 8 lines.

- Page: https://pluginprobe.com/plugins/hello-plus/1.2.0/code/modules/content/assets/js/editor/module.js
- Raw: https://pluginprobe.com/plugins/hello-plus/1.2.0/raw/modules/content/assets/js/editor/module.js
- Modified: 2025-02-11T10:01:36+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/hello-plus/1.2.0/code/modules/content/assets/js/editor/module.js#L10-L20`.

```javascript
import ControlChooseItemViewImg from './controls/choose-img.js';

export default class ContentModule extends elementorModules.editor.utils.Module {
	onElementorInit() {
		elementor.addControlView( 'choose-img', ControlChooseItemViewImg );
	}
}

```
