Skip to content

Ubercart storing uc_store.settings.date_format_uc_store but it should be stored in system.date.formats #507

@herbdool

Description

@herbdool

In Drupal 7 to Backdrop all variables with the format of date_format_NAME were converted to be stored in system.date like this:

     "formats": {
        "long": {
            "label": "Long",
            "pattern": "l, j F, Y - g:ia",
            "module": "system"
        },

This way the format will appear in the "Date and Time Formats" settings UI. I'm guessing that right now this config isn't exposed anywhere.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions