discourse/spec/fixtures/themes
Alan Guo Xiang Tan 59839e428f
DEV: Add skip_migrations param when importing remote theme (#25218)
Why this change?

Importing theme with the `bundle` params is used mainly by
`discourse_theme` CLI in the development environment. However, we do not
want migrations to automatically run in the development environment
and instead want the developer to be intentional about running theme
migrations. As such, this commit adds support for a
`skip_migrations` param when importing a theme with the `bundle` params.

This commit also adds a `migrated` attribute for migrations theme fields
to indicate whether a migrations theme field has been migrated or not.
2024-01-11 14:04:02 +08:00
..
discourse-test-theme DEV: Add skip_migrations param when importing remote theme (#25218) 2024-01-11 14:04:02 +08:00
discourse-test-theme.zip DEV: Add skip_migrations param when importing remote theme (#25218) 2024-01-11 14:04:02 +08:00
test.js