What concrete5 file is outputting the attributes available to a page in edit mode?

Permalink
Hello all, I have been trying to figure out exactly which file (or section of a file) outputs the attributes list for a page in edit mode. I am looking specifically for where the code is under "Properties > Custom Attributes" which appears in the popup after you click Properties and then click Custom Attributes.

So far I have managed to identify some of the attributes code, but no luck on this particular thing. Any help would be very much appreciated. :-)

boomgraphics
 
jordanlev replied on at Permalink Best Answer Reply
jordanlev
concrete/elements/collection_metadata_fields.php

Look for the "foreach($cAttributes as $ak)" loop to see where the attributes are outputted as HTML.
boomgraphics replied on at Permalink Reply
boomgraphics
Thanks very much for finding that for me. It just made my day. :-)