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

Missing JSON Schema Property for Smidge Version #11188

Closed
warrenbuckley opened this issue Sep 24, 2021 · 1 comment
Closed

Missing JSON Schema Property for Smidge Version #11188

warrenbuckley opened this issue Sep 24, 2021 · 1 comment

Comments

@warrenbuckley
Copy link
Contributor

Which exact Umbraco version are you using? For example: 8.13.1 - don't just write v8

9.0.0RC004

Bug summary

The JSON schema that is automatically generated for Umbraco does not contain the setting used if you wish to use a Version value for Smidge/Runtime Minification

public const string ConfigRuntimeMinificationVersion = ConfigRuntimeMinification + ":Version";

As this is not set in the C# Options model it does not get serialised as JSON Schema.

Specifics

No response

Steps to reproduce

Try using the JSON schema and you will see that we don't have a property for Version inside Umbraco:CMS:RuntimeMinification

Expected result / actual result

No response

@bergmania
Copy link
Member

PR: #11268

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

No branches or pull requests

3 participants