Skip to content

Commit

Permalink
Merge pull request #51 from lorenzulrich/patch-1
Browse files Browse the repository at this point in the history
TASK: Document all link editors in disabling chapter
  • Loading branch information
nezaniel authored Jul 15, 2024
2 parents 9bb987e + 1649452 commit 8eef5c6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 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:Asset':
enabled: true
'Sitegeist.Archaeopteryx:MailTo':
enabled: true
# Document node/pages
'Sitegeist.Archaeopteryx:Node':
enabled: true
'Sitegeist.Archaeopteryx:PhoneNumber':
enabled: false
# External links
'Sitegeist.Archaeopteryx:Web':
enabled: true
'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:Asset':
enabled: true
'Sitegeist.Archaeopteryx:MailTo':
enabled: true
# Document node/pages
'Sitegeist.Archaeopteryx:Node':
enabled: true
'Sitegeist.Archaeopteryx:PhoneNumber':
enabled: false
# External links
'Sitegeist.Archaeopteryx:Web':
enabled: true
'Sitegeist.Archaeopteryx:CustomLink':
enabled: false
```

Expand Down

0 comments on commit 8eef5c6

Please sign in to comment.