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.js

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

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

export default Templates;