From e5d6546a61d0430193033823cba76b61d8c02203 Mon Sep 17 00:00:00 2001 From: jonathanjfshaw Date: Tue, 4 Apr 2017 06:33:31 +0100 Subject: [PATCH] Doc fix for term references (#350) * Add term references table to api.feature docs * Column names for term references in api.feature --- doc/_static/snippets/api.feature | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/_static/snippets/api.feature b/doc/_static/snippets/api.feature index a7a3676c..3fa40c6b 100644 --- a/doc/_static/snippets/api.feature +++ b/doc/_static/snippets/api.feature @@ -91,5 +91,7 @@ | Tag three | | Tag four | And "article" content: - | title | body | promote | field_tags | - + | title | field_tags | + | My first article | Tag one | + | My second article | Tag two, Tag three | + | My third article | Tag two, Tag three, Tag four |