Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
Web Client Customization
Edit the custom web client configuration file (web-client-config-custom.xml) and add the following lines.
<config evaluator='node-type' condition='content'>
<property-sheet>
<show-property name='sys:node-dbid' display-label='Node DBID' />
</property-sheet>
</config>
<config evaluator='node-type' condition='folder'>
<property-sheet>
<show-property name='sys:node-dbid' display-label='Node DBID' />
</property-sheet>
</config>
<config evaluator='node-type' condition='fm:forum'>
<property-sheet>
<show-property name='sys:node-dbid' display-label='Node DBID' />
</property-sheet>
</config>
<config evaluator='node-type' condition='fm:topic'>
<property-sheet>
<show-property name='sys:node-dbid' display-label='Node DBID' />
</property-sheet>
</config>