diff options
Diffstat (limited to 'app/Elements/PlaceName.php')
| -rw-r--r-- | app/Elements/PlaceName.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/Elements/PlaceName.php b/app/Elements/PlaceName.php index d1cf5867c5..692a70de78 100644 --- a/app/Elements/PlaceName.php +++ b/app/Elements/PlaceName.php @@ -68,6 +68,16 @@ class PlaceName extends AbstractElement } /** + * Should we collapse the children of this element when editing? + * + * @return bool + */ + public function collapseChildren(): bool + { + return true; + } + + /** * An edit control for this data. * * @param string $id |
