Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfeltkamp/patch_revision
Drupal module to save just changes in a node revision as a apply-able patch instead of a full version.
https://github.com/jfeltkamp/patch_revision
Last synced: about 1 month ago
JSON representation
Drupal module to save just changes in a node revision as a apply-able patch instead of a full version.
- Host: GitHub
- URL: https://github.com/jfeltkamp/patch_revision
- Owner: jfeltkamp
- Created: 2017-12-31T11:04:24.000Z (about 7 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2018-05-10T10:28:27.000Z (over 6 years ago)
- Last Synced: 2024-11-16T15:52:46.860Z (2 months ago)
- Language: PHP
- Size: 143 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change_requests.info.yml
Awesome Lists containing this project
README
| Field types supported | Y/n |
|:-------------------------- |:---:|
| *TEXTS* | |
| string_long | YES |
| string | YES |
| text | YES |
| text_long | YES |
| text_with_summary | YES |
| *NUMBERS* | |
| boolean | YES |
| integer | YES |
| float | YES |
| decimal | YES |
| link | YES |
| datetime | YES |
| timestamp | YES |
| daterange | YES |
| *LISTS* | |
| list_integer | YES |
| list_string | YES |
| list_float | YES |
| *IDENTIFIER* | |
| email | YES |
| telephone | YES |
| *REFERENCES* | |
| entity_reference | YES |
| image | YES |
| file | YES |
| *FROM CONTRIB MODULES* | |
| entity_reference_revisions | no |
| media_entity | no |
| cronpub | no |
| *THINKING ABOUT* | |
| uri | ??? |
| path | ??? |
| language | ??? |
| map | ??? |
| password | ??? |
| comment | ??? |
| *WON'T SUPPORT* | |
| created | |
| updated | |
| uuid | |