Beskrivelse
Genesis tilpassede blokker gir WordPress-utviklere verktøyene de trenger for å ta kontroll over blokker først-virkeligheten i moderne WordPress.
WordPress blokkeredigeringsverktøyet (AKA Gutenberg) åpner en helt ny verden for måten vi bygger sider, innlegg og nettsteder med WordPress på. Genesis tilpassede blokker gjør det enkelt å utnytte dette og bygge tilpassede blokker slik du vil at de skal bygges. Enten du vil implementere en tilpasset utforming, levere unik funksjonalitet eller til og med fjerne avhengigheten av andre utvidelser, utstyrer Genesis tilpassede blokker deg med verktøyene du trenger for å trykke «Publiser» tidligere.
Ta kontroll på utforming – Implementer nydelige, tilpassede utforminger med fininnstilt kontroll med malbasert frontside.
Bygg unik funksjonalitet – Bygg blokker som fungerer og oppfører seg akkurat slik du trenger.
Utvide og integrer – Utvid enkelt dine tilpassede blokker for å integrere med tredjeparts apper og utvidelser.
Funksjoner
En velkjent opplevelse
Arbeide inne i WordPress admin med et brukergrensesnitt du allerede kjenner.
Blokkfelter
Legg til fra en voksende liste over tilgjengelige felter for dine tilpassede blokker.
Enkel bruk av maler
La utvidelsen gjøre grovarbeidet slik at du kan bruke det innebygde redigeringsverktøyet elle velkjent utviklingspraksis for WordPress til å bygge blokkmaler.
Utviklervennlige funksjoner
As an alternative to the built-in editor, there are simple functions, ready to render and work with the data stored through your custom block fields.
Blokkfelter nå tilgjengelige
- Inner Blocks Field
- File Field
- Text Field
- Image Field
- URL Field
- Toggle Field
- Textarea Field
- Select Field
- Range Field
- Radio Field
- Number Field
- Multi-select Field
- Email Field
- Color Field
- Checkbox Field
Gjør mer med Genesis Pro
For those wanting to level-up with Genesis Custom Blocks, a Genesis Pro subscription brings some serious power-user features:
Genesis Custom Blocks Pro Features
- Repeater Field
- Taxonomy Field
- Post Field
- User Field
- Rich Text Field
- Classic Text Field
- Import/eksport på blokknivå
- Brukerstøtte 24/7
Genesis Pro includes even more value for modern WordPress content creators, marketers, and developers. Learn more about Genesis Pro here.
Utviklerdokumenter du kan stole på.
Utviklerverktøy er bare så gode som sin dokumentasjon. Derfor tar vi den alvorlig. Her er et par lenker for å få deg i gang:
Lenker
Installasjon
This plugin can be installed directly from your site.
1. Log in and navigate to Plugins → Add New.
2. Type “Genesis Custom Blocks” into the Search and hit Enter.
3. Locate the Genesis Custom Blocks plugin in the list of search results and click Install Now.
4. Once installed, click the Activate link.
It can also be installed manually.
1. Download the Genesis Custom Blocks plugin from WordPress.org.
2. Unzip the package and move to your plugins directory.
3. Log into WordPress and navigate to the Plugins screen.
4. Locate Genesis Custom Blocks in the list and click the Activate link.
FAQ
-
Q: Do I need to work with the Genesis Framework or any of the other Genesis plugins/themes to use this plugin?
-
A: No. You can use this plugin completely independently. All you need is to have the block editor enabled on your WordPress site.
-
Q: Do I need to change to the new built-in Template Editor in /wp-admin?
-
A: No. You can keep using your PHP block templates like block-example.php.
Vurderinger
Bidragsytere og utviklere
“Genesis tilpassede blokker” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.
Bidragsytere“Genesis tilpassede blokker” har blitt oversatt til 9 språk. Takk til oversetterne for deres bidrag.
Oversett “Genesis tilpassede blokker” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
1.5.1 – 2022-08-09
- PHP 8.1 compatibility fixes. PR 119
1.5.0 – 2022-03-24
- Allow previewing InnerBlocks in the block editor. PR 114
- Allow opting in to analytics. PR 101
- Remove some of the Settings page logic, as it’s moved to the free plugin. PR 42
1.4.0 – 2021-10-14
- Optional modal for editor fields. PR 93
1.3.1 – 2021-08-26
Fix for fields with long strings
- Fix a regression that caused editor errors for fields with long strings. PR 89
- Update e2e tests for WP 5.8. PR 87
1.3.0 – 2021-07-20
InnerBlocks, File field, WP 5.8 compatibility
- Add InnerBlocks, allowing any block inside a GCB block. PR 68
- Add a file field, like for .pdf or .zip files. PR 74
- In WP 5.8, prevent a PHP notice by using the new filter ‘block_categories_all’. PR 85
1.2.0 – 2021-06-28
New Template Editor, Editor Preview, and Front-end Preview
- Template Editor UI, though the PHP templates still work just like before. PR 65, PR 69, PR 72
- Add Editor Preview and Front-end Preview. PR 63
- Don’t display the editor form if there’s no editor field. PR 64
- Fix an issue with the default value of ‘Checkbox’ and ‘Toggle’ fields. PR 60
- Display the help text in the TextareaArray setting. PR 62
- Improved abstraction by removing duplicated copy. PR 78
1.1.0 – 2021-01-27
New, more effortless editor, with undo/redo and separate editor/inspector
- Template and onboarding notices, restore e2e test. PR 55
- Add functionality to the duplicate button. PR 53
- Auto-slug block and field names, make Repeater work. PR 51
- Add fields to the correct location, allow creating new block. PR 48
- Add editor field UI component. PR 44
- Add the ‘Block Settings’ panel. PR 43
- Edit Block UI: Render block field. PR 41
1.0.3 – 2020-10-21
Allow more text and improve activation experience
- Allow fields with a huge amount of text. PR 39
- Ensure that all submenus appear on first installation. PR 40
1.0.2 – 2020-09-16
Fix a notice from the Textarea field
- Fixes a notice from the Textarea field having the wrong type. PR 33
1.0.1 – 2020-09-01
Fix an error if Block Lab 1.5.6 is also active
- Fixes an error with Block Lab 1.5.6, where it defines functions twice
- Error does not occur with latest Block Lab
1.0.0 – 2020-09-01
Plugin released!
- Easily create custom blocks
- 13 fields to add
- Simple templating, with PHP files