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

Module xml load incorrect #47

Open
mreishman opened this issue Nov 23, 2020 · 0 comments
Open

Module xml load incorrect #47

mreishman opened this issue Nov 23, 2020 · 0 comments
Assignees
Milestone

Comments

@mreishman
Copy link
Owner

Currently for more than one module in the header, layout is

<header>
	<module>
		<name>header</name>
		<enabled>true</enabled>
	</module>
</header>
<header>
	<module>
		<name>backToTopButton</name>
		<enabled>true</enabled>
	</module>
</header>

should be

<header>
	<module>
		<name>header</name>
		<enabled>true</enabled>
	</module>
	<module>
		<name>backToTopButton</name>
		<enabled>true</enabled>
	</module>
</header>
@mreishman mreishman added this to the 0.3 milestone Nov 23, 2020
@mreishman mreishman self-assigned this Nov 23, 2020
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

No branches or pull requests

1 participant