Question about tweaks
I noticed that a lot of the tweaks show a " u' " in the list for columns. Do I need to add that when changing the rule?
Example:
# Set custom metadata fields that the Content server will or will not display.
content_server_will_display = [u'*']
content_server_wont_display = []
Do I write it like [u'#some_column'] or ['#some_column']
|