Quellcode durchsuchen

Update docs/dev_guide/exporting_field_settings.rst

Co-Authored-By: bradfordcondon <bradford.condon@gmail.com>
Lacey-Anne Sanderson vor 6 Jahren
Ursprung
Commit
8b453d6bdd
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      docs/dev_guide/exporting_field_settings.rst

+ 3 - 1
docs/dev_guide/exporting_field_settings.rst

@@ -16,7 +16,9 @@ Is there a better way?  By exporting the field configuration as a feature!
 
   Drupal 8 has a `feature designed to handle development deployment <https://www.phase2technology.com/blog/drupal-8-configuration-management>`_: Configuration Management!  Drupal Features remains relevant for sharing field configurations across sites, so this guide may remain useful when Tripal moves to Drupal 8.
 
-Note that I'm going to talk about features a lot in this post.  In the context of the Feature module, features are exported configurations within your site.  It's important that we don't confuse this with Chado features, which are genes, mRNAs, polypeptides, etc.
+.. warning::
+
+  Note that I'm going to talk about features a lot in this post.  **In the context of the Feature module, features are exported configurations within your site**.  It's important that we don't confuse this with Chado features, which are genes, mRNAs, polypeptides, etc.
 
 Version control
 ~~~~~~~~~~~~~~~~