Skip to content

Commit 13845bd

Browse files
committed
docs: remove asset_id documentation
1 parent 263328e commit 13845bd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/reference/configuration.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,12 +1013,6 @@ Default: `https://help.joomla.org/proxy?keyref=Help{major}{minor}:{keyref}&lang=
10131013

10141014
Env: `JOOMLA_HELPURL`
10151015

1016-
### asset_id
1017-
1018-
Asset ID.
1019-
1020-
Default: `1`
1021-
10221016
### offline
10231017

10241018
Enable offline mode.
@@ -1072,7 +1066,6 @@ public $force_ssl = 2;
10721066
public $access = 2;
10731067
public $frontediting = 2;
10741068
public $helpurl = 'https://example.com/proxy?keyref=Help{major}{minor}:{keyref}&lang={langcode}';
1075-
public $asset_id = 42;
10761069

10771070
public $offline = true;
10781071
public $offline_message = 'Maintenance';
@@ -1094,7 +1087,6 @@ JOOMLA_FORCE_SSL=2
10941087
JOOMLA_SITE_ACCESS=2
10951088
JOOMLA_SITE_FRONT_EDITING=2
10961089
JOOMLA_HELPURL='https://example.com/proxy?keyref=Help{major}{minor}:{keyref}&lang={langcode}'
1097-
# asset_id is not available as an environment variable
10981090
10991091
JOOMLA_SITE_OFFLINE=true
11001092
JOOMLA_SITE_OFFLINE_MESSAGE=Maintenance

0 commit comments

Comments
 (0)