Hide Preview Button

Component type

module

Maintenance status

Development status

Downloads

610

Component created

Component changed

This module aims to allow the administrator of a Drupal 8 website to disable the "Preview" button that is shown on the forms.

Just use a regexp that matches the "form_id" to target the forms that should not display the "Preview" button.

This settings is only available to users who have access to the "administer site configuration" permission.

tensorflow example

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

# Tensorflow Example (Drupal 8)

* Provides an example of using tensorflow in Drupal.
* When an article is saved and has an image the module run a python script to get the prediction from tensorflow model

## Installation

* Install the modele as a normal module.
* Requieres Tensorflow 1.0 and Opencv 3.0

## Usage

Enable the module and add a new article with a image of a digits from mnist dataset.

Basic Email Auth

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module Provided Basic Rest Authentication provider if you used email_registration for Drupal 8.

basic_auth uses username and password however if you used email_registration
and try to use basic auth Authentication fails, email_auth fixes this issue.

SypexGeo

Component type

module

Maintenance status

Development status

Downloads

82

Component created

Component changed

This module provides local based ip geolocation based on SypexGeo City database. It is fully free and has frequently updates.

How to use

Installation

At first you must download and install module as usual. Then you need to download SypexGeo PHP library and SypexGeo City database. You can do it in two ways:

First way - manually:

Site Map Entities

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module add ability to add entities to Site Map module page.

  • You can show only specific entities restricted by the boolean field.
  • All entity types will be available.
  • You can enable only needed bundles for each entity type. You also can define children link to the list and change settings per bundle.