[opencms-dev] OpenCMS V9 | Edit HTML Pages

dayv2005 dpipes at AimNTLS.com
Thu Nov 14 14:51:02 CET 2013


I'm doing something very similar. What I did was clone the bootstrap
formatter and schema module. Then modified this file...

/system/modules/com.aimntls.bootstrap.schemas/schemas/navigation.xsd

I added a logo element that was of type image.

Then in the navigation formatter...

I changed this section to reference the new selected image.

<a class="navbar-brand"
href="<cms:link>${value.LogoLink}</cms:link>">
                    <cms:img scaleType="2" scaleColor="transparent"
height="40" id="logo-header"
src="%(link.weak:/system/modules/com.alkacon.bootstrap.formatters/resources/img/logo/logo_opencms_png24.png:aa1519ad-1abc-11e3-9246-000c29f9a2ec)"
alt="Logo"/>
                 



--
View this message in context: http://opencms.996256.n3.nabble.com/OpenCMS-V9-Edit-HTML-Pages-tp23778p23784.html
Sent from the OpenCMS mailing list archive at Nabble.com.



More information about the opencms-dev mailing list