Skip to content

Commit

Permalink
TASK: Document all link editors in disabling chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzulrich authored Dec 8, 2023
1 parent 4ba4193 commit 894d10d
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,19 @@ It is possible to disable one or more link type editors via the configuration fo
linking:
'Sitegeist.Archaeopteryx':
linkTypes:
'Sitegeist.Archaeopteryx:MailTo':
'Sitegeist.Archaeopteryx:Asset'
enabled: false
'Sitegeist.Archaeopteryx:MailTo'
enabled: false
# Document node/pages
'Sitegeist.Archaeopteryx:Node'
enabled: false
'Sitegeist.Archaeopteryx:PhoneNumber'
enabled: false
# External links
'Sitegeist.Archaeopteryx:Web'
enabled: false
'Sitegeist.Archaeopteryx:CustomLink'
enabled: false
```

Expand All @@ -388,7 +400,19 @@ It is possible to disable one or more link type editors via the configuration fo
editor: 'Sitegeist.Archaeopteryx/Inspector/Editors/LinkEditor'
editorOptions:
linkTypes:
'Sitegeist.Archaeopteryx:MailTo':
'Sitegeist.Archaeopteryx:Asset'
enabled: false
'Sitegeist.Archaeopteryx:MailTo'
enabled: false
# Document node/pages
'Sitegeist.Archaeopteryx:Node'
enabled: false
'Sitegeist.Archaeopteryx:PhoneNumber'
enabled: false
# External links
'Sitegeist.Archaeopteryx:Web'
enabled: false
'Sitegeist.Archaeopteryx:CustomLink'
enabled: false
```

Expand Down

0 comments on commit 894d10d

Please sign in to comment.