Skip to content
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

Open
wants to merge 8 commits into
base: v1
Choose a base branch
from

Conversation

mike4git
Copy link
Contributor

No description provided.

Comment on lines -11 to -13
<div class="brick-{{ brickName }} {{ isFragment }} {{ fragmentStyle }}" {{ fragmentOrder }}>
{% block brick %}{% endblock %}
</div>
Copy link
Member

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.

composer.json Outdated Show resolved Hide resolved
@@ -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"
Copy link
Member

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.

Comment on lines +17 to +20
protected function createDialogBoxBuilder(Editable $area, ?Info $info): DialogBoxBuilder
{
return new DialogBoxBuilder();
}
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants