InfoGlue CMS

Developers

IG HTML Base component

This is the base HTML component for the InfoGlue reference site templates

The HTML base component includes a lot of features apart from being the ground HTML for the entire site.

It includes the following:

  • Top navigation
  • Footer navigation
  • CSS-inclusion
  • Search form
  • Language switch although not enabled here
  • Sitemap link
  • A google analytics tag
  • Most parts of the template parts can be customized without changing much in the html

 

You can configure the component a lot. Look at the properties section below.

Code

Properties

Name Type Entity Multiple AssetBinding Allowed CTD Names Description
CSS Pages binding SiteNode true false No description yet
TopNavigationPages binding SiteNode true false No description yet
StartPage binding SiteNode false false No description yet
SiteMapPage binding SiteNode false false Webbkartan sida
SearchPage binding SiteNode false false Search page
FooterNavigationPages binding SiteNode true false No description yet
favIcon binding Content false true No description yet

Property XML

<?xml version=’1.0’ encoding=’UTF-8’?> <properties> <property name=’CSS Pages’ type=’binding’ entity=’SiteNode’ multiple=’true’ assetBinding=’false’ allowedContentTypeDefinitionNames=’’ description=’No description yet’ /> <property name=’TopNavigationPages’ type=’binding’ entity=’SiteNode’ multiple=’true’ assetBinding=’false’ allowedContentTypeDefinitionNames=’’ description=’No description yet’ /> <property name=’StartPage’ type=’binding’ entity=’SiteNode’ multiple=’false’ assetBinding=’false’ allowedContentTypeDefinitionNames=’’ description=’No description yet’ /> <property name=’SiteMapPage’ type=’binding’ entity=’SiteNode’ multiple=’false’ assetBinding=’false’ allowedContentTypeDefinitionNames=’’ description=’Webbkartan sida’ /> <property name=’SearchPage’ type=’binding’ entity=’SiteNode’ multiple=’false’ assetBinding=’false’ allowedContentTypeDefinitionNames=’’ description=’Search page’ /> <property name=’FooterNavigationPages’ type=’binding’ entity=’SiteNode’ multiple=’true’ assetBinding=’false’ allowedContentTypeDefinitionNames=’’ description=’No description yet’ /> <property name=’favIcon’ type=’binding’ entity=’Content’ multiple=’false’ assetBinding=’true’ allowedContentTypeDefinitionNames=’’ description=’No description yet’ /> </properties>