-
-
Notifications
You must be signed in to change notification settings - Fork 318
Add content definitions module #3262
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3262 +/- ##
==========================================
- Coverage 97.14% 97.11% -0.03%
==========================================
Files 279 280 +1
Lines 7378 7388 +10
==========================================
+ Hits 7167 7175 +8
- Misses 211 213 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
39bb57b to
317d6b7
Compare
6becdc7 to
502f3ab
Compare
acd859c to
2ed70b9
Compare
2ed70b9 to
1f800f4
Compare
|
This pull request has not seen any activiy in a long time. |
1f800f4 to
78e9e2b
Compare
3834854 to
7383854
Compare
e1e954d to
955a712
Compare
dbdf707 to
17f8267
Compare
3d089ac to
e1c7ed4
Compare
e1c7ed4 to
d198a96
Compare
| <li> | ||
| <header> | ||
| <strong><%= Alchemy::Ingredient.translated_label_for(ingredient_definition.role, element_name) %></strong> | ||
| <small><%= Alchemy::Ingredient.normalize_type(ingredient_definition.type).constantize.model_name.human %></small> |
Check warning
Code scanning / Brakeman
Unsafe reflection method constantize called on model attribute. Warning
Makes it much easier to choose the right element
Helps to visualize the usage of the page.
This is the know icon and only if we have a custom icon we should change it.
Determines the icon name for an element based on its name. Can be configured via +Alchemy.config.element_icon_finder+. The default implementation uses simple pattern matching on remixicon names.
d198a96 to
e148eb1
Compare
What is this pull request for?
Describe you pull request here...
Closes # (Remove if not related to any issue)
Notable changes (remove if none)
Explain any changes (maybe breaking?) that have been made.
Screenshots
Remove if no visual changes have been made.
Checklist