Add new attributes in appropriate locations

This commit is contained in:
Zack Rauen
2023-09-30 00:48:34 -04:00
parent 7729aad1e9
commit d259931bd2
3 changed files with 8 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ module.exports = [
{ type: 'label', name: 'bottom' },
{ type: 'label', name: 'fullContentWidth' },
{ type: 'label', name: 'shareHiddenFromTree' },
{ type: 'label', name: 'shareExternalLink' },
{ type: 'label', name: 'shareAlias' },
{ type: 'label', name: 'shareOmitDefaultCss' },
{ type: 'label', name: 'shareRoot' },
@@ -89,5 +90,6 @@ module.exports = [
{ type: 'relation', name: 'renderNote', isDangerous: true },
{ type: 'relation', name: 'shareCss' },
{ type: 'relation', name: 'shareJs' },
{ type: 'relation', name: 'shareTemplate' },
{ type: 'relation', name: 'shareFavicon' },
];