Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed May 31, 2023
1 parent ae299ca commit 9b7049f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions browserAction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ Manifest file properties

.. api-member::
:name: [``default_area``]
:type: (`string`, optional) **Deprecated.**
:type: (`string`, optional)

Defines the location the browserAction button will appear. This will always behave like :value:`maintoolbar`. The :value:`tabstoolbar` area should no longer be used.
Defines the location the browserAction button will appear. Deprecated and ignored. Replaced by ``allowed_spaces``

Supported values:

Expand Down
2 changes: 1 addition & 1 deletion composeAction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ disable([tabId])

.. api-section-annotation-hack::

Disables the composeAction action button for a specific tab (if a ``tabId`` is provided), or for all tabs which do not have a custom enable state. Once the enable state of a tab has been updated individually, all further changes to its state have to be done individually as well.
Disables the composeAction button for a specific tab (if a ``tabId`` is provided), or for all tabs which do not have a custom enable state. Once the enable state of a tab has been updated individually, all further changes to its state have to be done individually as well.

.. api-header::
:label: Parameters
Expand Down

0 comments on commit 9b7049f

Please sign in to comment.