Ju99ernaut / grapesjs-template-manager

Template and page manager for grapesjs
MIT License
79 stars 35 forks source link

Create button is not working. Unable to create new template. #12

Closed NagarRahul closed 2 years ago

NagarRahul commented 2 years ago

image

I am using this code- head>

<link href="https://unpkg.com/grapesjs-template-manager/dist/grapesjs-template-manager.min.css" rel="stylesheet">
<script src="https://unpkg.com/grapesjs"></script>
<script src="https://unpkg.com/grapesjs-template-manager"></script>

@Ju99ernaut @tboulogne @walking-dev
Ju99ernaut commented 2 years ago

The create button should only work if you've got a template selected, since you don't have any templates yet you should be prompted to create a blank template. Anyways I'm no longer maintaining the grapesjs-template-manager plugin so I won't be able to provide a fix on the version you're using if this is a bug, the plugin has been renamed and newer versions are now named grapesjs-project-manager since they make use of the new page manager api.

I'd recommend using the grapesjs-project-manager version of the plugin.