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

Manifest Schema Additions #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Manifest Schema Additions #78

wants to merge 1 commit into from

Conversation

fryguy503
Copy link
Contributor

@fryguy503 fryguy503 commented Feb 6, 2025

  • Added Info for options flags, content schema update and force interactive.
  • Added clarification on match conditions

},
```

### Optional fields:
- `.content_schema_update` - If true, this will update the content_db if configured
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should leave this field in all the time, otherwise it often gets forgotten in PR's

Comment on lines +62 to +66
- **contains** = Strings::Contains(r, e.match);
- **match** = e.match;
- **missing** = !Strings::Contains(r, e.match);
- **empty** = r.empty();
- **not_empty** = !r.empty();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting, should be a little bit more descriptive

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

Successfully merging this pull request may close these issues.

2 participants