craftcms-thearchitect icon indicating copy to clipboard operation
craftcms-thearchitect copied to clipboard

CraftCMS plugin to generate content models from JSON data.

Results 12 craftcms-thearchitect issues
Sort by recently updated
recently updated
newest added

When exporting various things, in my case sections, I kept running into the error: > Argument 1 passed to craft\services\Sites::getSiteById() must be of the type integer, string given, called in...

Not sure if this a bug or an enhancement, but it's currently not possible to create a new entryType in an existing section.

Attempting to run an import on a site whose database is 1.2GB causes the UI to hang while the database backs up to the storage folder. Can we make the...

enhancement

Adds the setting to the export, so when it will be imported the setting will be set correctly to the value it had from the export.

I know Neo doesn't yet support decoupled management of blocks, but we should alter the Architect to be able to reference prewritten blocks. This way when I need to make...

enhancement

Many times, our sites have similar sections that share both layouts and content models. It's time consuming (and monotonous) to have to duplicate entryTypes and change the section information. It...

enhancement

I've noticed a small bug where TA will always create an entry type based on the section name, even when one doesn't exist, e.g.: Original data: Section: Posts Entry Type:...

enhancement

Weird issue: 1. Neo field had two blocks: Top and Child. 1. Both blocks had fields using Relabel. 1. Top imported fields to block and relabeled properly. 1. Child **did...

The plugin has been updated a lot, but the documentation has lagged behind.

help wanted

I used an exported SuperTable and was unable to reimport it. Exported .json below: ``` { "group": "Content Builder Homepage", "name": "Card Bucket Containers", "handle": "cardBucketContainers", "instructions": "", "required": false,...