Tim Kelty

Results 323 comments of Tim Kelty

@bvangennep for use in importing or exporting? I tried the following, and the plugin settings were still exported: ``` plugins: assetrev: { } ``` ``` plugins: assetrev: null ```

@boboldehampsink Yeah, 4.0.8 The above overrides file worked for import ( via `craft schematic/import --override-file=config/overrides.yml`), but had not affect on export. Is that expected?

Separate issue, but I think its a little confusing that `export` automatically picks up `config/overrides.yml` but `import` doesn't? (unless I'm missing something)

Ok let me do some more testing and make sure I'm giving your the right info :)

🤦‍♂️ ok all is working with override…I named my file overrides.yml 😁 So…back to the original issue - I'm wondering if Schematic should detect if a value is non-primitive (closure,...

FWIW, I tried this and it did _not_ work: My goal was to still export `plugins.assetrev.isEnabled` and `plugins.assetrev.isInstalled` but skip over `plugins.assetrev.settings`, though I suppose thats more of an excludes...

A quick fix for the "open in new window" bit would be throwing `text-overflow: ellipsis` on there.

@sebastian-lenz this is great! Will kick the tires this week. We rely on linkfield in nearly every build. I think the biggest issue we have with it (haven't testing 2.x...

@sebastian-lenz made separate issues: https://github.com/sebastian-lenz/craft-linkfield/issues/64 https://github.com/sebastian-lenz/craft-linkfield/issues/63

I looks like Live Preview will become tokenized in the future, which may help: https://github.com/craftcms/cms/issues/1521