Disable display of field_title with an empty title.
This commit is contained in:
parent
738178dec3
commit
be6625b890
@ -77,6 +77,9 @@ namespace nana{
|
|||||||
|
|
||||||
if (options.empty())
|
if (options.empty())
|
||||||
place_content.field_display(field_options, false);
|
place_content.field_display(field_options, false);
|
||||||
|
|
||||||
|
if (caption.caption().empty())
|
||||||
|
place_content.field_display(field_title, false);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user