Skip to content

Commit

Permalink
add missing app.production attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
rendertom committed Aug 23, 2020
1 parent 1db966b commit 043eb3d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/application/application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,23 @@ Get a path to applications executable file.
----

.. _app.production:

app.production
*********************************************

``app.production``

**Description**

The currently active production.

**Type**

:ref:`production` if at least 1 production is open, ``null`` otherwise.

----

.. _app.project:

app.project
Expand Down
2 changes: 1 addition & 1 deletion docs/general/production.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. highlight:: javascript

.. Production:
.. _production:

Production object
===================
Expand Down

0 comments on commit 043eb3d

Please sign in to comment.