super-table icon indicating copy to clipboard operation
super-table copied to clipboard

Super-charge your Craft workflow using Super Table.

Results 80 super-table issues
Sort by recently updated
recently updated
newest added

### Question Is Super Table only a Matrix clone for migration purposes now, or will the old layout options return? The static and table views were my go to for...

question

**Description** Hello. For frontpage entry type we use super table field type(contains plain text and entries) and in some cases (i can't reproduce it at any time, but it appear...

### Describe the bug The `$value` return value from `$element->getFieldValue('superTableField')` can be an instance of `\craft\elements\Collection` instead of `craft\db\elements\ElementQuery` https://github.com/verbb/super-table/blob/craft-4/src/fields/SuperTableField.php#L868 ```PHP /** @var SuperTableBlockQuery|Collection $value */ $value = $element->getFieldValue($this->handle); //...

### Describe the bug Hello, while trying to run the 'Check Content Table' utility we are receiving the error below ``` TypeError: craft\helpers\ProjectConfig::unpackAssociativeArrays(): Argument #1 ($array) must be of type...

### What are you trying to do? As of 3.0.0-beta.1, migrated SuperTable fields use the default "Cards" Matrix view mode. IMO, it'd be more apt to use the "As inline-editable...

feature request

### Describe the bug Hi, I remove some super table fields in "Settings > Fields" AND after that I followed this guide (https://craftcms.com/docs/4.x/plugins.html#uninstalling-a-plugin) ![image](https://github.com/verbb/super-table/assets/777278/a4f9a905-8838-43fd-b8bd-e06ca5eab841) and disabled Super Table in Settings...

**Description** We're getting `Invalid owner ID: 27777` when disabling a Super Table field and then trying to publish a draft. ``` 2021-06-29 11:01:03 [-][1][232747992d92f1c1df351a1533a42b4c][error][yii\base\InvalidConfigException] yii\base\InvalidConfigException: Invalid owner ID: 27777 in...

### Describe the bug Every time a Super Table field is saved, the field generates a new random `changedFieldIndicator` value in the project config, even if nothing about the field...

### Describe the bug We noticed a pretty significant issue with our matrix content table needing realignment while working on multiple different projects with varying versions of Craft 3 and...

### Describe the bug Working on a project with a team, where each member is adding Matrix block types and adding ST fields to them. This results in a mismatch...