Notifications
Clear all

[Solved] How do I view the labels that I can edit in messages.properties?

1 Posts
2 Users
0 Reactions
939 Views
0
Topic starter

I know there's some config file that I can edit to start the server in a mode where the labels appear as their fully qualified name.
Instead of 'Item Name', it shows meta.field.ItemName.
What file and what element within that file do I need to edit?

1 Answer
0

install/setup/InstanceConfig.xml:

change

<RunMode>production</RunMode>

to

<RunMode>development</RunMode>