Libraries tagged by code-field
joanrodas/custom-product-fields
75 Downloads
Add custom fields to WooCommerce products, CPT, terms, users and more, programatically and with ease.
ssm/carbon-field-code
10 Downloads
Carbon Fields extension, that adds a Code field type.
remxcode/nova-qrcode-field
0 Downloads
Nova QR code field
getolympus/olympus-dionysos-field-code
217 Downloads
Code field, this component is a part of the Olympus Dionysos fields.
concept24/promo-product-codes
6 Downloads
CMS Promo product codes field
codercms/filament-value-range-filter
26 Downloads
Filament country code field.
boitebeet/nova-qrcode-field
419 Downloads
Nova QR code field
spiggle/dynamic-fields-core
15 Downloads
Filament Dynamic Custom Fields (EAV) for Laravel — Core field types, Field Manager, and mapper.
kuntaliitto/kuntafibase_core
17 Downloads
Core fields, configuration, vocabulary and taxonomies
belsignum/bootstrap-blocks
2 Downloads
Bootstrap-based Content Blocks (CTA, Teaser) for TYPO3 v12 (CB v0.7). Uses Core fields (header, bodytext, media) and Link Browser attributes.
srijanone/ezcontent_node
926 Downloads
Provides shared node fields for other node-based features.
landlib/treealgorithms
31 Downloads
This group of methods for work with tree structure. Provide methods build tree from flat array, find node in the tree by id, walk tree and execulte callback function for each node. Node of the tree has fields like as id, parent_id, children. Concrete names of the tree node fields can be configured with TreeAlgorithms properties idFieldName, parentIdFieldName, childsFieldName. Also exists javascript release, search lamzin-andrey/landlib on github.
drupal-eca-recipe/eca_lib_0038
3 Downloads
Sends the article text to an AI chat model on presave and writes the structured answer into real node fields: SEO meta description, reading time, sentiment and Tags terms. Triggered by node entity presave, guarded so that each article is enriched only once. Includes the library's Article tags recipe, which provides the Article content type with its body and Tags fields and the Tags vocabulary. Requires the ai_integration_eca and eca_tamper contributed modules. After applying the recipe, select a chat model that supports structured output in the "Ask AI for structured enrichment data" action.
drupal-eca-recipe/eca_lib_0031
106 Downloads
Reads a date value from a node field and demonstrates the tamper actions that reformat it, shift it by a fixed time range and render it in another time zone.