Hi Everyone,
I have noticed a few options in the Lucee Administrator (SERVER) that are not included when exporting the .config.json : And wanted to bring them to your attention for comment, please.
In that
- perhaps I am doing something wrong - but they are there
- confirmation they’re not
- any work arounds (can I use cfconfig for the (seemingly) missing items?
Here they are
- Web Context labels - in the OVERVIEW menu.
@lucee 5
<cfLuceeConfiguration>
<labels>
<label id="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" name="yyy..."/>
</labels>
<cfLuceeConfiguration>
- Develop Mode - in the Settings - Performance/Caching menu.
<cfLuceeConfiguration>
<mode develop="true"/>
</cfLuceeConfiguration>
Thanks as always.