Prevent Asset Field as Keyword


(Nic Hubbard) #1

I am wondering how I can prevent an asset field from being automatically created as a keyword. Right now I have a boolean field, and it is showing up as a keyword option for asset listings. How can I prevent this?


Thanks!


(Nic Hubbard) #2

Anyone? I am sure there is a way to do this…


(Basil Shkara) #3

[quote]I am wondering how I can prevent an asset field from being automatically created as a keyword. Right now I have a boolean field, and it is showing up as a keyword option for asset listings. How can I prevent this?


Thanks![/quote]



In your asset's management class, ensure that your attribute has the flag 'is_admin' set to boolean TRUE, then run step_03 to recache your asset attributes.


(Nic Hubbard) #4

Thank you!

This is just what I was needing.