mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
removed a non-necessary feature...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5203db794d
commit
122baa837d
@ -2258,7 +2258,6 @@ var FileSystemWriterActions = actions.Actions({
|
|||||||
logger && logger.emit('queued', to)
|
logger && logger.emit('queued', to)
|
||||||
|
|
||||||
var res = include_virtual
|
var res = include_virtual
|
||||||
&& !img.do_not_export
|
|
||||||
&& !fse.existsSync(to)
|
&& !fse.existsSync(to)
|
||||||
&& outputFile(to, img.text || '')
|
&& outputFile(to, img.text || '')
|
||||||
|
|
||||||
|
|||||||
@ -28,9 +28,6 @@ var browse = require('lib/widget/browse')
|
|||||||
// // Block text (optional)...
|
// // Block text (optional)...
|
||||||
// text: <String>,
|
// text: <String>,
|
||||||
//
|
//
|
||||||
// // if true this block will not be exported...
|
|
||||||
// do_not_export: <bool>,
|
|
||||||
//
|
|
||||||
// // optional image attributes...
|
// // optional image attributes...
|
||||||
// // for more info see: imagegrid/images.js
|
// // for more info see: imagegrid/images.js
|
||||||
// ...
|
// ...
|
||||||
@ -262,7 +259,7 @@ var VirtualBlocksEditUIActions = actions.Actions({
|
|||||||
// XXX this is a good candidate for inlineing (browse2)
|
// XXX this is a good candidate for inlineing (browse2)
|
||||||
// XXX should we also add a preview (preview constructor from metadata)???
|
// XXX should we also add a preview (preview constructor from metadata)???
|
||||||
// XXX should we do a sanity check for image type???
|
// XXX should we do a sanity check for image type???
|
||||||
editVirtualBlockText: ['Virtual block/$Edit text...',
|
editVirtualBlockText: ['Virtual block/$Edit...',
|
||||||
{ browseMode: function(){
|
{ browseMode: function(){
|
||||||
return (this.image || {}).type != 'virtual' && 'disabled' }, },
|
return (this.image || {}).type != 'virtual' && 'disabled' }, },
|
||||||
widgets.makeUIDialog(function(gid){
|
widgets.makeUIDialog(function(gid){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user