Skip to content

Commit

Permalink
regression fix adds missing noindex/nofollow fields to section table
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed May 14, 2019
1 parent 823ab3f commit 7432720
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions framework/modules/navigation/definitions/section.php
Expand Up @@ -59,6 +59,10 @@
DB_FIELD_LEN=>10000),
'secured'=>array(
DB_FIELD_TYPE=>DB_DEF_BOOLEAN),
'noindex'=>array(
DB_FIELD_TYPE=>DB_DEF_BOOLEAN),
'nofollow'=>array(
DB_FIELD_TYPE=>DB_DEF_BOOLEAN),
'alias_type'=>array(
DB_FIELD_TYPE=>DB_DEF_INTEGER),
'external_link'=>array(
Expand Down

0 comments on commit 7432720

Please sign in to comment.