mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
Add new attributes in appropriate locations
This commit is contained in:
@@ -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' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user