Page 1 of 1

[Plugin] static-pages

Posted: Sat Dec 09, 2017 12:05 am
by Torsten_Kelsch
For Bludit 1, the plugin was named Pages, for Bludit 2 it is Static Pages. The old plugin was able to create a menu which represented sub-pages by building a structure like:

Code: Select all

<ul>
	<li>
		<ul>
			<li></li>
		</ul>
	</li>
</ul>
The current plugin is not able to create such complex menus. Is an update planned? Is it even possible for Bludit 2?

Re: [Plugin] static-pages

Posted: Sat Dec 09, 2017 12:13 pm
by Edi
Yes, we should update this. ;-)

Re: [Plugin] static-pages

Posted: Sat Dec 09, 2017 6:28 pm
by Torsten_Kelsch
Great, thank you!

Re: [Plugin] static-pages

Posted: Sat Dec 09, 2017 9:21 pm
by Edi
I had a lot to do in the last few weeks. But now I have more time for Bludit. :-)

Thank you for your patience!