Nice module!

If I create a template, is there a way to change the template name or delete that template all together so it no longer appears in the sheetnode import template dropdown?

CommentFileSizeAuthor
#2 724814-template_delete.patch2.73 KBShawn DeArmond
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

infojunkie’s picture

Currently, no. You can manipulate the database directly in the sheetnode_template table :-) I'll keep this as a feature request.

Shawn DeArmond’s picture

Version: 6.x-1.4 » 6.x-1.x-dev
Status: Active » Needs review
FileSize
2.73 KB

Here's a quick-and-dirty patch that will at least let you delete templates.

infojunkie’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Issue summary: View changes

Moving to D7 for fixing.

swimminsparrow’s picture

Any solution yet for drupal 7?

willhallonline’s picture

Status: Needs review » Active

Possibly it may be better if sheetnode templates were created as entities? Or if there were some way to manage and update the sheetnode templates after they have been created?

willhallonline’s picture

I am currently thinking that the managing of Templates is one of the key concerns for moving Sheetnode forward. Whether we could have an interface like Paragraphs. This would require Entity API, but would be a massive benefit to anyone who is using the templating system inside Sheetnode. I am adding this to my plan for a 2.x release - https://www.drupal.org/node/2633426

willhallonline’s picture

Assigned: Unassigned » willhallonline