Mathias Gorenflot

Results 7 comments of Mathias Gorenflot

Thank's a lot ! I'll try that

this way work's fine : ``` { "type": "package", "package": { "name": "scribu/wp-posts-to-posts", "type": "wordpress-plugin", "version": "1.6.4", "minimum-stability": "dev", "source": { "url": "https://github.com/scribu/wp-posts-to-posts.git", "type": "git", "reference": "1.6.4" } } }...

@HornKild it's an error in my code. ``` public static requiredConnection = 'cpt-name' => array( 'connection_name', 'another_connection_name' ) ``` 2 erros at least. Comma is missing, $ is missing. Give...

Can you try with this update : ``` public static $requiredConnection = array( 'cpt-name' => array( 'connection_name', 'another_connection_name' ), ); ```

@HornKild : in my cpt some connections are required and I don't want that the cpt is published while there's not set.