Browse Source

Forgot last commit

Stephen Ficklin 6 years ago
parent
commit
eb0a96e4bb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/dev_guide/custom_field/create_instance.rst

+ 1 - 0
docs/dev_guide/custom_field/create_instance.rst

@@ -212,6 +212,7 @@ The following code is a snippet from the ``tripal_chado_bundle_create_user_field
   }
 
 
+
 .. note::
   
   It is possible to have a field that is both programmtically attached to some content types but is also allowed to be attached to another content type by the site admin using the web interface. To do this, programmatically add the field to the content types using the ``hook_bundle_instance_info`` function and also implement the ``hook_bundle_create_user_field`` function to support manual adding.