This is a simple Directus 9 Interface Extension, which allows to display QR-Codes directly inside of the Directus UI. It takes a String input and renders a QR-Code underneath the text field.
To display the QR-Code in the Collection Overview check out directus-display-qrcode.
There are 2 ways to get up and running. Either you compile the Extension yourself, or you download the precompiled Extension:
- Clone the repo
git clone https://github.com/K3-Network/directus-interface-qrcode.git
-
Install NPM packages
npm install
-
Compile the Extension
npx directus-extension build
-
Copy the
directus-interface-qrcode\dist\index.js
into your Directus Installation:Your-Directus-Installation\extensions\interfaces\directus-interface-qrcode\index.js
-
Restart Directus
-
Download the Binaries
-
Extract the ZIP into
Your-Directus-Installation\extensions\interfaces\
-
Restart Directus
See the open issues for a list of proposed features (and known issues).
Distributed under the ISC License. See LICENSE
for more information.
Nicolas Mierbach - K3.Network
Project Link: https://github.com/K3-Network/directus-interface-qrcode