Skip to content

Commit

Permalink
Rebuild + don't show in index by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mbardelmeijer committed Jul 18, 2019
1 parent 7d35e16 commit e073f04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/Uploadcare.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ class Uploadcare extends Field
{
public $component = 'uploadcare';

public $showOnIndex = false;

public function __construct($name, $attribute = null, $resolveCallback = null)
{
parent::__construct($name, $attribute, $resolveCallback);
Expand Down

0 comments on commit e073f04

Please sign in to comment.