minibed icon indicating copy to clipboard operation
minibed copied to clipboard

Support for empty language content

Open needim opened this issue 8 years ago • 0 comments

In current version of minibed you need to provide files. If you don't provide any file for a language it's tab doesn't show.

e.g

files: {
  html: [],
  js: ['example.js']
}

In this case minibed only shows JavaScript tab. But I want HTML tab too.

We can check for null, 'empty' or 'blank' values and consider as a blank content.

needim avatar Apr 24 '17 09:04 needim