Nova Video
  • 🏁Getting Started
    • Introduction
    • Installation
    • Support Us
    • License
  • 🚀Usage
    • Basic Usage
    • Usage with Larupload
    • Notes
  • ⚙️Advanced Usage
    • Video Metadata
    • Rest API Usage (Larupload)
    • Video Field Options
      • Make
      • Store With Larupload
      • Player Mode
      • Player Type
      • Direction (dir)
      • Max Height
      • Hide Cover Uploader
    • Configuration
      • UI
        • Player
          • Type
          • Direction (dir)
          • Max Height
      • Cover Uploader
      • Player Mode
  • ⚪Other
    • Demo
Powered by GitBook
On this page
  • Label
  • Field Name
  • Disk
Edit on GitHub
  1. Advanced Usage
  2. Video Field Options

Make

make

PreviousVideo Field OptionsNextStore With Larupload

Last updated 1 year ago

Argument
Type
Required
Default

label

string

fieldName

string

disk

string

public

Label

This parameter allows you to define a label for the file field.


Field Name

Specifies the name of the input element . The value you provide depends on whether you are using Larupload or not:

  • Without Larupload: In this case, you should provide the name of the file column as the Field Name parameter.

  • With Larupload: Specify the name of the Larupload attachment entity.


Disk

This parameter is used to specify the name of your preferred disk as defined in the config/filesystems.php file.

It's important to note that when you are using Larupload to handle the upload process, the Disk argument is not utilized.

For detailed information and configurations related to Larupload, please refer to the Larupload .

⚙️
documentation