| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 28 | public function configureOptions(OptionsResolver $resolver): void |
||
| 29 | { |
||
| 30 | $resolver->setDefaults([ |
||
| 31 | 'label' => 'bitbag_sylius_cms_plugin.ui.content', |
||
| 32 | 'config' => [ |
||
| 33 | 'filebrowserUploadUrl' => $this->urlGenerator->generate('bitbag_sylius_cms_plugin_admin_upload_editor_image'), |
||
| 34 | 'bodyId' => 'bitbag-ckeditor', |
||
| 35 | ], |
||
| 49 |