How do I see textual config when using openhab 3.2.0 in graphical mode

I am using openHab 3.2.0, when reading post here I see that people usually paste their config files as text.

Can anyone give me a tip on how to obtain the text files ?

Thanks.

There is a difference between textual configuration (in .things, .items, .rules) files and the textual representation of UI configured things, items, rules. You can’t get the first for those elements, but the latter can be retrieved by clicking on „Code“, which is usually at the top right corner of the screen in Main UI.

Thanks Jan, thought I was missing something :slight_smile: