19 declare(strict_types=1);
41 FullEditorServices $services,
67 $content[] = $this->ui_factory->messageBox()->info(
68 $this->presenter->utilities()->txt(
'meta_full_editor_navigation_info')
71 if ($sub->isScaffold()) {
74 $sub_content = $this->panel_content->content(
80 foreach ($sub_content as $type => $entity) {
81 if ($type === ContentType::MAIN) {
85 yield $type => $entity;
89 $panel = $this->ui_factory->panel()->standard(
90 $this->presenter->elements()->name($element),
93 yield ContentType::MAIN => $panel;
106 if (!$sub->isScaffold()) {
109 $create_modal = $this->services->actions()->getModal()->create(
114 $buttons[] = $this->services->actions()->getButton()->create(
115 $create_modal->getFlexibleSignal(),
121 $dropdown = $this->ui_factory->dropdown()
123 ->withLabel($this->presenter->utilities()->txt(
'add'));
124 yield ContentType::TOOLBAR => $dropdown;
FullEditorServices $services
PresenterInterface $presenter
__construct(FullEditorServices $services, UIFactory $ui_factory, PresenterInterface $presenter, PanelContent $panel_content)
content(PathInterface $base_path, ElementInterface $element, ?RequestForFormInterface $request)
createModalsAndDropdown(PathInterface $base_path, ElementInterface $element, ?RequestForFormInterface $request)
PanelContent $panel_content