Store data in database rather than config

Created on 18 May 2023, about 1 year ago

Problem/Motivation

Whenever new content is added this module adds data in the thrid_party_settings of the content type. If the config is managed by a version control system then the config will need to be committed _every time new content is created_. I would argue that this data should be considered as content, rather than config, and stored in the database instead.

Steps to reproduce

  1. Create a new entity (node, taxonomy term, etc)
  2. Export config
  3. Note that the config has been changed to include data concerning the new entity

Proposed resolution

Create a custom database table
Store and access Entity Redirect data in this custom database table

Remaining tasks

User interface changes

N/A

API changes

TBC

Data model changes

TBC

✨ Feature request
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom jofitz

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024