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

Update: get public url from provider #45

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

davidspiola
Copy link
Contributor

if the public url is provided via the provider interface. eg. multiple domains can be used if needed

@@ -3,7 +3,7 @@ Garagist.Mautic.BackendController.index = Neos.Fusion:Component {
hasCategories = ${Carbon.Array.check(categories)}
showPagesWithoutEmails = ${this.hasPages && Array.some(pages, page => page.count > 0) ? 'false' : 'true'}
logo = ${ping ? 'Logo.svg' : 'LogoInactive.svg'}
mauticPublicUrl = ${Configuration.Setting('Garagist.Mautic.publicUrl')}
mauticPublicUrl = ${Mautic.getPublicUrl(node)}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonnitto jonnitto marked this pull request as draft October 10, 2024 11:54
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.

2 participants