-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add editor-config-bundle and make fragment configuration more simple #21
base: v1
Are you sure you want to change the base?
Conversation
…on-bundle into feature/use-editor-config # Conflicts: # src/DocumentAreabrick/Base/AbstractConfigurableAreabrick.php
<div class="brick-{{ brickName }} {{ isFragment }} {{ fragmentStyle }}" {{ fragmentOrder }}> | ||
{% block brick %}{% endblock %} | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this should be removed.
@@ -19,7 +19,8 @@ | |||
"symfony/dependency-injection": "^5.3", | |||
"symfony/event-dispatcher": "^5.2", | |||
"symfony/finder": "^5.2", | |||
"symfony/http-kernel": "^5.3" | |||
"symfony/http-kernel": "^5.3", | |||
"teamneusta/pimcore-areabrick-config-bundle": "dev-main" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should wait for a v1.0
to be released before this is merged.
protected function createDialogBoxBuilder(Editable $area, ?Info $info): DialogBoxBuilder | ||
{ | ||
return new DialogBoxBuilder(); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to overwrite this, it's the same as the default in the trait.
No description provided.