Trevor Davis

Results 6 comments of Trevor Davis

I did this in a hacky way and added ``` foreach ($folderIds as $folderId) { $folder = craft()->assets->getFolderById($folderId); $subFolders = $folder->children; foreach ($subFolders as $subFolder) { $folderIds[] = $subFolder->id; }...

Is CSS/JS linting something we plan to use on every project? Genuinely asking, I've never used a CSS linter and only used a JS linter a few times. We definitely...

Some type of search would also be really handy too!

Right, you have the element, so you should be able to access the properties on it. All simple field types (text/numbers/encoded JSON) should collapse down ok. It's the properties where...

This looks great. I think what you've got in there for future changes make sense, especially showing some content for related items, especially the title, would be valuable. As @Rias500...

Hah oh well, I had never really messed with building a fieldtype, so it was good to get in there. I'll let you know when we are done with our...