Bootstrap Table Schema styles wrong

Created on 23 May 2024, 6 months ago
Updated 11 June 2024, 5 months ago

Problem/Motivation

In πŸ› Schema for views style displays are missing Fixed schema file was introduced that had some wrong settings which caused options in Bootstrap Tables to not apply. Those options are:

  1. Striped
  2. Bordered
  3. Condensed
  4. Hover

The only option that still was applying was "Borderless" as it was missing from views_bootstrap.style.schema.yml.

Steps to reproduce

Create a Bootstrap Views Table and configure options like Striped, Bordered, Borderless, etc.

See that the settings are not being loaded and instead being converted to boolean "true" values

Proposed resolution

Update schema to match the type of data expected or change form.

I went the route of updating the config schema, using the Config Inspector module to help validate configuration.

Remaining tasks

N/A

User interface changes

N/A

API changes

N/A

Data model changes

Updates to views_bootstrap.style.schema.yml for the Bootstrap Table options

πŸ› Bug report
Status

Fixed

Version

5.5

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States emerham

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024