2016-11-04 14 views
0

スフィンクス不正な形式のテーブル

+-------------------------+---------------------------------------------+-----------------------------------------+ 
| Key      | Appearance in the administration   | Value         | 
+=========================+=============================================+=========================================+ 
| |text_line|    | simple text input       | string         | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |text_area|    | text area         | string         | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |text_editor|   | text editor with formatting capabilities | HTML string        | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |checkbox|    | checkbox         | boolean         | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |single_select|   | list of radio buttons      | string         | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |multiple_select|  | list of checkboxes       | array of strings      | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |color|     | color picker        | string         | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |date|     | date picker         | string         | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |time|     | text input with time validation    | string         | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |url|     | text input with URL validation    | string         | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |email|     | text input with email validation   | string         | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |password|    | password input        | string         | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |phone|     | text input for a phone number    | string         | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |internal_links|  | widget for selecting links to other pages | resolved pages as defined in parameters | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |single_internal_link| | widget for selecting a single page   | resolved page as defined in parameters | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |smart_content|   | widget for configuring a data source  | resolved pages as defined in parameters | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |resource_locator|  | widget for entering the URL of a page  | string         | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |tag_list|    | autocomplete input for entering and adding | array of strings      | 
|       | tags          |           | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |category_list|   | autocomplete input for entering and adding | array of strings      | 
|       | tags          |           | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |media_selection|  | widget for selecting media (images,   | array containing arrays with   | 
|       | documents)         | urls for every format     | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |contact_selection|  | widget for selecting contacts    | array containing array representations |          | 
|       |            | of the contact objects     | 
+-------------------------+---------------------------------------------+-----------------------------------------+ 
| |snippet|    | widget for selecting snippets    | array containing array representations | 

を| | | | + ------------------------- + ---------------------- ----------------------- + --------------------------最近以来--------------- +

make buildを使用してドキュメントを構築しようとしたとき、私は次のエラーを取得する:

ERROR: Malformed table. 

また再び、このテーブルを出力し、しかしここに何が間違っているかのヒントはなく、私はそれを見つけることができません。誰か助けてくれますか?

答えて

0

コードをフォーマットしようとして正しく、私は自分のエラーが... contact_selectionの行は、いくつかのタブの後に、行の最後に、パイプが含まれていますが...

関連する問題