Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleNew and Noteworthy
Section
titleAuto Increment

The PDAC1 now provides support to add an automatically incremented identifier to the title of a page. This feature is called Auto Increment.

The identifier is also provided as an artificial property named Auto ID.

The configuration is done at space level via the space property named projectdoc.doctype.(doctype).auto-id-pattern. It has to be configured for each doctype individually.

For more information please refer to Autoincrement in Title.

Section
titleHome and Index Page Flags

Instead of tagging Home Pages and Index Pages, these pages are now flagged. This moves these technical tags out of the view and leaves these for the domain. This is necessary since we do not provide documentation for these markers and tags are typically documented, while flags are not.

The values are now prefixed with 'projectdoc'.

The index page will be flagged with

projectdoc.doctype-index, projectdoc.all, projectdoc.related.doctype.${doctypeId}

The home page will be flagged with

projectdoc.doctype-index, projectdoc.all, projectdoc.related.doctype.${doctypeId}

Please note that existing pages need to be updated accordingly to be found with Lucene.

Section
titleBreaking Changes


...