Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/elementor-pro   php

Repository URL to install this package:

Version: 3.2.1 

/ app / modules / site-editor / assets / js / data / commands / templates-conditions.js

export class TemplatesConditions extends $e.modules.CommandData {
	static signature = 'site-editor/templates-conditions';

	static getEndpointFormat() {
		return 'site-editor/templates-conditions/{id}';
	}
}

export default TemplatesConditions;