Browse Source

Update docs/dev_guide/custom_field/custom_formatter.rst

Co-Authored-By: spficklin <spficklin@gmail.com>
Lacey-Anne Sanderson 6 years ago
parent
commit
0a08dfd98f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/dev_guide/custom_field/custom_formatter.rst

+ 3 - 0
docs/dev_guide/custom_field/custom_formatter.rst

@@ -178,6 +178,9 @@ the :doc:`create_instance` to learn more about this function.  Briefly, the ``di
       ),
     ),
 
+.. warning::
+
+    In order for the ``settingsForm()`` implemented to be available on the "Manage Display" page, you must also implement ``settingsSummary()`` as described below.
 The settingsSummary() Function.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 The ``settingsSummary()`` function provides a summary of the current settings values for a field on the **manage display** page.  The following shows the same relationship field from the previous section, but with the settings form closed, and a summary of the current values shown: