Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Standard profile's setup to config #6857

Open
NormPlum opened this issue Feb 24, 2025 · 1 comment · May be fixed by backdrop/backdrop#5023
Open

Move Standard profile's setup to config #6857

NormPlum opened this issue Feb 24, 2025 · 1 comment · May be fixed by backdrop/backdrop#5023

Comments

@NormPlum
Copy link

The Standard install profile does a bunch of setup tasks. Creating content types, fields, permissions, roles, views, etc. Most of these are code in standard_install(), but some are config in /core/profiles/standard/config/*.json.

I think it might be good to move everything to config. Some things like creating views can't really be done in code as there's just too much of it. Some things can't be done in config either (like adding content since it lives in the database). But I think config is easier for people to add and update since they can make the changes in the UI and then copy the config files over.

@NormPlum
Copy link
Author

Here is a pull request: backdrop/backdrop#5023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant