Quote:
Originally Posted by Pinecone
Classics (Disporder)
Any way to make it not put the column name in the Collection title?
Not a big deal, but thought I would ask.
|
You can use the sony_collection_renaming_rules tweak to change this. In your case, and assuming you changed the spelling of the disporder column key, set the tweak to
Code:
sony_collection_renaming_rules={'#disporder':''}
Starting in the next release (0.7.36), you can remove the (...) part from all custom-column-based collections (by default, collections built from standard fields don't have it) using the tweak
Code:
sony_collection_name_template='{value}'