Skip to content

Commit bd45336

Browse files
authored
formatting
1 parent c85e579 commit bd45336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-documentation/extending.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ A tool that allows you to clone an existing content type. Can be used to copy an
119119

120120
#### Prevent orphaned entity relationships
121121

122-
[Entity Reference Integrity](https://www.drupal.org/project/entity_reference_integrity)
123-
[Entity Reference Integrity Extras](https://github.com/discoverygarden/entity_reference_integrity_extra)
122+
* [Entity Reference Integrity](https://www.drupal.org/project/entity_reference_integrity)
123+
* [Entity Reference Integrity Extras](https://github.com/discoverygarden/entity_reference_integrity_extra)
124124

125125
Normally when deleting content (nodes, taxonomy terms, etc), any content that references the deleted entity isn't altered so you end up with orphan/zombie references, which are visible in the JSON representation but invisible otherwise. With Entity Reference Integrity's submodule (-Enforce), you won't be able to delete content that's referenced from elsewhere, preserving your database integrity.
126126

0 commit comments

Comments
 (0)