- Issue created by @gowtham-unimity
Currently, when a paragraph component includes a timestamp field, this field does not automatically update to reflect the current date and time upon creation or modification of the paragraph. We need to implement functionality where:
Any timestamp field within a paragraph component automatically updates to the current timestamp whenever:
The paragraph is created.
The paragraph content is saved/updated.
The timestamp field should reflect the current date and time each time the paragraph is saved or updated.
Implement a custom module or adjust existing code to hook into the paragraph save/update events and update the timestamp field with REQUEST_TIME or similar Drupal time functions.
Active
1.18
Code