Closed blekerfeld closed 7 years ago
This should look like this in the outgoing links section of the structure:
'words' => array( array( 'section' => 'words', 'surface' => "Synonyms", 'icon' => 'fa-clone', 'table'=> 'synonyms', 'field' => 'word_id_2') ), array( 'section' => 'words', 'surface' => "Antonyms", 'icon' => 'fa-venus-mars', 'table'=> 'antonyms', 'field' => 'word_id_2') ), ),
Linking tables accept this know, instead a different key is needed to use the same section again :)
That way it would be possible to have two linking tables for words within words (synonyms and antonyms).