Download the PHP package evanshunt/carbon-fields-smartlink without Composer
On this page you can find all versions of the php package evanshunt/carbon-fields-smartlink. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download evanshunt/carbon-fields-smartlink
More information about evanshunt/carbon-fields-smartlink
Files in evanshunt/carbon-fields-smartlink
Download evanshunt/carbon-fields-smartlink
More information about evanshunt/carbon-fields-smartlink
Files in evanshunt/carbon-fields-smartlink
Vendor evanshunt
Package carbon-fields-smartlink
Short Description Carbon Fields extension, that adds a SmartLink field type.
License GPL-2.0-or-later
Package carbon-fields-smartlink
Short Description Carbon Fields extension, that adds a SmartLink field type.
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package carbon-fields-smartlink
Carbon Fields Smart Link Field
This field allows you to select between internal and external links, choosing from a dropdown of Posts and Archives for internal links or manually entering a URL for external.
This repository is based on htmlburger/carbon-fields-template.
Installation
composer require evanshunt/carbon-fields-smartlink
Usage
use Carbon_Fields\Field\Field;
...
Field::make('smartlink', 'your_field_name', 'Your Field Name');
TODO
- Build in logic to neatly upgrade from a text URL field, redefining such as an external link.
- Add support for taxonomies, etc.
Building assets
- Edit
webpack.config.js
and make sureconst root
points to the directory where Carbon Fields are installed (e.g.const root = path.resolve(__dirname, '../vendor/includes/htmlburger/carbon-fields');
) - Execute
yarn install
in the root directory to install all build process requirements. - Execute
yarn build
to build the final minimized assets
Optional
Execute yarn run dev
to continuously build assets during development. Note that you should add define( 'SCRIPT_DEBUG', true );
to your wp-config.php
file in order to load the files generated by the dev build process.
All versions of carbon-fields-smartlink with dependencies
PHP Build Version
Package Version
Requires
htmlburger/carbon-fields Version
^3.6
The package evanshunt/carbon-fields-smartlink contains the following files
Loading the files please wait ....