Sync plugins from current page
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
(function($, undefined){
|
||||
|
||||
var Field = acf.models.SelectField.extend({
|
||||
type: 'post_object',
|
||||
});
|
||||
|
||||
acf.registerFieldType( Field );
|
||||
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user