- ๐ฎ๐ณIndia ravi kant Jaipur
We really need options to add bootstrap classes like - col-lg-4 and flex-wrap etc..
- Assigned to Tirupati_Singh
- ๐ฎ๐ณIndia Tirupati_Singh
Since the
fields
to add classes tocard group
andcard
along with the field tochoose number of cards in a row
has already been implemented in5.5.x
version for the module hence, I'm changing the version for the issue to 5.5.x-dev. - Merge request !30Issue #3112860: Added new option 'None' in the select list for Cards component. โ (Open) created by Tirupati_Singh
- Issue was unassigned.
- Status changed to Needs review
6 months ago 1:17pm 11 September 2024 - ๐ฎ๐ณIndia Tirupati_Singh
Hi, I've added a new list value
'None'
in the select list for Cards component. Now users will have the option to use Image or Content field based on their requirements. I've attached the before and after fixes screenshots for reference. However user will have design the cards as per their requirement because Cards have no fixed width to start, so theyโll naturally fill the full width of its parent element. There is a style option to add custom classes to the wrapper div and cards so that you can add additional styling to suit your needs. โThanks!
- Status changed to Needs work
6 months ago 3:14pm 11 September 2024 - ๐บ๐ธUnited States shelane
The 5.3.x, 5.4.x, and 5.5.x branches support different versions of Bootstrap. This issue was rightly assigned to the 5.4.x branch because there is no content option in that version. The changes proposed may be valid for 5.5.x and additionally 5.4.x, but a separate issue should be made for it so that work for the 5.4.x branch can continue to be tracked.
- Assigned to Tirupati_Singh
- Merge request !31Draft: Issue #3112860: Added new 'None' option in select list for image and content fields. โ (Open) created by Tirupati_Singh
- ๐ฎ๐ณIndia Tirupati_Singh
tirupati_singh โ changed the visibility of the branch 3112860-about-options-in to hidden.
- Issue was unassigned.
- Status changed to Needs review
6 months ago 6:23am 12 September 2024 - ๐ฎ๐ณIndia Tirupati_Singh
Hi @shelane, I've added a new option 'None' in the select list value for the image and content fields. I've only implemented the feature request mentioned in the issue summary. Will the issue mentioned by @joshuasosa in the comment #5 โจ about options in cards Needs review also be implemented as the option to add number of cards, classes have already been implemented in 5.5.x version of the module? Will the same feature need to be implemented in 5.4.x version of the module? I've attached the before and after screenshots for reference. Please review the changes.
- Status changed to Needs work
6 months ago 12:10am 15 September 2024 - Assigned to Tirupati_Singh
- Issue was unassigned.
- ๐ฎ๐ณIndia Tirupati_Singh
Hi @shelane, I've reviewed the latest changes and a new field has been provided in the view for the cards component. While choosing the
Select by fields
under Display configuration all the fields become required, and on selecting theNone
getting error "Please select an item in the list. This issue is due to the field marked as required. Due to this issue, it is not possible to leave any field empty the user will have to render all the card components like body, title and image. I think when theNone
option is being provided then fields should not be marked as required.