[invenio_audit_logs.actions]
draft.create = invenio_drafts_resources.auditlog.actions:DraftCreateAuditLog
draft.delete = invenio_drafts_resources.auditlog.actions:DraftDeleteAuditLog
draft.edit = invenio_drafts_resources.auditlog.actions:DraftEditAuditLog
draft.new_version = invenio_drafts_resources.auditlog.actions:DraftNewVersionAuditLog
record.publish = invenio_drafts_resources.auditlog.actions:RecordPublishAuditLog

[invenio_celery.tasks]
invenio_drafts_resources = invenio_drafts_resources.services.records.tasks

[invenio_db.models]
invenio_drafts_resources = invenio_drafts_resources.records.models

[invenio_i18n.translations]
messages = invenio_drafts_resources
