Bladeren bron

Merge branch 'dev' of craft-in-america/vue-wp into master

tags/1.0.0
maeda 4 jaren geleden
bovenliggende
commit
0e778ace35
1 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 3
    2
      plugins/cia-post-types/includes/p2p-mappings.php

+ 3
- 2
plugins/cia-post-types/includes/p2p-mappings.php Bestand weergeven

20
 }
20
 }
21
 
21
 
22
 function register_all_one_offs() {
22
 function register_all_one_offs() {
23
-    register_connections_for('object', ['object', 'exhibition', 'guide', 'technique']);
23
+    register_connections_for('object', ['object', 'exhibition', 'guide', 'technique', 'post']);
24
     register_connections_for('artist', ['artist', 'object', 'technique']);
24
     register_connections_for('artist', ['artist', 'object', 'technique']);
25
     register_connections_for('short', ['technique', 'short', 'object', 'guide', 'technique']);
25
     register_connections_for('short', ['technique', 'short', 'object', 'guide', 'technique']);
26
-    register_connections_for('guide', ['technique']);
26
+    register_connections_for('technique', ['technique', 'post']);
27
+    register_connections_for('guide', ['technique', 'exhibition', 'post']);
27
     register_connections_for('exhibition', ['technique']);
28
     register_connections_for('exhibition', ['technique']);
28
     register_connections_for('event', ['event', 'object', 'guide', 'technique']);
29
     register_connections_for('event', ['event', 'object', 'guide', 'technique']);
29
     register_connections_for('episode', ['object', 'episode', 'guide', 'technique']);
30
     register_connections_for('episode', ['object', 'episode', 'guide', 'technique']);

Laden…
Annuleren
Opslaan