-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: type for gridfield on read only published icon also in modeladmin Lithuanian language translation added Hide blocks tab on no-blockable pages Create Croatian (.hr) translation Create Croatian (.hr) translation Add conditional logic allow type for grid field in block admin Minor: Making block type translatable block icon documentation readme refactoring type for gridfield typo published icon POC fixing breaks in gridfield
- Loading branch information
Showing
9 changed files
with
209 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Upgrading | ||
|
||
## Upgrading from 0.x | ||
|
||
1. Upgrade your module to the latest code, run dev/build | ||
2. The database structure of Blocks 1.0 differs slightly from earier versions, so backup your database, cross your fingers and run dev/tasks/BlockUpgradeTask. This will adapt your current Block records to the new structure. See BlockUpgradeTask.php for exact details. | ||
3. Check your blocks to make sure they're all happy. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ss.i18n.addDictionary('hr', { | ||
'BLOCKS.ALERTCLASSNAME' : "Vrsta bloka će se ažurirati nakon spremanja stranice" | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
hr: | ||
Block: | ||
Any: (bilo koji) | ||
BlockArea: 'Područje bloka' | ||
BlockSetsAsString: 'Blok setovi: {sets}' | ||
BlockType: 'Vrsta bloka' | ||
Content: Sadržaj | ||
CreateBlock: 'Kreiraj blok' | ||
DeleteBlock: 'Obriši blok' | ||
EditBlock: 'Uredi block' | ||
ExtraCSSClasses: 'Dodatne CSS klase' | ||
IsPublishedField: Objavljen | ||
PLURALNAME: Blokovi | ||
PagesAsString: 'Stranice: {pages}' | ||
PermissionCategory: Blokovi | ||
PublishBlock: 'Objavi blok' | ||
SINGULARNAME: Blok | ||
Title: Naslov | ||
TitleRequired: 'Naslov bloka je obavezan' | ||
UsageListAsString: 'Korišten na' | ||
ViewerGroups: 'Grupe za pregled' | ||
BlockAdmin: | ||
MENUTITLE: Blokovi | ||
BlockSet: | ||
ApplyBlockSetToSelectedPageParentsAsWellAsChildren: 'Primjeni blok set na označene stranice roditelja kao i djece' | ||
CreateBlockSet: 'Kreiraj blok set' | ||
DeleteBlockSet: 'Obriši blok set' | ||
EditBlockSet: 'Uredi blok set' | ||
OnlyApplyToChildrenOfThesePages: 'Primjeni samo na djecu ovih stranica:' | ||
OnlyApplyToThesePageTypes: 'Primjeni samo na ove tipove stranica:' | ||
OnlyApplyToThesePageTypesDescription: 'Odabrani tipovi stranica će naslijediti ovaj blok set automatski. Ostavite sve neoznačeno kako bi primjenili na sve tipove stranica.' | ||
PLURALNAME: 'Blok setovi' | ||
SINGULARNAME: 'Blok set' | ||
Settings: Postavke | ||
YouCanAddBlocksToThisSetOnceYouHaveSavedIt: 'Možete dodati blokove na ovaj set nakon što ga spremite po prvi puta' | ||
BlocksSiteTreeExtension: | ||
BlocksInheritedFromBlockSets: 'Blokovi nasljeđeni iz blok setova' | ||
DisableInheritedBlocks: 'Onemogući nasljeđivanje blokova' | ||
DisableInheritedBlocksDescription: 'Označi samo nasljeđene blokove koje ne želite prikazati na ovoj stranici.' | ||
InheritBlocksFromBlockSets: 'Nasljeđeni blokovi iz blok setova' | ||
InheritedBlocksEditLink: 'Savjet: Nasljeđeni blokovi mogu se uređivati {link_start}Blok admin sekciji{link_end}' | ||
NoBlockAreasConfigured: 'Ovaj tip stranice nema konfiguriranih blok područja.' | ||
NoInheritedBlocksToDisable: 'Ova stranica nema nasljećenih blokova za onemogućavanje.' | ||
PreviewBlockAreasLink: 'Pregled blok područja za ovu stranicu' | ||
ContentBlock: | ||
PLURALNAME: 'Sadržajni blokovi' | ||
SINGULARNAME: 'Sadržajni blok' | ||
GridFieldConfigBlockManager: | ||
AboveOrBelow: 'Iznad ili ispod' |
Oops, something went wrong.