This is a simple Directus 9 Display Extension, which allows to display QR-Codes directly inside of the Directus UI. It takes a String input and renders a QR-Code when hovering over the String Value in the Collection overview.
To display the QR-Code on the Collection Editing Page, check out directus-interface-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-display-qrcode.git
-
Install NPM packages
npm install
-
Compile the Extension
npx directus-extension build
-
Copy the
directus-display-qrcode\dist\index.js
into your Directus Installation:Your-Directus-Installation\extensions\displays\directus-display-qrcode\index.js
-
Restart Directus
-
Download the Binaries
-
Extract the ZIP into
Your-Directus-Installation\extensions\displays\
-
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-display-qrcode